|
@@ -1,11 +1,14 @@
|
1
|
|
-# React Native Navigation
|
|
1
|
+
|
|
2
|
+<h1 align="center">
|
|
3
|
+ <img src="./logo.png"/><br>
|
|
4
|
+ React Native Navigation
|
|
5
|
+</h1>
|
2
|
6
|
|
3
|
7
|
[![NPM Version](https://img.shields.io/npm/v/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
|
4
|
8
|
[![NPM Downloads](https://img.shields.io/npm/dm/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
|
5
|
9
|
[![Build Status](https://travis-ci.org/wix/react-native-navigation.svg?branch=master)](https://travis-ci.org/wix/react-native-navigation)
|
6
|
10
|
[![Join us on Discord](https://img.shields.io/badge/discord-react--native--navigation-738bd7.svg?style=flat)](https://discord.gg/DhkZjq2)
|
7
|
11
|
|
8
|
|
-
|
9
|
12
|
App-wide support for 100% native navigation with an easy cross-platform interface. For iOS, this package is a wrapper around [react-native-controllers](https://github.com/wix/react-native-controllers), but provides a simplified more abstract API over it. This abstract API will be unified with the Android solution which is currently work in progress. It also fully supports redux if you use it.
|
10
|
13
|
|
11
|
14
|
<img src="https://github.com/wix/react-native/blob/master/assets/themes/bootstrap-3/images/demo.gif?raw=true" width="240">
|