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
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ Line SDK wrapper for React Native 🚀
11
11
12
12
## Requirements
13
13
14
-
- Android `minSdkVersion`24 or higher
15
-
- iOS minimum development target 13.0 or higher
14
+
- Android `minSdkVersion`needs to be at least version `24`.
15
+
- iOS `deploymentTarget` needs to be at least version `15.1`.
16
16
-[LINE developer account](https://developers.line.biz/console/) with a channel created.
17
17
18
18
## Installation
@@ -57,9 +57,8 @@ If you're using Expo you need to add this plugins
57
57
58
58
Inside your `AppDelegate.m`, setup the line sdk by passing the channel id obtained.
59
59
60
-
1. Add `platform :ios, '13.0'` in `Podfile` line:1
61
-
2. Modify your info.plist like it says here [Configuring the Info.plist file](https://developers.line.biz/en/docs/line-login-sdks/ios-sdk/swift/setting-up-project/#config-infoplist-file)
62
-
3. Change your `AppDelegate.m` to match the following:
60
+
1. Modify your info.plist like it says here [Configuring the Info.plist file](https://developers.line.biz/en/docs/line-login-sdks/ios-sdk/swift/setting-up-project/#config-infoplist-file)
61
+
2. Change your `AppDelegate.m` to match the following:
0 commit comments