end of lyricks and misic generation
This commit is contained in:
@@ -16,7 +16,14 @@
|
||||
"fallbackToCacheTimeout": 0
|
||||
},
|
||||
"packagerOpts": {
|
||||
"sourceExts": ["js", "json", "ts", "tsx", "jsx", "vue"]
|
||||
"sourceExts": [
|
||||
"js",
|
||||
"json",
|
||||
"ts",
|
||||
"tsx",
|
||||
"jsx",
|
||||
"vue"
|
||||
]
|
||||
},
|
||||
"splash": {
|
||||
"image": "./assets/splash.png",
|
||||
@@ -29,7 +36,9 @@
|
||||
"supportsTablet": true,
|
||||
"requireFullScreen": true,
|
||||
"userInterfaceStyle": "dark",
|
||||
"associatedDomains": ["applinks:minuit.starter"],
|
||||
"associatedDomains": [
|
||||
"applinks:minuit.starter"
|
||||
],
|
||||
"bundleIdentifier": "com.minuit.starter",
|
||||
"infoPlist": {
|
||||
"UISupportedInterfaceOrientations": [
|
||||
@@ -40,7 +49,10 @@
|
||||
"UIInterfaceOrientationLandscapeLeft",
|
||||
"UIInterfaceOrientationLandscapeRight"
|
||||
],
|
||||
"LSApplicationQueriesSchemes": ["itms-apps", "minuit"]
|
||||
"LSApplicationQueriesSchemes": [
|
||||
"itms-apps",
|
||||
"minuit"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"usesNonExemptEncryption": false
|
||||
@@ -57,7 +69,9 @@
|
||||
"backgroundColor": "#FFFFFF"
|
||||
},
|
||||
"package": "com.minuit.starter",
|
||||
"permissions": ["android.permission.RECORD_AUDIO"]
|
||||
"permissions": [
|
||||
"android.permission.RECORD_AUDIO"
|
||||
]
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro"
|
||||
@@ -105,7 +119,8 @@
|
||||
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone",
|
||||
"recordAudioAndroid": true
|
||||
}
|
||||
]
|
||||
],
|
||||
"expo-audio"
|
||||
],
|
||||
"extra": {
|
||||
"eas": {
|
||||
|
||||
Reference in New Issue
Block a user