Update
This commit is contained in:
parent
38872dcda6
commit
36220921b1
3 changed files with 4 additions and 1 deletions
3
index.js
Executable file
3
index.js
Executable file
|
@ -0,0 +1,3 @@
|
|||
import { registerRootComponent } from 'expo';
|
||||
import App from './App';
|
||||
registerRootComponent(App);
|
2
options/TabOptions.js
Normal file → Executable file
2
options/TabOptions.js
Normal file → Executable file
|
@ -38,5 +38,5 @@ export default screenOptions = {
|
|||
fontSize: 10,
|
||||
color: 'white',
|
||||
textAlign: 'left'
|
||||
},
|
||||
}
|
||||
}
|
0
screens/Tab.js
Normal file → Executable file
0
screens/Tab.js
Normal file → Executable file
Reference in a new issue