Skip to content

Commit 4307f3a

Browse files
author
Shinya Kumagai
authored
Merge pull request #17 from patlux/patch-1
Added import
2 parents 62814b3 + 5f80e4a commit 4307f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ allprojects {
3939
And, provide `CustomTabsPackage` in your Application class.
4040

4141
```java
42+
import com.github.droibit.android.reactnative.customtabs.CustomTabsPackage;
43+
4244
@Override
4345
protected List<ReactPackage> getPackages() {
4446
return Arrays.asList(

0 commit comments

Comments
 (0)