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)
Use commands described above and look in _AndroidManifest.xml_ or _Info.plist_.
There is wrong _package_ attribute.
Perhaps should be fixed _package_ option for react-native init command.
Or added option which allows to rename application and package.
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally!
If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution.
Is there a chance to reopen the issue since it's still missing? Also i couldn't find a reason why it got removed from the CLI. Thanks in common.
any chance this could be reinstated in react-native-cli?
Most helpful comment
Is there a chance to reopen the issue since it's still missing? Also i couldn't find a reason why it got removed from the CLI. Thanks in common.