You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, install the npm package with yarn. _Autolink_ is automatic.
24
24
25
25
```bash
26
-
yarn add react-native-line-sdk
26
+
yarn add @xmartlabs/react-native-line
27
27
```
28
28
29
29
### iOS Setup
@@ -73,7 +73,7 @@ Don't forget to add `application` function, as line's instructions indicate.
73
73
First, require the `LineLogin` module:
74
74
75
75
```javascript
76
-
importLineLoginfrom'react-native-line-sdk'
76
+
importLineLoginfrom'@xmartlabs/react-native-line'
77
77
```
78
78
79
79
Then, you can start using all the functions that are available:
@@ -277,7 +277,7 @@ The following objects are returned on the methods described above:
277
277
278
278
## Example
279
279
280
-
If you want to see `react-native-line-sdk` in action, just move into the [example](/example) folder and run `yarn ios`/`yarn android`. By seeing its source code, you will have a better understanding of the library usage.
280
+
If you want to see `@xmartlabs/react-native-line` in action, just move into the [example](/example) folder and run `yarn ios`/`yarn android`. By seeing its source code, you will have a better understanding of the library usage.
281
281
282
282
## Contributors
283
283
@@ -301,4 +301,4 @@ If you want to see `react-native-line-sdk` in action, just move into the [exampl
301
301
302
302
## License
303
303
304
-
`react-native-line-sdk` is available under the MIT license. See the LICENCE file for more info.
304
+
`@xmartlabs/react-native-line` is available under the MIT license. See the LICENCE file for more info.
0 commit comments