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:
@@ -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
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user