You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RNEF 0.7.6
Create test app straight from template and make it contains hyphen (-), e.g. brownfield-test
Description
When app name contains hyphen, then the iOS package names becomes invalid:
warn Invalid application's package name "com.brownfield-test" in either 'AndroidManifest.xml' or 'build.gradle'. Read guidelines for setting the package name here: https://developer.android.com/studio/build/application-id
This could be easily avoided if we either:
Disallowed hyphens (but I like hypens, they are so popular in JS)
If the name contains hyphens, transform it from kebab-case to PascalCase for iOS/Android use cases.
Reproducible Demo
The text was updated successfully, but these errors were encountered:
Environment
RNEF 0.7.6
Create test app straight from template and make it contains hyphen (-), e.g.
brownfield-test
Description
When app name contains hyphen, then the iOS package names becomes invalid:
This could be easily avoided if we either:
Reproducible Demo
The text was updated successfully, but these errors were encountered: