mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Now fix push not available
Because expo-application is not installed
This commit is contained in:
@ -25,7 +25,8 @@ const pushUseConnect = ({ t, instances }: Params) => {
|
||||
? 'DEVELOPMENT_TOKEN_1'
|
||||
: (
|
||||
await Notifications.getExpoPushTokenAsync({
|
||||
experienceId: '@xmflsct/tooot'
|
||||
experienceId: '@xmflsct/tooot',
|
||||
applicationId: 'com.xmflsct.tooot.app'
|
||||
})
|
||||
).data
|
||||
|
||||
|
Reference in New Issue
Block a user