Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

how to init react native project in a folder with space

Alien0w0 answered on April 26, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • react native regenerate android and ios folders
  • create android and ios folder react native
  • create blank react native app
  • react native android build location
  • regenerate react native ios folder
  • generate android folder in react native
  • react native import from folder withou dots
  • how to run relase usig react native

  • how to init react native project in a folder with space

    0

    Your projects in react-native can't have spaces in them, but you can change the app name directly in the android & ios projects.

    For android:

    go to android/app/src/main/res/values/string.xml and change app_name to your desired value.

    For ios:

    Go to ios/[currentName].xcodeproj/project.pbxproj and change the PRODUCT_NAME values, both in debug and release, from the current name to your new name.

    or go to ios/[currentName]/info.plist, find this:

    CFBundleDisplayName

    ${PRODUCT_NAME}

    and replace the ${PRODUCT_NAME} with your desired name 

    Popularity 1/10 Helpfulness 1/10 Language javascript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Apr 26 2023
    Alien0w0
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.