More clear installation documentation

This commit is contained in:
pmadruga 2017-04-12 11:22:38 +02:00
parent f8c280e0d4
commit 19bce47289

View File

@ -40,6 +40,7 @@ Check the [roadmap here](https://github.com/Kureev/react-native-blur/issues/1)
allprojects {
repositories {
// Add the following in a new line, underneath "maven { url '$rootDir/../node_modules/react-native/android' }"
maven { url 'https://github.com/500px/500px-android-blur/raw/master/releases/' }
}
}