Browse Source

Update README.md

wkh237 8 years ago
parent
commit
b40526e002
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      README.md

+ 4
- 0
README.md View File

44
 rnpm link
44
 rnpm link
45
 ```
45
 ```
46
 
46
 
47
+### For React Native >= 0.29
48
+
49
+The Android application template has changed in [react-native@0.29](https://github.com/facebook/react-native/releases/tag/v0.29.0) our rnpm link script may not working properly, if you encounters some error, please follow these instructions, Thanks @dphov, also see related issue  [#51](https://github.com/wkh237/react-native-fetch-blob/issues/51)
50
+
47
 Add this code to `MainApplication.java`
51
 Add this code to `MainApplication.java`
48
 
52
 
49
 ```diff
53
 ```diff