Skip to content

Commit

Permalink
stable for build (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
0ME9A committed Jul 10, 2023
1 parent a99493f commit 23aff48
Show file tree
Hide file tree
Showing 4 changed files with 4,722 additions and 3,653 deletions.
20 changes: 18 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,37 @@
}
]
],
"assetBundlePatterns": ["**/*"],
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"config": {
"usesNonExemptEncryption": false
},
"infoPlist": {
"NSCameraUsageDescription": "Allow $(PRODUCT_NAME) to access camera.",
"NSMicrophoneUsageDescription": "Allow $(PRODUCT_NAME) to access your microphone"
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
}
},
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO"
],
"package": "com.dady_omni.ForgeScan"
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "c9768018-6f1a-4d23-87d5-5c4f9979c493"
}
}
}
}
14 changes: 0 additions & 14 deletions metro.config.js

This file was deleted.

Loading

0 comments on commit 23aff48

Please sign in to comment.