Add innerBarComponent to StackBar

This commit is contained in:
Fernando Stefanello 2022-02-23 13:22:01 -03:00
parent f629203530
commit 019898aa33

View File

@ -141,7 +141,9 @@ const RenderStackBars = (props: Props) => {
stackItem.borderBottomRightRadius || 0,
},
]}
/>
>
{stackItem.innerBarComponent && stackItem.innerBarComponent()}
</TouchableOpacity>
);
})}
</View>