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

First step to adapt to Android

This commit is contained in:
Zhiyuan Zheng
2021-01-13 01:03:46 +01:00
parent 2df172d026
commit 49715bba0d
39 changed files with 417 additions and 324 deletions

View File

@@ -24,6 +24,10 @@ export default (): ExpoConfig => ({
},
googleServicesFile: './configs/GoogleService-Info.plist'
},
android: {
package: 'com.xmflsct.app.mastodon',
googleServicesFile: './configs/google-services.json'
},
// locales: {
// zh: {
// CFBundleDisplayName: '我的嘟嘟'
@@ -57,8 +61,5 @@ export default (): ExpoConfig => ({
measurementId: 'G-3J0FS8WV5J'
}
}
},
experiments: {
turboModules: true
}
})