From the course: React Native Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Test first

Test first - React Native Tutorial

From the course: React Native Essential Training

Start my 1-month free trial

Test first

- [Instructor] Before we start the process of publishing our app to the App Store and Play Store, we need to test it as much as we can. We've so far been testing the app only on an iPhone 6 Simulator. That is not enough. It's very important that we test the app on actual devices before publishing it. Some problems will only appear on actual devices. The react native site has documentation on how to test with an actual device. I'd recommend that you follow this now and test your app on your iPhone if you have one. But testing the app yourself is not enough either. You should also find early testers among family and friends and get their feedback about the UI. You can use Apple's test flight for that. It allows you to beta test with many people by inviting them to your pre-published app. This is a great tool. I'll show you how it works, but first we need to test the app on Android and the same deal goes there. If you…

Contents