Try again with clean yarn

This commit is contained in:
Zhiyuan Zheng 2021-01-20 14:27:09 +01:00
parent f95462889f
commit 97f6833e92
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
3 changed files with 827 additions and 258 deletions

View File

@ -33,11 +33,8 @@ export default (): ExpoConfig => ({
permissions: ['CAMERA', 'VIBRATE']
},
locales: {
en: './src/i18n/en/system.json',
zh: './src/i18n/zh-Hans/system.json'
// en: {
// NSCameraUsageDescription: '允许嘟嘟嘟用相机上传照片',
// NSPhotoLibraryUsageDescription: '允许嘟嘟嘟用相册上传照片'
// }
},
assetBundlePatterns: ['assets/*'],
hooks: {

4
src/i18n/en/system.json Normal file
View File

@ -0,0 +1,4 @@
{
"NSCameraUsageDescription": "Allow camera access to upload attachments",
"NSPhotoLibraryUsageDescription": "Allow photo library access to upload attachments"
}

1076
yarn.lock

File diff suppressed because it is too large Load Diff