How to create bundle for export

Hi, i am new in react-native. And i did some small project with Expo, without any imulators.
How can i create bundle for export?

hi @donika, here is some documentation to help:

  1. Publishing: bundle up all your source code and make it available from a URL
    https://docs.expo.io/versions/latest/guides/publishing.html

  2. Standalone: Building ipa/apk for the App Store/Google Play store
    https://docs.expo.io/versions/latest/guides/building-standalone-apps.html

  3. Release channels: lets you publish multiple branches of your app in (1.)
    https://docs.expo.io/versions/latest/guides/release-channels.html

Thanks for reply.
All this commands works out the box in create-react-native app?
Thanks.

Hi @donika - yes, create-react-native-app makes an expo project, so if you run npm install -g exp you can use all of the exp commands in the docs quin linked to above :slight_smile: hope this helps!

sure you help! thanks :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.