Create an IPA and APK From a React Native Project

An easy step-by-step guide

XOR
Better Programming
Published in
2 min readJun 28, 2018

--

Photo by Ricardo Rocha on Unsplash

This tutorial will guide you on how to create IPA and APK from a React Native project. Let's dive in.

First, create a React Native app with this CLI.

react-native init MyApp --package=com.MyApp.MyApp// or in newer version of CLI

--

--

Software Writer || Javascript Journalist || Now Learning Flutter.