diff --git a/docs/expo.md b/docs/expo.md index 3a59039..6fcb98b 100644 --- a/docs/expo.md +++ b/docs/expo.md @@ -2,16 +2,6 @@ These instructions are provided to help you configure your Expo app to work with this library. When using Expo there are two workflows: managed and bare. The instructions for each are slightly different. -## Bare Workflow - -### IOS - -- See [iOS directions](https://github.com/includable/react-native-map-link#iOSPostInstall). - -### Android - -- See [Android directions](https://github.com/includable/react-native-map-link#androidPostInstall). - ## Managed Workflow Add the plugin to your app's config file (`app.json`, `app.config.js`, or `app.config.ts`) to have it run during prebuild. @@ -22,6 +12,16 @@ Add the plugin to your app's config file (`app.json`, `app.config.js`, or `app.c } ``` +## Bare Workflow + +### IOS + +- See [iOS directions](https://github.com/includable/react-native-map-link#iOSPostInstall). + +### Android + +- See [Android directions](https://github.com/includable/react-native-map-link#androidPostInstall). + ## Rebuild your app **Don't forget to rebuild your app after making these changes.**