From the course: Learning React Native

Unlock the full course today

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

Publishing your Expo project

Publishing your Expo project

From the course: Learning React Native

Start my 1-month free trial

Publishing your Expo project

- [Instructor] Most of the functionality for a React Native map is found within the Javascript bundle which is great because if you can update the JavaScript bundle, that means you can push application updates directly to your user's phone. Expo already provides the infrastructure and the environment to do this. In order to take advantage of it, we need to publish our project to Expo. So I currently have the color catalog up and running. Here we can see it in the iOS simulator. We also have our Expo Metro Bundler running and our tunnel up and our application appears to be working. There are a couple things that I want to do before publishing this application to Expo. If I come to the assets folder we can see the icon and splash that we've been using for our development application. But we also have our production icon and our production splash image here so we want to make sure that Expo knows where to find those…

Contents