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

Restructure some files

This commit is contained in:
Zhiyuan Zheng
2020-12-29 16:19:04 +01:00
parent b92a01e2a4
commit e841409523
18 changed files with 331 additions and 285 deletions

View File

@@ -5,7 +5,7 @@ export default (): ExpoConfig => ({
description: 'This is a description',
slug: 'mastodon-app',
privacy: 'hidden',
version: '1.0.0',
version: '0.1.0',
platforms: ['ios'],
orientation: 'portrait',
userInterfaceStyle: 'automatic',
@@ -33,6 +33,18 @@ export default (): ExpoConfig => ({
// }
// },
assetBundlePatterns: ['assets/*'],
hooks: {
postPublish: [
{
file: 'sentry-expo/upload-sourcemaps'
// config: {
// organization: "your sentry organization's short name here",
// project: "your sentry project's name here",
// authToken: 'your auth token here'
// }
}
]
},
web: {
config: {
firebase: {