File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 59
59
60
60
ref. [ example] ( https://github.com/droibit/react-native-custom-tabs/blob/develop/example/android/build.gradle#L29-L34 )
61
61
62
+ #### iOS
63
+
64
+ If you support iOS 9 or higher, you need to add the ` LSApplicationQueriesSchemes ` key and the following scheme to info.plist of your app.
65
+
66
+ * ` googlechrome `
67
+ * ` googlechromes `
68
+
69
+ ref. https://developer.apple.com/documentation/uikit/uiapplication/1622952-canopenurl
70
+
62
71
## Usage
63
72
64
73
Open the URL as ` Linking ` of React Native.
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
<plist version =" 1.0" >
4
4
<dict >
5
+ <key >LSApplicationQueriesSchemes </key >
6
+ <array >
7
+ <string >googlechrome </string >
8
+ <string >googlechromes </string >
9
+ </array >
5
10
<key >CFBundleDevelopmentRegion </key >
6
11
<string >en </string >
7
12
<key >CFBundleDisplayName </key >
You can’t perform that action at this time.
0 commit comments