瀏覽代碼

Update README.md

Guy Carmeli 8 年之前
父節點
當前提交
5e2e4a25ee
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      README.md

+ 6
- 0
README.md 查看文件

@@ -682,6 +682,12 @@ export default class SecondTabScreen extends Component {
682 682
 
683 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 691
 ## License
686 692
 
687 693
 The MIT License.