react-native-animated-tabbar
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "react-native-animated-tabbar", | ||
"version": "0.0.1", | ||
"version": "0.0.3", | ||
"description": "A tab bar with animation effects, written in JS for cross-platform support", | ||
@@ -5,0 +5,0 @@ "main": "TabNavigator.js", |
#Animated Tabbar | ||
This component is just a combination of [React-native-tab-navigator](https://github.com/exponent/react-native-tab-navigator) | ||
and [React-native-animatable](https://github.com/exponent/react-native-tab-navigator) in order to add | ||
and [React-native-animatable](https://github.com/exponent/react-native-animatable) in order to add | ||
easily animation effects on your Tabbar. | ||
You can choose any of the [React-native-animatable](https://github.com/exponent/react-native-animatable) animations or the youtube-like pulse animation | ||
It works for both iOS & Android | ||
@@ -85,2 +87,3 @@ | ||
TabNavigator **Animation** props | ||
| prop | default | type | description | | ||
@@ -87,0 +90,0 @@ | ---- | ---- | ----| ---- | |
@@ -122,3 +122,3 @@ 'use strict'; | ||
} | ||
console.log(item.props) | ||
return ( | ||
@@ -125,0 +125,0 @@ <Tab |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19138
114
499