File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,10 @@ allprojects {
36
36
}
37
37
```
38
38
39
- ### Manually
39
+ Please provide ` CustomTabsPackage ` in your Application class.
40
40
41
- TODO
41
+ * [ example/MainApplication.java] ( https://github.com/droibit/react-native-custom-tabs/blob/develop/example/android/app/src/main/java/com/github/droibit/android/reactnative/customtabs/example/MainApplication.java#L28 )
42
+ * [ Register the Module] ( https://facebook.github.io/react-native/docs/native-modules-android.html#register-the-module )
42
43
43
44
## Usage
44
45
@@ -52,7 +53,7 @@ CustomTabs.openURL('https://www.google.com').then((launched: {boolean}) => {
52
53
});
53
54
```
54
55
55
- #### Customization( Android)
56
+ #### Customized for Android
56
57
57
58
You can customize the look & feel in Android. The following option is ignored in iOS.
58
59
You can’t perform that action at this time.
0 commit comments