Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLoh committed May 7, 2018
1 parent 6b7a3dc commit b87520b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,11 +20,11 @@ You can also configure the generated condig to be picked up by Xcode and Android

In Xcode you can assign an environment variable in the build phase `Bundle React Native code and images` by adding the line `export BUNDLE_CONFIG=./metro.config.js` to the script:

!(https://raw.githubusercontent.com/MrLoh/metro-with-symlinks/master/assets/xcode_screenshot.png)[Xcode bundle config]
![Xcode bundle config](https://raw.githubusercontent.com/MrLoh/metro-with-symlinks/master/assets/xcode_screenshot.png)

In Android you just have to include `bundleConfig: "./metro.config.js"` in the `project.ext.react` field of your `android/app/build.gradle`:

!(https://github.com/MrLoh/metro-with-symlinks/raw/master/assets/androidstudio_screenshot.png)[Android Studio bundle config]
![Android Studio bundle config](https://github.com/MrLoh/metro-with-symlinks/raw/master/assets/androidstudio_screenshot.png)

## Contributing

Expand Down

0 comments on commit b87520b

Please sign in to comment.