1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Trying out expo 43

This commit is contained in:
Zhiyuan Zheng
2021-10-24 00:43:00 +02:00
parent 567a09d6c6
commit b96a1ca49b
25 changed files with 1203 additions and 1487 deletions

View File

@@ -9,7 +9,6 @@ export default (): ExpoConfig => ({
description: 'tooot for Mastodon',
slug: 'tooot',
version: toootVersion,
sdkVersion: versions.expo,
privacy: 'hidden',
assetBundlePatterns: ['assets/*'],
extra: {
@@ -30,11 +29,11 @@ export default (): ExpoConfig => ({
}
]
},
jsEngine: 'hermes',
ios: {
bundleIdentifier: 'com.xmflsct.app.tooot'
},
android: {
jsEngine: 'hermes',
package: 'com.xmflsct.app.tooot',
googleServicesFile: './configs/google-services.json',
permissions: ['CAMERA', 'VIBRATE']