Skip to content

Commit aa8a5f0

Browse files
committed
Changed package name
1 parent b197929 commit aa8a5f0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ iOS and Android Native wrapper for Line's MobileSDK.
88
## Installation
99
First, 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
1515
Follow 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
3434
First, require the `LineLogin` module:
3535
```javascript
36-
import LineLogin from 'react-native-line'
36+
import LineLogin from 'react-native-line-sdk'
3737
```
3838
Then, 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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)