Skip to content

feat: stroked path#77

Open
deemyboy wants to merge 11 commits intohoaphantn7604:masterfrom
deemyboy:strokedPath
Open

feat: stroked path#77
deemyboy wants to merge 11 commits intohoaphantn7604:masterfrom
deemyboy:strokedPath

Conversation

@deemyboy
Copy link

the path has been stroked

now you can add these 2 optional props

strokeColor
strokeWidth

like this

 <CurvedBottomBarExpo.Navigator
    screenOptions={{
      headerShown: false,
      headerBackgroundContainerStyle: {},
      tabBarAllowFontScaling: true,
    }}
    type="DOWN"
    style={[styles.bottomBar, {}]}
    borderTopLeftRight
    circlePosition="CENTER"
    circleWidth={circleWidth}
    height={CURVED_TAB_BAR_HEIGHT}
    width={SCREEN_WIDTH - (smallScreen ? 5 : mediumScreen ? 15 : 25)}
    bgColor={colors.background}
    strokeColor={colors.primary}
    strokeWidth={1.6}
    initialRouteName={initialRouteName}
    renderCircle={() => (
      <Animated.View>
        <FloatingButton />
      </Animated.View>
    )}
    tabBar={renderTabBar}
    sceneContainerStyle={{ backgroundColor: colors.ticket.background }}
  >

deemyboy and others added 11 commits February 1, 2024 15:01
 "packageManager": "^yarn@1.22.15", ->  "packageManager": "^yarn@4.0.0"

i use yarn v4.x not v1.x
rounded corners on the bottom
reverted pack manager to yarn v1.x
yarn pm 1.22.15
removed references for original developer
adding reason for forking
added more detail to reason for forking
improved smoothness by removing some constants
fixed this on the imac
@deemyboy deemyboy changed the title Stroked path feat: stroked path Jul 20, 2024
@deemyboy
Copy link
Author

hi, anyone looking at this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant