Skip to content

feat: stroked path #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

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": "^[email protected]", ->  "packageManager": "^[email protected]"

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