| { | |
| "expo": { | |
| "name": "Matiks UI", | |
| "slug": "matiks-ui", | |
| "version": "1.0.0", | |
| "orientation": "portrait", | |
| "userInterfaceStyle": "dark", | |
| "assetBundlePatterns": [ | |
| "**/*" | |
| ], | |
| "ios": { | |
| "supportsTablet": true | |
| }, | |
| "android": {}, | |
| "web": {}, | |
| "plugins": [ | |
| "expo-font" | |
| ] | |
| } | |
| } | |