Failed to build the app: No package name found.
sagarhudge-eaton opened this issue · 2 comments
After the npm install and pod install I received the following issue
`Failed to build the app: No package name found. Found errors in /Users/MyApp/node_modules/react-native-wifi-reborn/android/src/main/AndroidManifest.xml.
[!] Invalid Podfile
file: 859: unexpected token at 'info Run CLI with --verbose flag for more details.`
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.
modifying the first line in AndroidManifest.xml as this solves the issue
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.reactlibrary.rnwifi">