

However, a final step to upload the app to the App store will need a Mac, but still, there are some solutions to upload the app to the store without buying a new Macbook. Expo also gives the option to test the app on mobile phones without the need for heavy programs like Android Studio or Xcode.Īlso with Expo, you will be able to test and build the ios app file on a Windows or Linux computer which is not provided by most tools that create a mobile app. It’s a workflow for React Native that helps developers create an app easily without getting stuck with too many setups.

After you access the terminal, you can simply type the command in the install link above.Įxpo is the main tool we shall use to create our app. For macOS or Linux, just search for “terminal”. Installing yarn is easy, this can be checked out in this link but it may need to be accessed from the terminal.įor Windows, this may be checked out by searching for “cmd” or by choosing the Nodejs command prompt from the start menu. If Expo is already installed using npm, no need to reinstall it, but yarn will still be needed to run the project with yarn install. You may be using npm as the package manager, but the RNWP template is using yarn, so it would be needed to use yarn to install our Expo project afterward. You can check out this video in case you are stuck: Installing YarnĪfter installing NodeJs, we will need to install yarn as a package manager that will take care of all packages we need. To install NodeJs, you can download it from its official website. You will also continually need to use the command line or the terminal, we will see below how to access it.

In order to start creating a React Native app for your WordPress website, you will need first to install the following on your computer :
