1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
1. Added more notification types
2. Use `react-native-reanimated` v2
This commit is contained in:
Zhiyuan Zheng
2021-01-04 10:50:24 +01:00
parent dceaf8d25c
commit e9ea0ed71e
47 changed files with 956 additions and 700 deletions

View File

@@ -57,5 +57,8 @@ export default (): ExpoConfig => ({
measurementId: 'G-3J0FS8WV5J'
}
}
},
experiments: {
turboModules: true
}
})