Skip to content

Commit cf6ee6a

Browse files
committed
fix Paper build
1 parent 02813e7 commit cf6ee6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/paper/java/com/facebook/react/viewmanagers/RNSBottomTabsManagerDelegate.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public void setProperty(T view, String propName, @Nullable Object value) {
7171
break;
7272
case "tabBarItemRippleColor":
7373
mViewManager.setTabBarItemRippleColor(view, ColorPropConverter.getColor(value, view.getContext()));
74+
break;
7475
case "tabBarMinimizeBehavior":
7576
mViewManager.setTabBarMinimizeBehavior(view, (String) value);
7677
break;

0 commit comments

Comments
 (0)