소스 검색

Update README.md

Guy Carmeli 8 년 전
부모
커밋
5e2e4a25ee
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6
    0
      README.md

+ 6
- 0
README.md 파일 보기

682
 
682
 
683
 There is no specification for the format of deep links. Since you're implementing the parsing logic in your handlers, you can use any format you wish.
683
 There is no specification for the format of deep links. Since you're implementing the parsing logic in your handlers, you can use any format you wish.
684
 
684
 
685
+## Third party libraries support
686
+
687
+### react-native-vector-icons
688
+
689
+If you would like to use [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) for your Toolbar icons, you can follow [this example](https://github.com/wix/react-native-navigation/issues/43#issuecomment-223907515) or [this](https://gist.github.com/dropfen/4a2209d7274788027f782e8655be198f) gist.
690
+
685
 ## License
691
 ## License
686
 
692
 
687
 The MIT License.
693
 The MIT License.