From 46f9cad1c2302452ffa730523bb0fab856af8a6a Mon Sep 17 00:00:00 2001 From: Michael Ilie Date: Mon, 10 Aug 2020 09:52:12 -0400 Subject: [PATCH] Making TabNav FontSize Bigger (theres literally ZERO DOCUMENTATION) --- app/App.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/app/App.js b/app/App.js index da26697..6388a2d 100644 --- a/app/App.js +++ b/app/App.js @@ -38,9 +38,12 @@ const Tab = createBottomTabNavigator(); class App extends React.Component { render() { return ( - - - + + + @@ -51,4 +54,8 @@ class App extends React.Component { } } +const styles = StyleSheet.create({ + +} +); export default App;