소스 검색

Update README.md

wkh237 8 년 전
부모
커밋
3edf5f8a76
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -44,9 +44,9 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
44 44
 rnpm link
45 45
 ```
46 46
 
47
-### For React Native 0.29.0
47
+### For React Native >= 0.29.0 (Android)
48 48
 
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, we recommended to upgrade to `0.29.1`, or you can just manually add the package yourself.
49
+> If you're using react-native >= `0.29.0`, the package might not be able to link through `rnpm link`, and you might see an 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, but the solution does not work on our project, you may have to manually add the package yourself.
50 50
 
51 51
 Add this code to `MainApplication.java`
52 52