Guy Carmeli пре 7 година
родитељ
комит
760a208071
3 измењених фајлова са 7 додато и 2 уклоњено
  1. 2
    0
      .npmignore
  2. 5
    2
      README.md
  3. BIN
      logo.png

+ 2
- 0
.npmignore Прегледај датотеку

@@ -72,6 +72,8 @@ crashlytics.properties
72 72
 crashlytics-build.properties
73 73
 fabric.properties
74 74
 
75
+./logo.png
76
+
75 77
 
76 78
 ############
77 79
 # iOS

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

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