Bladeren bron

Update README.md

wkh237 8 jaren geleden
bovenliggende
commit
1cde07a7fa
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2
    2
      README.md

+ 2
- 2
README.md Bestand weergeven

44
 rnpm link
44
 rnpm link
45
 ```
45
 ```
46
 
46
 
47
-### For React Native >= 0.29
47
+### For React Native 0.29.0
48
 
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)
49
+If you're using react-native `0.29.0`, the package won't be able to link through `rnpm link`, and you might see the error screen similar to [#51](https://github.com/wkh237/react-native-fetch-blob/issues/51), this is because a [a bug in 0.29.0](https://github.com/facebook/react-native/commit/4dabb575b1b311ba541fae7eabbd49f08b5391b3), someone has already fixed  it, so you can upgrade to `0.29.1` to fix it, or just manually add the package yourself.
50
 
50
 
51
 Add this code to `MainApplication.java`
51
 Add this code to `MainApplication.java`
52
 
52