Skip to content

Commit e5dcf73

Browse files
committed
Update Readme.md
1 parent 6f47bba commit e5dcf73

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ allprojects {
3636
}
3737
```
3838

39-
### Manually
39+
Please provide `CustomTabsPackage` in your Application class.
4040

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)
4243

4344
## Usage
4445

@@ -52,7 +53,7 @@ CustomTabs.openURL('https://www.google.com').then((launched: {boolean}) => {
5253
});
5354
```
5455

55-
#### Customization(Android)
56+
#### Customized for Android
5657

5758
You can customize the look & feel in Android. The following option is ignored in iOS.
5859

0 commit comments

Comments
 (0)