Merge pull request #99 from jasonalmaturner/master

updating README.md to reflect breaking changes in react-native@0.29
This commit is contained in:
Dmitry Gladkov 2016-07-18 21:33:26 +03:00 committed by GitHub
commit 5b2a1bb83e

View File

@ -72,7 +72,8 @@ For instance the podspec file does not contain the right data (author attributes
} }
``` ```
3. and finally, in `android/src/main/java/com/{YOUR_APP_NAME}/MainActivity.java` add: 3. and finally, in `android/src/main/java/com/{YOUR_APP_NAME}/MainActivity.java` for react-native < 0.29,
or `android/src/main/java/com/{YOUR_APP_NAME}/MainApplication.java` for react-native >= 0.29 add:
```java ```java
//... //...
import com.BV.LinearGradient.LinearGradientPackage; // <--- This! import com.BV.LinearGradient.LinearGradientPackage; // <--- This!