dev-yakuza / dev-yakuza.github.io

8 stars 9 forks source link

https://dev-yakuza.posstree.com/en/react-native/github-actions-fastlane/ #17

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

GitHub Actions and Fastlane for deploying React Native App - Let's see how to deploy React Native App with GitHub Actions and Fastlane.

Let's see how to deploy React Native App with GitHub Actions and Fastlane.

https://dev-yakuza.posstree.com/en/react-native/github-actions-fastlane/

VitorCostaFerreira commented 3 years ago

and where am I suposed to create the lane ?

dev-yakuza commented 3 years ago

@STHEe You can see it on my another blog post

https://dev-yakuza.posstree.com/en/react-native/fastlane/

cd ios && fastlane init
cd android && fastlane init

You can create the fastlane file by the commands above, and you can modify them!