Bump more Expo libs (#4251)
* Bump more Expo libs * Use legacy camera API * fix `expo-notifications` patch * bump `menu` * change patch name * patch reanimated * Revert "patch reanimated" This reverts commitdad822d8ea. * Use nightly reanimated * Revert "Use nightly reanimated" This reverts commit6687c71828. * Revert "Revert "patch reanimated"" This reverts commitc30abd6732. --------- Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import {Camera} from 'expo-camera'
|
||||
import * as MediaLibrary from 'expo-media-library'
|
||||
import {Linking} from 'react-native'
|
||||
import {Camera} from 'expo-camera/legacy' // TODO: Migrate to the new one.
|
||||
import * as MediaLibrary from 'expo-media-library'
|
||||
|
||||
import {isWeb} from 'platform/detection'
|
||||
import {Alert} from 'view/com/util/Alert'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user