react-native-keys icon indicating copy to clipboard operation
react-native-keys copied to clipboard

Cannot run in DEBUG mode in IOS & android

Open ariefmanda opened this issue 1 year ago β€’ 6 comments

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

ariefmanda avatar Jan 22 '24 08:01 ariefmanda

πŸ‘‹ @ariefmanda Thanks for opening your issue here! If you find this package useful hit the star🌟!

github-actions[bot] avatar Jan 22 '24 08:01 github-actions[bot]

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 avatar Jan 27 '24 05:01 chanphiromsok

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

chanphiromsok avatar Jan 27 '24 05:01 chanphiromsok

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

ariefmanda avatar Jan 27 '24 18:01 ariefmanda

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"

artur-skydiver avatar Feb 14 '24 21:02 artur-skydiver

@numandev1

chanphiromsok avatar Feb 19 '24 08:02 chanphiromsok