mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix back button
Using customized component, need to get `navigation` from props instead of hooks
This commit is contained in:
@ -13,7 +13,7 @@ export default (): ExpoConfig => ({
|
||||
developmentClient: { silentLaunch: true },
|
||||
scheme: 'mastodonct',
|
||||
ios: {
|
||||
bundleIdentifier: 'com.xmflsct.mastodon-app',
|
||||
bundleIdentifier: 'com.xmflsct.mastodon',
|
||||
infoPlist: {
|
||||
CFBundleAllowMixedLocalizations: true
|
||||
},
|
||||
@ -23,13 +23,13 @@ export default (): ExpoConfig => ({
|
||||
backgroundColor: '#ffffff'
|
||||
}
|
||||
},
|
||||
locales: {
|
||||
zh: {
|
||||
CFBundleDisplayName: '我的嘟嘟'
|
||||
},
|
||||
en: {
|
||||
CFBundleDisplayName: 'My Toots'
|
||||
}
|
||||
},
|
||||
// locales: {
|
||||
// zh: {
|
||||
// CFBundleDisplayName: '我的嘟嘟'
|
||||
// },
|
||||
// en: {
|
||||
// CFBundleDisplayName: 'My Toots'
|
||||
// }
|
||||
// },
|
||||
assetBundlePatterns: ['assets/*']
|
||||
})
|
||||
|
Reference in New Issue
Block a user