mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Remove expo-updates unfortunately
As now it starts charging
This commit is contained in:
@@ -1,19 +1,14 @@
|
||||
import { ExpoConfig } from '@expo/config'
|
||||
import { versions } from './package.json'
|
||||
import { version } from './package.json'
|
||||
import 'dotenv/config'
|
||||
|
||||
const toootVersion = `${versions.major}.${versions.minor}.${versions.patch}`
|
||||
|
||||
export default (): ExpoConfig => ({
|
||||
updates: {
|
||||
url: "https://u.expo.dev/3288313f-3ff0-496a-a5a9-d8985e7cad5f"
|
||||
},
|
||||
runtimeVersion: `${versions.major}.${versions.minor}`,
|
||||
name: 'tooot',
|
||||
description: 'tooot for Mastodon',
|
||||
slug: 'tooot',
|
||||
scheme: 'tooot',
|
||||
version: toootVersion,
|
||||
version,
|
||||
extra: { environment: process.env.ENVIRONMENT },
|
||||
privacy: 'hidden',
|
||||
assetBundlePatterns: ['assets/*'],
|
||||
hooks: {
|
||||
|
||||
Reference in New Issue
Block a user