Skip to content

Commit

Permalink
feat: add props borderColor and borderWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
hoaphantn7604 committed Jul 27, 2024
1 parent 1588634 commit 0259956
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ const ThemeScreen = () => {
height={55}
circleWidth={50}
bgColor="white"
borderColor="gray"
borderWidth={0.5}
borderTopLeftRight
initialRouteName="title1"
renderCircle={({ routeName, selectedTab, navigate }) => (
Expand Down Expand Up @@ -302,5 +304,6 @@ const styles = StyleSheet.create({
},
titleButton: {
fontWeight: 'bold',
color: 'black',
},
});

0 comments on commit 0259956

Please sign in to comment.