react-native-pager-view
react-native-pager-view copied to clipboard
cause pod install error (No package name found)
Environment
Description
I installed react-native-pager-view for using react-native-tab-view.
but when I operate pod install on the commandline in ios folder of my project, an error accures with saying "error Failed to build the app: No package name found."
the package name was changed from "com.reactnativecommunity.viewpaper" to "com.reactnativepagerview" and this seems defenately intended,
but the latest commit named "example" commit has removed the package name from the file.
I guess this is a mistake as almost things are just changed in example folder, so I infered this is a petty issue, and it should be rolled back.