React Native - Multi Environments

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 มิ.ย. 2020
  • 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)
    github.com/facebook/react-nat...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 36

  • @furukoo12
    @furukoo12 3 ปีที่แล้ว +1

    Thank you for this video man, helped a lot.

  • @MuhammadUsman-xi7ou
    @MuhammadUsman-xi7ou 3 ปีที่แล้ว

    Great tutorial, you saved a day.

  • @eunillevillegas9568
    @eunillevillegas9568 3 ปีที่แล้ว

    Kudos you saves me a one day of debugginh

  • @UmairVatao
    @UmairVatao 4 ปีที่แล้ว +1

    Great tutorial!

  • @tahirmehmood9004
    @tahirmehmood9004 5 หลายเดือนก่อน +2

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

  • @rohitpatil8452
    @rohitpatil8452 2 ปีที่แล้ว +1

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

  • @mrstudioguitar2808
    @mrstudioguitar2808 3 ปีที่แล้ว

    Excellent!

  • @davidhahn7391
    @davidhahn7391 3 ปีที่แล้ว

    thanks BungFerdly! Can you create video on BridgeModules?

  • @AzuraAyra
    @AzuraAyra 2 ปีที่แล้ว

    I'm having trouble retrieving the resvalue base_url in the react native code itself
    please help me....

  • @mugokibiru9513
    @mugokibiru9513 2 ปีที่แล้ว

    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.

  • @GoodBoria
    @GoodBoria 3 ปีที่แล้ว

    COOL!!! THANKS

  • @amitvaishnava168
    @amitvaishnava168 ปีที่แล้ว

    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?

  • @fernandomedina775
    @fernandomedina775 ปีที่แล้ว

    Could you update for the actual rn version? thank you

  • @abhishekbiswasdev
    @abhishekbiswasdev 3 ปีที่แล้ว +1

    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.

    • @BungFerdly
      @BungFerdly  3 ปีที่แล้ว

      Thanks for the suggestion! For setup firebase in ios, maybe you can take a look on this medium.com/@pablosanchezdev/using-different-firebase-environments-in-an-ios-app-35eb0dd36e7c

    • @prakharjain5001
      @prakharjain5001 3 ปีที่แล้ว

      Hey @@BungFerdly can you tell me how to this for android also?

  • @nhaphan4992
    @nhaphan4992 3 ปีที่แล้ว

    --configuration ReleaseStaging have an error for me

  • @khalidkhan5308
    @khalidkhan5308 2 ปีที่แล้ว

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

  • @maxkelly3848
    @maxkelly3848 3 ปีที่แล้ว

    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!

    • @BungFerdly
      @BungFerdly  3 ปีที่แล้ว +1

      try: yarn android --variant prodDebug

    • @maxkelly3848
      @maxkelly3848 3 ปีที่แล้ว

      @@BungFerdly Thank you!

  • @hndzn5941
    @hndzn5941 3 ปีที่แล้ว

    My Podfile has nothing about flipper??

    • @BungFerdly
      @BungFerdly  3 ปีที่แล้ว +1

      I update the description