react-native-tab-bar
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "react-native-tab-bar", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Tab bar component for simple in app navigation", | ||
@@ -12,3 +12,3 @@ "keywords": ["react native tab bar", "tab bar", "nav", "tabs", "react-native", "navigation", "native"], | ||
"type": "git", | ||
"url": "git+https://github.com/ajzozakiewicz/react-native-tab-bar.git" | ||
"url": "git+https://github.com/northwesternmutual/react-native-tab-bar.git" | ||
}, | ||
@@ -18,5 +18,5 @@ "author": "Aaron Zozakiewicz", | ||
"bugs": { | ||
"url": "https://github.com/ajzozakiewicz/react-native-tab-bar/issues" | ||
"url": "https://github.com/northwesternmutual/react-native-tab-bar/issues" | ||
}, | ||
"homepage": "https://github.com/ajzozakiewicz/react-native-tab-bar#README", | ||
"homepage": "https://github.com/northwesternmutual/react-native-tab-bar#README", | ||
"devDependencies": { | ||
@@ -23,0 +23,0 @@ }, |
@@ -5,3 +5,3 @@ # react-native-tab-bar | ||
![demo animation of tab bar](https://raw.githubusercontent.com/ajzozakiewicz/react-native-tab-bar/master/images/tab_bar_demo2.gif) | ||
![demo animation of tab bar](https://raw.githubusercontent.com/northwesternmutual/react-native-tab-bar/master/images/tab_bar_demo2.gif) | ||
@@ -8,0 +8,0 @@ ## Usage |
7366