For anybody looking here is the git repo: github.com/WJimmyCook/react-native-fastlane
@abhisheksah4 жыл бұрын
Jimmy should pin this
@alexali99673 жыл бұрын
Thanks for the nice demo serious, it really helped me a lot !
@yim3 жыл бұрын
awesome!
@ebnermatias79793 жыл бұрын
The best fastlane tutorial! :D Thank you so much!
@saipreethamapuri20772 жыл бұрын
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@jesseokeya4 жыл бұрын
Thank you Jimmy!!. Your a life saver
@yim4 жыл бұрын
Glad the video helped!
@skaramicke Жыл бұрын
Regarding the version numbers: I feel that you should either use the same semver version in Android and iOS, or just skip the whole semver system alltogether and use dates as version numbers. Having two different versions for the same codebase is weird wither way.
@jqnvlog3 жыл бұрын
One thing I had to do to get this part working was to install the versioning action $ fastlane add_plugin versioning
@NikolayChankov-s3g6 ай бұрын
how to make the bundle:id and all other values related to the app with .env variables ?
@herbertk92664 жыл бұрын
Thanks for your time
@yim4 жыл бұрын
Thanks for watching!
@creative-commons-videos4 жыл бұрын
can you make a tutorial video / playlist on react-native-animated and gesture handler
@yim4 жыл бұрын
Have you seen William candillions videos? He’s the king of gestures and animations.
@creative-commons-videos4 жыл бұрын
@@yim yes, but they randomly choose animation, it would be great if there are any playlist tutorial for animation from scratch
@NikolayChankov-s3g6 ай бұрын
How to point to the app values - bundleId, app_identifier etc.. , with .env variables ?
@abdulragib60047 ай бұрын
Nice fantastic
@techkyguy4 жыл бұрын
thanks jim. great videos. I am wondering do l still have run match,supply snd deliver init commands?
@yim4 жыл бұрын
You only have to run the init commands one time
@leestud18964 жыл бұрын
Thanks. I posted a few issues on the github repo of this project. Could you please check it out?
@00rfeeley004 жыл бұрын
Nice tool. Thanks for the info
@yim4 жыл бұрын
No problem 👍
@kwii227894 жыл бұрын
Great video. Do you think you could do a video on "schemes" on xcode? I'm having trouble understanding exactly how they are used
@yim4 жыл бұрын
That's a good idea. I'll add it to my list of videos to do.
@Trucidare4 жыл бұрын
Small typo on line 11, "Gem:Version"
@yim4 жыл бұрын
Thanks for letting me know!
@5transcendent3 жыл бұрын
Nice!
@saipreethamapuri20772 жыл бұрын
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@kristinlau80182 жыл бұрын
Have there been a lot of changes to Fastlane since this video was made? Would it still be the same steps?
@yim2 жыл бұрын
Should be many changes, I’m still using a similar setup
@saipreethamapuri20772 жыл бұрын
@@yim Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@akmalahmed46604 жыл бұрын
Thank you very much :-)
@yim4 жыл бұрын
No problem!
@henryosim34774 жыл бұрын
Thanks for the informative video. I am getting this error when the gym action runs "error: No profiles for 'com.example.myap123' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.myap123'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'myap123' from project 'myap123')"
@saipreethamapuri20772 жыл бұрын
Im getting this error :Task 'assembleRelease' not found in root project 'android'.
@devonlamond2 жыл бұрын
Whats your intro song?
@yim2 жыл бұрын
DJ revolution - school. Off the king of the decks album!
@devonlamond2 жыл бұрын
@@yim broccoli dude!
@emilrasmussen74293 жыл бұрын
I'm wondering why you aren't explaining how to identify where to get target and app_identifier for projects... I am assuming people are just in here copying off your code, not learning how to take the information and apply to a new and complete different Fastlane project.
@yim3 жыл бұрын
My only goal is to share what I've learned. Doesn't matter to me whether someone copies the code directly or applies the info to something completely different.
@emilrasmussen74293 жыл бұрын
@@yim I'm not saying copying the code is bad, I'm really just asking for more explanation i.e "this is target, we are using that for increment_bui... and you can find it here, here and here" or w/e. Explaining the attributes in the code, rather than just saying: "Increment_build_number_in_plist() set the build number directly in plist ios" Ovbiously you can take this feedback or not, it's really just my opinion on how you could improve
@yim3 жыл бұрын
@@emilrasmussen7429 ohhh I see what you are saying now. That's good feedback, appreciate it!
@ruizheshang48084 жыл бұрын
Thanks Jimmy for sharing the knowledge, life saver tonight :) One question, for the ReactNativeFastLane.xcodeproj, do we create these files during Fastlane setup?
@yim4 жыл бұрын
No need to add another .xcodeproj, you should already have an .xcodeproj for your app. ReactNativeFastLane was the name I picked for this demo app