Nicola Corti
Nicola Corti
So your setup can't work as it is. You're missing the `MainApplication` class which is needed to initialize everything properly. Please take a look at the official template and update...
I've just tested this locally, and cannot reproducer. You definitely have something going on with your project as from your `react-native info` we see: ``` npmPackages: "@react-native-community/cli": Not Found react:...
> Now that you have successfully run the app, let's modify it. Open App.js in your text editor of choice and edit some lines. This can be updated to `App.tsx`...
Closing as this issue is related to a version of React Native that we're not supporting anymore (0.70.x). I'd suggest you seek support on StackOverflow or other forums
> I don't think a reproducer is necessary in this example, but I can create it on further request. Please do. It will save us time when we get to...
> This is my code in **app/build.gradle** This is how the `app/build.gradle` file should look like in a 0.71 project: https://github.com/facebook/react-native/blob/0.71-stable/template/android/app/build.gradle So your application is definitely misconfigured @Abhishek-Khanduri
Can you provide a stronger evidence that this is actually happening in any release version of React Native and is not just a misconfiguration on your end? Specifically, I can't...
> @cortinico should these flags mentioned be added in the docs after appropriate review of core team members? It would be a huge win for existing and new apps. Nope...
> use `pickFirst` like this in `android/app/build.gradle`, replace `libcrpyto.so` with your duplicate `.so` from the error you get: That's the correct answer, thanks @efstathiosntonas
@dhananjayspeed please provide a valid reproducer