add remade image

This commit is contained in:
gta02
2018-07-05 16:44:54 +08:00
parent 14dc4757f6
commit ec87d1181d
4 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"dependencies": {
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-weibo-login": "^1.0.1"
"react-native-weibo-login": "^1.0.2"
},
"devDependencies": {
"babel-jest": "23.0.1",

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -20,6 +20,7 @@ or
#### iOS
1. Add `node_modules/react-native-weibo-login/ios/WeiboSDK.bundle` in you project, or else it will be crash.
2. In XCode, in the project navigator, right click `Libraries``Add Files to [your project's name]`, Go to `node_modules``react-native-weibo-login` and add `RCTWeiBo.xcodeproj`.
3. In XCode, in the project navigator, select your project.

View File

@@ -1,7 +1,7 @@
{
"name": "react-native-weibo-login",
"version": "1.0.1",
"version": "1.0.2",
"description": "新浪微博登录模块",
"main": "index.js",
"scripts": {
@@ -13,10 +13,8 @@
},
"keywords": [
"react-native",
"ios",
"android",
"weibo",
"sina",
"weibo",
"login"
],
"author": "zhanguangao",