Closed
Description
Description
Using command
react-native init MyApp --package="com.mycompany.myapp"
or
react-native init MyApp --package com.mycompany.myapp
or
react-native init MyApp --package=com.mycompany.myapp
does not give properly created package in AndroidManifest.xml.
(I've come from this link stackoverflow)
Reproduction Steps and Sample Code
Use commands described above and look in AndroidManifest.xml or Info.plist.
There is wrong package attribute.
Solution
Perhaps should be fixed package option for react-native init
command.
Or added option which allows to rename application and package.
Additional Information
- React Native version: 0.42.3
- Platform: both
- Development Operating System: MacOS
- Dev tools: react-native-cli