소스 검색

Update README.md

Ran 8 년 전
부모
커밋
4441292598
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      example-redux/README.md

+ 1
- 1
example-redux/README.md 파일 보기

4
 
4
 
5
 ## Installation - iOS
5
 ## Installation - iOS
6
 
6
 
7
-* In the `example/` folder, run `npm install`
7
+* In the `example-redux/` folder, run `npm install`
8
 
8
 
9
 > Make sure you're using npm ver 3. If you normally use npm ver 2 on your system and reluctant to upgrade, you can install [npm 3 alongside 2](https://www.npmjs.com/package/npm3). For more details see https://github.com/wix/react-native-navigation/issues/1. In addition, redux also causes some issues with npm 2. If you have to use npm 2 on this project, fix those by running `npm run fix_npm2` in your project directory after running `npm install`.
9
 > Make sure you're using npm ver 3. If you normally use npm ver 2 on your system and reluctant to upgrade, you can install [npm 3 alongside 2](https://www.npmjs.com/package/npm3). For more details see https://github.com/wix/react-native-navigation/issues/1. In addition, redux also causes some issues with npm 2. If you have to use npm 2 on this project, fix those by running `npm run fix_npm2` in your project directory after running `npm install`.
10
 
10