Uros Durdevic
Uros Durdevic
Does your version work for you? I made a pull request with my fixes, please check them for the sense of code consistency. I'm gonna try to do the same...
Hi 👋 Somehow for me it just get's minimised and persists until the duration is over. I am navigating to another screen with react-native-navigation. Could that perhaps cause a problem?...
Also fixed it for me. Would be great to merge the PR or find some better solution though.
After running ```react-native link react-native-vector-icons```, I needed to remove all the fonts from **Copy Bundle Resources** from your XCode project to run on iOS, **Build Phases** should look like this...
Still not working for me. I changed most of my files to plain .js though, would that maybe cause some issues?
Hey @cancan101, thanks for the fast reply! I did that, but still no luck, the build folder is not there. I printed the config from this part ```js webpack(config, function...
So I had an issue in the index.jsx file with await. Once I turned that into .then().catch() form, I ended up building it with all my changes to the webpack,...
@maximilianoforlenza These guys made it, maybe you can see how they handle it https://github.com/react-component/tree https://github.com/swiftcarrot/react-ui-tree 👌