We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b72ec commit 6a365a7Copy full SHA for 6a365a7
package.json
@@ -11,7 +11,7 @@
11
],
12
"main": "dist/index.js",
13
"types": "dist/index.d.ts",
14
- "version": "2.1.0",
+ "version": "2.2.0",
15
"homepage": "https://github.com/xmartlabs/react-native-line#readme",
16
"keywords": [
17
"react-native",
src/lineSDKWrapper.ts
@@ -11,9 +11,9 @@ import {
AccessToken,
AccessTokenVerifyResult,
BotFriendshipStatus,
+ LoginArguments,
LoginResult,
UserProfile,
- LoginArguments,
} from './types'
18
19
const { LineLogin } = NativeModules
0 commit comments