mirror of
https://github.com/zhigang1992/react-native-weibo-login.git
synced 2026-01-12 17:43:05 +08:00
add remade image
This commit is contained in:
@@ -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",
|
||||
|
||||
BIN
Example/src/add_weibosdk_bundle.png
Normal file
BIN
Example/src/add_weibosdk_bundle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@@ -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.
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user