Browse Source

Update README.md

Guy Carmeli 8 years ago
parent
commit
5e2e4a25ee
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

@@ -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.