File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ iOS and Android Native wrapper for Line's MobileSDK.
88## Installation
99First, install the npm package and link it to your Android and iOS projects with react-native link.
1010``` bash
11- npm install react-native-line
12- react-native link react-native-line
11+ npm install react-native-line-sdk
12+ react-native link react-native-line-sdk
1313```
1414### iOS Setup
1515Follow all the configuration steps in [ Line's iOS integration guide] ( https://developers.line.me/en/docs/line-login/ios/integrate-line-login/ )
@@ -33,7 +33,7 @@ repositories {
3333## Usage
3434First, require the ` LineLogin ` module:
3535``` javascript
36- import LineLogin from ' react-native-line'
36+ import LineLogin from ' react-native-line-sdk '
3737```
3838Then, you can start using all the functions that are available:
3939
@@ -78,11 +78,11 @@ The following objects are returned on the methods described above:
7878` ` `
7979
8080## Example
81- To see more of ` react - native - line ` in action you can check out the source in the ` example ` folder.
81+ To see more of ` react - native - line - sdk ` in action you can check out the source in the ` example ` folder.
8282
8383## Authors
8484- [Santiago Fernandez](https://github.com/santiagofm)
8585- [Mauricio Cousillas](https://github.com/mcousillas6)
8686
8787## License
88- ` react - native - line ` is available under the MIT license. See the LICENCE file for more info.
88+ ` react - native - line - sdk ` is available under the MIT license. See the LICENCE file for more info.
Original file line number Diff line number Diff line change 11{
2- "name" : " react-native-line" ,
3- "version" : " 1.0.0 " ,
2+ "name" : " react-native-line-sdk " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " react native line" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments