File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
android/src/main/java/com/rcttabview Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ package com.rcttabview
22
33import android.content.Context
44import android.content.res.ColorStateList
5- import android.graphics.Color
65import android.graphics.drawable.BitmapDrawable
76import android.graphics.drawable.ColorDrawable
87import android.graphics.drawable.Drawable
98import android.util.TypedValue
10- import android.net.Uri
119import android.view.Choreographer
1210import android.view.MenuItem
1311import android.view.View
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ function NativeBottomTabs() {
1414 tabBarInactiveTintColor = "#C57B57"
1515 tabBarActiveTintColor = "#F7DBA7"
1616 barTintColor = "#1E2D2F"
17- rippleColor = "#041F1E"
17+ rippleColor = "#F7DBA7"
18+ activeIndicatorColor = "#041F1E"
1819 screenListeners = { {
1920 tabLongPress : ( data ) => {
2021 console . log (
You can’t perform that action at this time.
0 commit comments