Tal Kol пре 9 година
родитељ
комит
12700488a9
1 измењених фајлова са 10 додато и 0 уклоњено
  1. 10
    0
      README.md

+ 10
- 0
README.md Прегледај датотеку

2
 
2
 
3
 App-wide support for 100% native navigation with potential isolation support. For iOS, this package is a wrapper around [react-native-controllers](https://github.com/wix/react-native-controllers) which provides a simplified more abstract API. This abstract API will be unified with the Android solution which is still work in progress.
3
 App-wide support for 100% native navigation with potential isolation support. For iOS, this package is a wrapper around [react-native-controllers](https://github.com/wix/react-native-controllers) which provides a simplified more abstract API. This abstract API will be unified with the Android solution which is still work in progress.
4
 
4
 
5
+## Overview
6
+
7
+* [Installation - iOS](#installation---ios)
8
+* [Installation - Android](#installation---android)
9
+* [Usage](#usage)
10
+* [Top Level API](#top-level-api)
11
+* [Screen API](#screen-api)
12
+* [Styling the navigator](#styling-the-navigator)
13
+* [Adding buttons to the navigator](#adding-buttons-to-the-navigator)
14
+
5
 ## Installation - iOS
15
 ## Installation - iOS
6
 
16
 
7
  * In your project folder run `npm install react-native-navigation --save`
17
  * In your project folder run `npm install react-native-navigation --save`