Parcourir la source

Add logo to readme (#802)

Guy Carmeli il y a 8 ans
Parent
révision
760a208071
3 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. 2
    0
      .npmignore
  2. 5
    2
      README.md
  3. BIN
      logo.png

+ 2
- 0
.npmignore Voir le fichier

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

+ 5
- 2
README.md Voir le fichier

1
-# React Native Navigation
1
+
2
+<h1 align="center">
3
+  <img src="./logo.png"/><br>
4
+  React Native Navigation
5
+</h1>
2
 
6
 
3
 [![NPM Version](https://img.shields.io/npm/v/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
7
 [![NPM Version](https://img.shields.io/npm/v/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
4
 [![NPM Downloads](https://img.shields.io/npm/dm/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
8
 [![NPM Downloads](https://img.shields.io/npm/dm/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
5
 [![Build Status](https://travis-ci.org/wix/react-native-navigation.svg?branch=master)](https://travis-ci.org/wix/react-native-navigation)
9
 [![Build Status](https://travis-ci.org/wix/react-native-navigation.svg?branch=master)](https://travis-ci.org/wix/react-native-navigation)
6
 [![Join us on Discord](https://img.shields.io/badge/discord-react--native--navigation-738bd7.svg?style=flat)](https://discord.gg/DhkZjq2)
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
 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.
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
 <img src="https://github.com/wix/react-native/blob/master/assets/themes/bootstrap-3/images/demo.gif?raw=true" width="240">
14
 <img src="https://github.com/wix/react-native/blob/master/assets/themes/bootstrap-3/images/demo.gif?raw=true" width="240">

BIN
logo.png Voir le fichier