react-native-pager-view
react-native-pager-view copied to clipboard
fix: restore package name in AndroidManifest.xml
Summary
- resolved : #841
the package name has removed in AndroidManifest.xml file.
It's causing an error when users who using this library in their project operate pod install command.
I checked the history of the file, and it seems like an unintended petty mistake. so I just rolled back the package name in the xml file.
I explained detail in the issue, so please check it out. thanks!
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
| OS | Implemented |
|---|---|
| iOS | ✅❌ |
| Android | ✅❌ |
Checklist
- [ ] I have tested this on a device and a simulator
- [ ] I added the documentation in
README.md - [ ] I updated the typed files (TS and Flow)