Profiling and optimization in React Native apps
May 28th, 2025
- Bartłomiej Błoniarz @BBloniarz_
- Tomasz Zawadzki @tomekzaw
If you are reading this before attending the workshops, please complete the setup, and build both apps on your computer. We want to avoid all attendees downloading everything at the same time in the venue.
git clone https://github.com/software-mansion-labs/appjs-2025-workshop-performance
yarn
cd ios && bundle install && bundle exec pod install && cd ..
open ios/MyApp.xcworkspace
open -a "Android Studio" android
yarn startCopyright 2025, Software Mansion