Wow, this is by far the best video of how to set RN environments. Thank you. Saved my day 🙏
@onedevv9 ай бұрын
Hey @plujudramunqk I really appreciate your comment, very glad to hear that! I’ll keep uploading uploading videos. Let me know if you need one about something specific.
@KiranJadhav-x8w23 күн бұрын
Thank you for the video..!
@onedevv23 күн бұрын
I’m happy to help you!
@johnanoni8 ай бұрын
I was following the doc for IOS but didn't work for me, this saved me. Thanks a lot men 💪
@onedevv8 ай бұрын
Hey @johnanoni that is awesome and I'm happy to hear that! I'll keep making more tutorials so let me know if you need one about something in specific
@johnanoni8 ай бұрын
@@onedevv About the TestFlight configuration it would be great
@onedevv8 ай бұрын
@johnanoni Added to the list! ✅
@everlastingstudios24677 ай бұрын
Thank you so much !!! 🙏 This is working for me my package.json script is like this { "setDevelopmentEnvFile": "ENVFILE=.env.development", "setStagingEnvFile": "ENVFILE=.env.staging", "setQAEnvFile": "ENVFILE=.env.qa", "setProductionEnvFile": "ENVFILE=.env.production", "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start", "test": "jest", "start:dev": "yarn setDevelopmentEnvFile react-native start", "start:qa": "yarn setQAEnvFile react-native start", "start:prod": "yarn setProductionEnvFile react-native start", "start:stage": "yarn setStagingEnvFile react-native start" }
@onedevv6 ай бұрын
Amazing! Really happy it helped you!
@MagedMegz955 ай бұрын
Thank you very much. Very much detailed (y)
@onedevv4 ай бұрын
Happy to help you!
@KahraSolo5 ай бұрын
Thank you!
@thangnguyenthanh50004 ай бұрын
Thank you so much!
@hassamshamas54326 ай бұрын
I'm getting this error: 'ENVFILE' is not recognized as an internal or external command, operable program or batch file.
@onedevv6 ай бұрын
Are you working on Windows? If that is the case, try adding "set" before "ENVFILE=..." (without the "")
@hassamshamas54326 ай бұрын
@@onedevv yes I’m on Windows
@hassamshamas54326 ай бұрын
@@onedevv Thank you it is working now!!!
@onedevv6 ай бұрын
@@hassamshamas5432 Awesome! You are welcome!
@hassamshamas54326 ай бұрын
@@onedevv I have just one question, how can I change the app Names? I just need android apps
@DaniyalBaig-sr1bs6 ай бұрын
how we will set environment while releasing bundle?
@onedevv6 ай бұрын
Doesn't it work adding the setLocal/setProduction to the command?
@udayjariwala-mj2fg7 ай бұрын
not working every time local run
@onedevv6 ай бұрын
Could you tell me exactly what is not working for you? Are you getting an error or what is the issue? Please provide me some details so I can help you