In this case, simple-ios-todo is the name of our application. You can then create your project by running expo init simple-ios-todo. You can do that by running the following commands: npm install -g expo-cli
To get started with Expo, you first need to install Expo CLI. If you want to include native code in your application, it is better to go with vanilla React Native from the start.Īlternatively, you can use Flutter and Codemagic to build and publish apps for iOS without a Mac. However, when using Expo, you can’t create custom native modules beyond those that ship with the React Native API. Using Expo is the easiest way to get started with React Native.
Use M1 Mac mini VMs by default with Codemagic🚀 Build faster Developing iOS apps on React Native with Expo CLI