cant set package name
See original GitHub issueDescription
People from the Stack Overflow community say, that it worked the other day:
react-native init MyApp -package "com.organization.project.app"
–or–
react-native init MyApp --package=com.organization.project.app
Reproduction
Run init with package name, but it keeps generating com.MyApp
Additional Information
- React Native version: 0.42.0
- Platform: Android
- Operating System: Windows 10 x64 Personal
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
"Cannot set package name for compiled files" when moving a ...
"Cannot set package name for compiled files" when moving a file to a package · Right click on a top-level declaration in the...
Read more >Error "Cannot set package name for compiled files ... - GitHub
Steps to reproduce: Have a Kotlin file with two class definitions in it. Drag and drop it from one package to another.
Read more >unable to change package name in android studio
I am trying to rename my app package because by mistake I set it as com.example.tanmayagarwalquix , so i want to change that...
Read more >ApplicationId versus PackageName - Android Studio Project Site
All Android apps have a package name. The package name uniquely identifies the app on the device; it is also unique in the...
Read more >Android Studio Error: Package name is not set to a ... - YouTube
change your beginning path to the /app and then new/Activityor select at the entry field package name a value like ...
Read more >
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This isn’t really a supported feature right now. But if you want to add the feature back, add me as a reviewer and I can help land it!
cc @mkonicek
Why has it been deleted in the first place? In my view, this issue should be reopened.