diff --git a/index.js b/index.js new file mode 100755 index 0000000..8f76389 --- /dev/null +++ b/index.js @@ -0,0 +1,3 @@ +import { registerRootComponent } from 'expo'; +import App from './App'; +registerRootComponent(App); diff --git a/options/TabOptions.js b/options/TabOptions.js old mode 100644 new mode 100755 index fbd602c..ba3e94d --- a/options/TabOptions.js +++ b/options/TabOptions.js @@ -38,5 +38,5 @@ export default screenOptions = { fontSize: 10, color: 'white', textAlign: 'left' - }, + } } \ No newline at end of file diff --git a/screens/Tab.js b/screens/Tab.js old mode 100644 new mode 100755