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
Actually, when you generate an RN app with NX there is some stranges errors,
first of all even in nx 16.2.2 the import com.lugg.RNCConfig.RNCConfigPackage; is still here.
but also the debug.keystore have some problems and you can have this error
* What went wrong:
Execution failed for task ':app:packageDebug'.
> A failure occurred while executing com.android.build.gradle.tasks.PackageAndroidArtifact$IncrementalSplitterRunnable
> com.android.ide.common.signing.KeytoolException: Failed to read key androiddebugkey from store "/Users/arthurmtro/Developer/projects/garden-grower/apps/mobile/android/app/debug.keystore": DerInputStream.getLength(): lengthTag=63, too big.
Expected Behavior
Should run
GitHub Repo
No response
Steps to Reproduce
Just generate an @nx RN app and run it for android
To fix this, I install react-native-config and follow the installation guide for Android.
I think that the sample is made for being use with react-native-config, but he is not added to the dependency list
And for the Debug.keystore, just replace yours by one taken from a plain React Native app built with the RN cli
Have a good day :D
The text was updated successfully, but these errors were encountered:
Current Behavior
Actually, when you generate an RN app with NX there is some stranges errors,
first of all even in nx 16.2.2 the import com.lugg.RNCConfig.RNCConfigPackage; is still here.
but also the debug.keystore have some problems and you can have this error
Expected Behavior
Should run
GitHub Repo
No response
Steps to Reproduce
Just generate an @nx RN app and run it for android
Nx Report
Failure Logs
No response
Operating System
macOS
Additional Information
There is a fix
To fix this, I install
react-native-config
and follow the installation guide for Android.I think that the sample is made for being use with react-native-config, but he is not added to the dependency list
And for the Debug.keystore, just replace yours by one taken from a plain React Native app built with the RN cli
Have a good day :D
The text was updated successfully, but these errors were encountered: