Skip to content

Application and Package naming in manifest #13236

Closed
@AliakseiRusetski

Description

@AliakseiRusetski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions