Vibhor
Results
2
comments of
Vibhor
Facing the same issue.
I fixed it by making changes in the implementation of react-native in build.gradle file. By default, it was like this `implementation "com.facebook.react:react-native:+" // From node_modules` I changed it to, ```...