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

Cannot run in DEBUG mode in IOS & android #72

Open
ariefmanda opened this issue Jan 22, 2024 · 6 comments
Open

Cannot run in DEBUG mode in IOS & android #72

ariefmanda opened this issue Jan 22, 2024 · 6 comments

Comments

@ariefmanda
Copy link

Current behavior

The application ran successfully without debug mode but when we ran debug mode we got the error "Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect."
Simulator Screenshot - iPhone 15 Pro Max - 2024-01-22 at 15 37 40

Expected behavior

Platform

  • [✓] Android
  • [✓] iOS

React Native Version

React: 17.0.2
React Native: 0.66.3

React Native Compressor Version

Reproducible Steps And Demo

Copy link

👋 @ariefmanda
Thanks for opening your issue here! If you find this package useful hit the star🌟!

@chanphiromsok
Copy link

chanphiromsok commented Jan 27, 2024

you should provide minimal reproduce code or repo I work fine in 0.73 using expo prebuild android and I have not test IOS yet on 0.73

@chanphiromsok
Copy link

I have run test 0.73 on IOS it error script @numandev1

@ariefmanda
Copy link
Author

thanks @chanphiromsok I just generated the same version, react native 0.66.3, and also experienced an error, the repo is at https://github.com/ariefmanda/rn-test-key @numandev1

@artur-skydiver
Copy link

The same error when I try to use Keys object.

"react-native": "0.71.8",
"react-native-keys": "^0.7.10",

android/app/build.gradle

project.ext.keyFiles = [
  debug: "keys.development.json",
  release: "keys.staging.json",
]

apply from: "../../node_modules/react-native-keys/android/RNKeys.gradle"

@chanphiromsok
Copy link

@numandev1

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