
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@arelstone/react-native-animated-tabbar
Advanced tools
Tabbar for react native with a very nice animation when changing tabs
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.

npm i @arelstone/react-native-animated-tabbar
// or
yarn 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 (optional) | Apply some styling the the container that holds the circles |
| circleSize | number (optional) | The size of the circle. Default 40 |
| circleStyle | StyleProp (optional) | Apply some styling for the circles |
| height | number (optional) | Set the height of the tabbar. Default 64 |
| textStyle | StyleProp (optional) | 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.
FAQs
Tabbar for react native with a very nice animation when changing tabs
The npm package @arelstone/react-native-animated-tabbar receives a total of 8 weekly downloads. As such, @arelstone/react-native-animated-tabbar popularity was classified as not popular.
We found that @arelstone/react-native-animated-tabbar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.