Skip to content

Commit 32aadc2

Browse files
authored
Merge pull request rnc-archive#27 from kelset/patch-1
Update README.md
2 parents 214c524 + c2bda3f commit 32aadc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ in your XCode project,
2929

3030
react-native-webgl is implemented with some C++ bricks and `react-native link react-native-webgl` is not enough to install and configure your project for Android:
3131

32-
- `android/local.properties`: Make sure you have an up-to-date Android NDK (needed to compile the Native C++ code) and that it's properly configured in ANDROID_NDK env or in `local.properties` file (e.g. `ndk.dir=/usr/local/share/android-ndk`).
32+
- `android/local.properties`: Make sure you have an up-to-date [Android NDK](https://developer.android.com/ndk/guides/index.html) (needed to compile the Native C++ code) and that it's properly configured in ANDROID_NDK env or in `local.properties` file (e.g. `ndk.dir=/usr/local/share/android-ndk`).
3333
- `android/build.gradle`: If it's not already there, add `gradle-download-task` **buildscript** dependency: `classpath 'de.undercouch:gradle-download-task:3.1.2'` . If you don't do this, you will likely have `:downloadJSCHeaders` not working.
34-
- `android/app/build.gradle`: Make shure you have `minSdkVersion 17` or higher
34+
- `android/app/build.gradle`: Make sure you have `minSdkVersion 17` or higher
3535

3636
## Usage
3737

0 commit comments

Comments
 (0)