• Stars
    star
    193
  • Rank 195,029 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Animated Tab Bar Component for React Native

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.

More Repositories

1

FluidBottomNavigation-android

Fluid Bottom Navigation library for Android
Kotlin
329
star
2

aiconsole

An Open-Source Desktop AI Editor to Personalize Your Workflow
TypeScript
162
star
3

GaugeSeekBar

Kotlin
99
star
4

InifiniteRecyclerView

Library for implementing endless loading list easily in Android applications
Java
81
star
5

SwipeableTableViewCell-ios

Swift
59
star
6

FluidBottomNavigation-ios

Fluid Bottom Navigation library for iOS
Swift
48
star
7

SwipeableRecyclerViewCell-android

Kotlin
23
star
8

ParticlesRefreshLayout-android

Particles Refresh Layout library for Android
Kotlin
19
star
9

10Books

Elixir
16
star
10

10Minions

Your Army of GPT-4 Powered Coding Buddies (Boost Your Productivity)
16
star
11

ParticlePullToRefresh-iOS

Swift
10
star
12

acodemy-spotify

HTML
6
star
13

TagsView

Kotlin
5
star
14

wordpress-sanity-migration-tool

JavaScript
4
star
15

dj-crud

JavaScript
3
star
16

typescript-workshop

Workshop code for Code Europe 2017
JavaScript
3
star
17

10minions-engine

Core engine for automated code modification, includes command line interface
TypeScript
2
star
18

flutter-starter-generators

2
star
19

cyclejs-cookie

CycleJS Cookie Driver
JavaScript
2
star
20

10minions-vscode

Your Army of GPT-4 Powered Coding Buddies (Boost Your Productivity)
TypeScript
2
star
21

heartbeat-public

Heartbeat - experimental project using node.js and Polymer
HTML
1
star
22

10cDevops-Test

1
star
23

codepen

Public assets for the 10Clouds' pens at cloudpen.io
CSS
1
star
24

cottoncandy-react

Lightweight UI kit for React
JavaScript
1
star
25

generator-10gular

Yeoman generator for AngularJS by 10Clouds
JavaScript
1
star
26

django_langchain_accelerator

Python
1
star