소스 검색

chore(docs): clarify install steps

Thibault Malbranche 6 년 전
부모
커밋
2333e45208
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      docs/Getting-Started.md

+ 2
- 0
docs/Getting-Started.md 파일 보기

16
 
16
 
17
 #### 2. Link native dependencies
17
 #### 2. Link native dependencies
18
 
18
 
19
+From react-native 0.60 autolinking will take care of the link step but don't forget to run `pod install`
20
+
19
 React Native modules that include native Objective-C, Swift, Java, or Kotlin code have to be "linked" so that the compiler knows to include them in the app.
21
 React Native modules that include native Objective-C, Swift, Java, or Kotlin code have to be "linked" so that the compiler knows to include them in the app.
20
 
22
 
21
 ```
23
 ```