React Native - Multi Environments

preview_player
Показать описание
Update 0.63.3 about flipper. React native move the flipper pods from podfile to react_native_pods script. Change this line from Podfile :

use_flipper!

to:

use_flipper!(configurations: debugs)

Рекомендации по теме
Комментарии
Автор

Thank you for this video man, helped a lot.

furukoo
Автор

hey man how can we add different firebase files to prod and debug

tahirmehmood
Автор

Thank you for sharing this, it helps!!!! Do you have any idea how could we use env variable in build phase >> run script?

rohitpatil
Автор

Hi, I am facing this issue, can you please help with this:

stuck after pod install:

[!] Unknown configuration whitelisted: debug. CocoaPods found debugdev, debugprod, debugstaging, releasedev, releaseprod, and releasestaging, did you mean one of these?

amitvaishnava
Автор

I'm having trouble retrieving the resvalue base_url in the react native code itself

please help me....

AzuraAyra
Автор

Kudos you saves me a one day of debugginh

eunillevillegas
Автор

nice tutorial, but i don't see how you can hide sensitive info like the urls/tokens which should be stored in the env variables using this method, without committing this info to git.

mugokibiru
Автор

Great Tutorial. Can you make a video on Firebase - react-native environments? That would help a lot of people. Also following that CI/CD using microsoft app center.

abhishekbiswasdev
Автор

Could you update for the actual rn version? thank you

fernandomedina
Автор

thanks BungFerdly! Can you create video on BridgeModules?

davidhahn
Автор

--configuration ReleaseStaging have an error for me

nhaphan
Автор

Hi, Thanks for the tutorial this is great. I'm receiving an error on the android side. When I try to run the prod app I'm getting `Task 'installDebug' not found in project ':app'. Some candidates are: 'installDevDebug'.` - I'm using `react-native run-android`. Dev and staging working great though. Do you have any idea on how to fix this?

Thanks!

maxkelly
Автор

can you please make one video for App center -- CI/CD

khalidkhan
Автор

My Podfile has nothing about flipper??

hndzn