Gathering detailed insights and metrics for @arelstone/react-native-animated-tabbar
Gathering detailed insights and metrics for @arelstone/react-native-animated-tabbar
Gathering detailed insights and metrics for @arelstone/react-native-animated-tabbar
Gathering detailed insights and metrics for @arelstone/react-native-animated-tabbar
This component can be used to have an animated tabbar in your react-native app.
npm install @arelstone/react-native-animated-tabbar
Typescript
Module System
Node Version
NPM Version
TypeScript (97.72%)
JavaScript (1.9%)
Shell (0.38%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
9 Stars
12 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Feb 02, 2023
Latest Version
1.0.4
Package Id
@arelstone/react-native-animated-tabbar@1.0.4
Unpacked Size
0.97 MB
Size
756.13 kB
File Count
30
NPM Version
6.14.8
Node Version
12.20.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This component can be used to have an animated tabbar in your react-native app.
This package leverages on react-native-svg and d3-shapes.
1npm i @arelstone/react-native-animated-tabbar 2// or 3yarn add @arelstone/react-native-animated-tabbar
For ios remember to run pod install
in the ./ios
-directory to apply react-native-svg.
Prop | Type | Description |
---|---|---|
tabs | { icon: ReactElement; activeIcon: ReactElement; onPress: () => void; label?: string;} | An array of tabs that will be displayed |
backgroundColor | string (optional) | Set the backgroundColor of the tabbar and the circle. Default: white |
circleAnimationDurationMs | number (optional) | Change the duration of the circle animation. Defualt: 100 |
circleContainerStyle | StyleProp | Apply some styling the the container that holds the circles |
circleSize | number (optional) | The size of the circle. Default 40 |
circleStyle | StyleProp | Apply some styling for the circles |
height | number (optional) | Set the height of the tabbar. Default 64 |
textStyle | StyleProp | Apply styling to the label of each tab. |
This component wouldn't have been able to do without the videos from William Candillon who was the inspiration for this component. I will reccoment all of his videos.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
SAST tool detected but not run on all commits
Details
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
Found 0/10 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
57 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More