mirror of
https://github.com/status-im/react-native-gifted-charts.git
synced 2025-02-22 16:48:07 +00:00
Add innerBarComponent to StackBar
This commit is contained in:
parent
f629203530
commit
019898aa33
@ -141,7 +141,9 @@ const RenderStackBars = (props: Props) => {
|
||||
stackItem.borderBottomRightRadius || 0,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
>
|
||||
{stackItem.innerBarComponent && stackItem.innerBarComponent()}
|
||||
</TouchableOpacity>
|
||||
);
|
||||
})}
|
||||
</View>
|
||||
|
Loading…
x
Reference in New Issue
Block a user