All Projects → 10clouds → FluidBottomNavigation-rn

10clouds / FluidBottomNavigation-rn

Licence: MIT License
Animated Tab Bar Component for React Native

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to FluidBottomNavigation-rn

React Native Animated Tabbar
A 60FPS animated tab bar with a variety of cool animation presets 😎
Stars: ✭ 890 (+397.21%)
Mutual labels:  tabbar, animated
react-native-animated-circular-progress
No description or website provided.
Stars: ✭ 16 (-91.06%)
Mutual labels:  animated
maslo-persona
Meet Maslo... an expressive empathetic avatar to add a personified computing layer to a project!
Stars: ✭ 20 (-88.83%)
Mutual labels:  animated
react-native-animated-menu
Top-down animated menu transition concept
Stars: ✭ 56 (-68.72%)
Mutual labels:  animated
react-native-smartbar
Maybe this is the best tabbar , support android and ios !
Stars: ✭ 29 (-83.8%)
Mutual labels:  tabbar
flutter appbar
根据动画写一个带背景图片的TabBar,TabBar分隔符,NestedScrollView+TabBar折叠头部
Stars: ✭ 50 (-72.07%)
Mutual labels:  tabbar
react-native-curved-bottom-tabbar
Curved Bottom Tabbar React Native
Stars: ✭ 20 (-88.83%)
Mutual labels:  tabbar
react-native-animated-bar
Responsive React Native Animated Progress Bar
Stars: ✭ 46 (-74.3%)
Mutual labels:  animated
animated interpolation
A flutter interpolation plugin inspired by the React Native interpolation animation
Stars: ✭ 20 (-88.83%)
Mutual labels:  animated
SwipeVC
Animated analog to UITabBarController, with cool interactive TabBar
Stars: ✭ 17 (-90.5%)
Mutual labels:  tabbar
smoothr
A custom React router that leverages the Web Animations API and CSS animations.
Stars: ✭ 28 (-84.36%)
Mutual labels:  animated
vue-typical
🐡 Vue Animated typing in ~400 bytes of JavaScript
Stars: ✭ 121 (-32.4%)
Mutual labels:  animated
fl animated linechart
Animated line chart for flutter
Stars: ✭ 48 (-73.18%)
Mutual labels:  animated
animwall
Animated wallpapers for Linux
Stars: ✭ 28 (-84.36%)
Mutual labels:  animated
LycricsTextView
No description or website provided.
Stars: ✭ 14 (-92.18%)
Mutual labels:  animated
react-native-viewpager-indicator
修改自react-native-scrollable-tab-view,增加了根据文字内容适配下划线长度的功能。
Stars: ✭ 52 (-70.95%)
Mutual labels:  tabbar
react-native-animated-carousel
🦄 A wonderful animated carsouel hooks component for React-Native
Stars: ✭ 16 (-91.06%)
Mutual labels:  animated
BASH-Model
We developed a method animating a statistical 3D human model for biomechanical analysis to increase accessibility for non-experts, like patients, athletes, or designers.
Stars: ✭ 51 (-71.51%)
Mutual labels:  animated
AnimatedGif
📼 A high performance .NET library for reading and creating animated GIFs
Stars: ✭ 106 (-40.78%)
Mutual labels:  animated
react-native-giphy
Integrate GIPHY into your React Native project (works with react-native-gifted-chat)
Stars: ✭ 25 (-86.03%)
Mutual labels:  animated

FluidBottomNavigation for React Native

NpmVersion NpmLicense

The Animated Tab Bar for React Native

Sample

Example

To run the example project, clone the repo, and run npm install from the Example directory first.

Installation

It is available through npm. To install just run

npm i fluidbottomnavigation-rn

in your project directory. And then link it's native dependency with

react-native link react-native-view-overflow

and you're done!

Usage

This component requires just 2 props. onPress function, that should handle rendering tabs and an array of values objects that contains title and icons for given tabs.

<TabBar
  onPress={(tabIndex) => { this._handlePress(tabIndex) }}
  values={[
    { title: "News", icon: require("./assets/news.png") },
    { title: "Requests", icon: require("./assets/requests.png") },
    { title: "Events", icon: require("./assets/events.png") },
    { title: "Members", icon: require("./assets/members.png") },
    { title: "Account", icon: require("./assets/account.png") }
  ]}
/>

Customization

Optionally you can pass tintColor prop, to adjust styling to your app.

Author

Patryk Mierzejewski

License

FluidBottomNavigation Component is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].