Open
Description
After the integration of unity exports/project in the React Native project, when we generate the apk using assembleRelease/assembleDeploy, it results in generation of 2 different APKs
- react native unity integrated apk
- APK which consists of only the unity project
Could you please suggest a solution to get rid of 2 APKs
How do we alter the configuration of the react-native-unity-2 package to cancel out of the generation of unity project APK