File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Line SDK wrapper for React Native 🚀
113113 < /details>
114114
115115 < details>
116- < summary> @xmartlabs/react-native-line v 4 < /summary>
116+ < summary> @xmartlabs/react-native-line v 5 < /summary>
117117
118118 ` ` ` objectivec
119119 # import "react_native_line-Swift.h"
@@ -150,24 +150,24 @@ Line SDK wrapper for React Native 🚀
150150
151151# # Usage
152152
153- 1. Import the ` LineLogin ` module:
153+ 1. Import the ` Line ` module:
154154
155155 ` ` ` typescript
156- import LineLogin from ' @xmartlabs/react-native-line'
156+ import Line from ' @xmartlabs/react-native-line'
157157 ` ` `
158158
1591592. Initialize the module with the ` setup` method:
160160
161161 ` ` ` typescript
162162 useEffect( () => {
163- LineLogin .setup({ channelId: ' YOUR_CHANNEL_ID' })
163+ Line .setup({ channelId: ' YOUR_CHANNEL_ID' })
164164 }, [])
165165 ` ` `
166166
1671673. Login with the ` login` method:
168168
169169 ` ` ` typescript
170- LineLogin .login({})
170+ Line .login({})
171171 ` ` `
172172
173173# # API
You can’t perform that action at this time.
0 commit comments