Matiks-UI / app.json
Abhisingh-18's picture
Mirror of github.com/Abhisingh18/Matiks-UI
0bedb61 verified
Raw
History Blame Contribute Delete
352 Bytes
{
"expo": {
"name": "Matiks UI",
"slug": "matiks-ui",
"version": "1.0.0",
"orientation": "portrait",
"userInterfaceStyle": "dark",
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {},
"web": {},
"plugins": [
"expo-font"
]
}
}