Change App Name in React Native

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 26

  • @saurabrakshit405
    @saurabrakshit405 2 года назад +4

    Nice Vdo Sir ji !
    But to generate ios & android folder First you have install react-native-eject package then write the command like this "npx react-native eject"
    then only both the folders will be generated.

  • @shubhamjain2616
    @shubhamjain2616 3 года назад +1

    What if we have made changes in android and iOS folders? All the changes will be lost by doing so. What should I do in that case?

  • @qasimmughal3966
    @qasimmughal3966 4 года назад +1

    As u delete the android & ios folders , if we have some settings in both of them like in my case i have use multiple android & ios packages that require the core configurations , when i delete my folders (android & ios ) is the configurations roll back , or i have to add them all manully once again ?? But the Video is nice

    • @rajatgoyal8162
      @rajatgoyal8162 4 года назад

      Yes, you are right, this method is not the correct and efficient way of changing the name of the app, you may lose your android and ios config. by doing this.

  • @tanzirulhaque8573
    @tanzirulhaque8573 4 года назад

    error Unrecognized command "eject".
    rn version: 0.61.5
    I've also tried react-native upgrade --legacy true but it doesn't work either
    What to do now?

  • @udayarajurs8301
    @udayarajurs8301 2 года назад

    tq bro it working you save my time😁😁

  • @vronus007
    @vronus007 Год назад

    react-native link did not work for me (version 0.72.4). Instead, npx react-native-asset solved it. Thanks for the video!

  • @rajeshanupoju8786
    @rajeshanupoju8786 4 года назад +1

    can you please tell how to change app icon too

  • @m_ashiq_12000
    @m_ashiq_12000 Год назад

    npx react-native link
    error: unknown command 'link'
    react-native link
    error: unknown command 'link'
    ??

  • @kirtimohansharma139
    @kirtimohansharma139 4 года назад +1

    Nice information doctor Saab

  • @alagappana8599
    @alagappana8599 4 года назад +1

    npx react-native-rename use this command on the project folder!

    • @MrGuidogr95
      @MrGuidogr95 4 года назад +1

      Do not do this. This repo is outdated

  • @sohaibhassan4482
    @sohaibhassan4482 4 года назад

    Image upload and show in web API.???

  • @ahmedsuljic9373
    @ahmedsuljic9373 4 года назад

    error Unrecognized command "eject".
    What to do in this case?

  • @bhushanjoshi9089
    @bhushanjoshi9089 Год назад

    for those who are facing an error while executing the command
    npm i react-native-eject
    or
    yarn add react-native-eject
    then run:
    npx react-native eject