Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application has not been registered #10

Open
dankop123 opened this issue Jan 12, 2018 · 3 comments
Open

Application has not been registered #10

dankop123 opened this issue Jan 12, 2018 · 3 comments

Comments

@dankop123
Copy link

Hello,
I'm trying to run an sri project, but I'm getting this error
simulator screen shot - iphone x - 2018-01-12 at 14 22 12

npm - 5.6.0
sbt - 0.13.15
node - 8.9.4
react-native-cli - 2.0.1
react-native - 0.46.0
xcode - 9.2

Flow:

  • sbt new scalajs-react-interface/mobile.g8
  • cd projekt
  • react-native init projekt
  • npm install
  • npm start
  • sbt ~ios:dev
  • react-native run-ios

I think it's because there is some code missing in index.ios.js file.

index.ios.js contains only:
require("./assets/js/scalajs-output-ios.js");

Can You Please give me an example index.ios.js file, or a hint how to fix this?
Thanks!!!

@virtualirfan
Copy link

@dankop123 Are you willing to test again with the latest versions? Perhaps try one of the g8 templates?

@virtualirfan
Copy link

For example: mobile.g8

@usmanabid
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants