Korbs/Penpot-App
Archived
1
Fork 0
This commit is contained in:
Korbs 2023-06-07 20:26:26 -04:00
parent 38872dcda6
commit 36220921b1
No known key found for this signature in database
3 changed files with 4 additions and 1 deletions

3
index.js Executable file
View file

@ -0,0 +1,3 @@
import { registerRootComponent } from 'expo';
import App from './App';
registerRootComponent(App);

2
options/TabOptions.js Normal file → Executable file
View file

@ -38,5 +38,5 @@ export default screenOptions = {
fontSize: 10,
color: 'white',
textAlign: 'left'
},
}
}

0
screens/Tab.js Normal file → Executable file
View file