Przeglądaj źródła

Update README.md

wkh237 8 lat temu
rodzic
commit
b40526e002
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      README.md

+ 4
- 0
README.md Wyświetl plik

@@ -44,6 +44,10 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
44 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 51
 Add this code to `MainApplication.java`
48 52
 
49 53
 ```diff