Describe the bug
Hi, thanks for this library.
In the last commit (v.8.3.0) the package attribute has been removed from AndroidManifest.xml.
It causes gradle build fails with this error:
error: package undefined does not exist import undefined.FlurryPackage;
This Bug is About
Please choose the closest item by replacing [ ] with [x].
Platform
Please choose the platform(s) that you are having the issue by replacing [ ] with [x].
Environment
Please tell us the versions of SDKs you are using. If you are not sure about React Native version, you can run react-native --version under your project.
- React Native version: 0.68.7
- react-native-flurry-sdk version: 8.3.0
To Reproduce
Steps to reproduce the behavior:
yarn add react-native-flurry-sdk@8.3.0
- Build android
- Build fails
Describe the bug
Hi, thanks for this library.
In the last commit (v.8.3.0) the package attribute has been removed from AndroidManifest.xml.
It causes gradle build fails with this error:
error: package undefined does not exist import undefined.FlurryPackage;This Bug is About
Please choose the closest item by replacing
[ ]with[x].Platform
Please choose the platform(s) that you are having the issue by replacing
[ ]with[x].Environment
Please tell us the versions of SDKs you are using. If you are not sure about React Native version, you can run
react-native --versionunder your project.To Reproduce
Steps to reproduce the behavior:
yarn add react-native-flurry-sdk@8.3.0