Member-only story
How to make a iPhone app with React Native
Welcome back! React is an awesome framework for developing web applications, but what if you wanted to create an iPhone application with this framework? Well, you actually can! Let’s go ahead and cover a high level overview of the process to do this! Starting off, if you want to learn the basics of React Native, be sure to check out their website below:
In this specific tutorial we’ll be using the Expo method, the entire instructions can be found here within the official expo page:
I’m already assuming you have a basic React Native project developed, if you don’t, here is a link where you can download projects to test in this tutorial: