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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
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].
Integration
Analytics
Messaging/Push
Remote Configuration
Flurry Website/Dashboard
Other
Platform
Please choose the platform(s) that you are having the issue by replacing [ ] with [x].
Android
iOS
tvOS
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.
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.To Reproduce
Steps to reproduce the behavior:
yarn add [email protected]
The text was updated successfully, but these errors were encountered: