You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
andreaValenzi
pushed a commit
to rebrandly/react-native-webbrowser
that referenced
this issue
Dec 14, 2016
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
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.
The text was updated successfully, but these errors were encountered: