Alejandro Henkel
Alejandro Henkel
@pzmudzinski I had the same problem and my workaround is to add `tabsRole = 'Tab'` to the component, like this: ``` const StyledTab = styled(Tab)` background: red; ` StyledTab.tabsRole =...
@cesargdm Expo doesn't allow linking native code yet
https://gist.github.com/AlexHenkel/01e9bc5b0480c273f01815aef9a46776 This is my implementation working with Expo. This relies on `Constants.deviceId` provided by Expo and a publicKey gotten from `.env` file. Feel free to try it out and modify...