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.
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
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.
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.
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?
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
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.
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?
tq bro it working you save my time😁😁
react-native link did not work for me (version 0.72.4). Instead, npx react-native-asset solved it. Thanks for the video!
can you please tell how to change app icon too
I will share it tonight
npx react-native link
error: unknown command 'link'
react-native link
error: unknown command 'link'
??
Nice information doctor Saab
Thanks for your valuable feed back..
npx react-native-rename use this command on the project folder!
Do not do this. This repo is outdated
Image upload and show in web API.???
Thanks for asking question. I will share code with you asap.
error Unrecognized command "eject".
What to do in this case?
kindly share React and React- native version .
@@ComputerScienceTutorial RN=0.61.5, REACT=16.9.0
try the following command
npx react-native eject
@@ComputerScienceTutorial doesn't work too
npm i react-native-eject
npm i @react-native-community/cli
react-native eject
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