ソースを参照

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.