File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# react-native-easy-toast
2
2
A react native module to show toast like android, it works on iOS and Android.
3
3
4
- 中文说明戳这里:[ 中文说明] ( https://github.com/crazycodeboy/react-native-easy-toast/blob/master/README.zh.md )
4
+ [ ![ release] ( https://img.shields.io/github/release/crazycodeboy/react-native-easy-toast.svg?maxAge=2592000?style=flat-square )] ( https://github.com/crazycodeboy/react-native-easy-toast/releases )
5
+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-Welcome-brightgreen.svg )] ( https://github.com/crazycodeboy/react-native-easy-toast/pulls )
6
+ [ ![ NPM version] ( http://img.shields.io/npm/v/react-native-easy-toast.svg?style=flat )] ( https://www.npmjs.com/package/react-native-easy-toast )
7
+ [ ![ License MIT] ( http://img.shields.io/badge/license-MIT-orange.svg?style=flat )] ( https://raw.githubusercontent.com/crazycodeboy/react-native-easy-toast/master/LICENSE )
8
+ [ ![ 语言 中文] ( https://img.shields.io/badge/语言-中文-yellow.svg )] ( https://github.com/crazycodeboy/react-native-easy-toast/blob/master/README.zh.md )
9
+
10
+
11
+
5
12
6
13
## Content
7
14
Original file line number Diff line number Diff line change 1
1
# [ react-native-easy-toast] ( https://github.com/crazycodeboy/react-native-easy-toast/ )
2
2
一款简单易用的 Toast 组件,支持 Android&iOS。
3
3
4
+ [ ![ release] ( https://img.shields.io/github/release/crazycodeboy/react-native-easy-toast.svg?maxAge=2592000?style=flat-square )] ( https://github.com/crazycodeboy/react-native-easy-toast/releases )
5
+ [ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-Welcome-brightgreen.svg )] ( https://github.com/crazycodeboy/react-native-easy-toast/pulls )
6
+ [ ![ NPM version] ( http://img.shields.io/npm/v/react-native-easy-toast.svg?style=flat )] ( https://www.npmjs.com/package/react-native-easy-toast )
7
+ [ ![ License MIT] ( http://img.shields.io/badge/license-MIT-orange.svg?style=flat )] ( https://raw.githubusercontent.com/crazycodeboy/react-native-easy-toast/master/LICENSE )
8
+ [ ![ language English] ( https://img.shields.io/badge/language-English-yellow.svg )] ( https://github.com/crazycodeboy/react-native-easy-toast/ )
9
+
10
+
11
+
12
+
4
13
## 目录
5
14
6
15
- [ 安装] ( #安装 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-easy-toast" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " A react native module to show toast like android, it works on iOS and Android." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments