react-native-webbrowser
react-native-webbrowser copied to clipboard
SampleApp won't run as is react-native 0.24
Application SampleApp has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponet.
This is happening but simple cloning the repo, npm install, and running the iOS via simulator.
i am also having the same issue and i am using "dependencies": { "react": "16.4.1", "react-native": "0.55.0" }, "devDependencies": { "babel-jest": "23.6.0", "babel-preset-react-native": "5.0.2", "jest": "23.6.0", "react-test-renderer": "16.4.1" }, "jest": { "preset": "react-native" } } can any one suggest any solution about thi sproblem i have spent 2 days at this issue and this doesnot seems to be going anywhere