Created
May 21, 2018 10:36
-
-
Save VivekNayyar/dd6cfbe2e3e78bce0e5c8d4e2e47f506 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tabBarOptions: { | |
activeTintColor: "#6200EE", | |
inactiveTintColor: "#858585", | |
style: { | |
height: 60, | |
paddingVertical: 5, | |
backgroundColor: "#fff" | |
}, | |
labelStyle: { | |
fontSize: 12, | |
lineHeight: 20, | |
fontFamily: "CircularStd-Book" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment