feat: Add "Camera Devices" screen to Example (#1927)

* feat: Add "Camera Devices" screen to Example

* feat: Store device in MMKV
This commit is contained in:
Marc Rousavy
2023-10-05 14:52:03 +02:00
committed by GitHub
parent 658695dca5
commit 1843f7ac3a
8 changed files with 276 additions and 11 deletions

View File

@@ -21,8 +21,9 @@
"react-native": "^0.72.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.12.1",
"react-native-mmkv": "^2.10.2",
"react-native-pressable-opacity": "^1.0.10",
"react-native-reanimated": "^3.4.2",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^4.7.1",
"react-native-screens": "^3.24.0",
"react-native-static-safe-area-insets": "^2.2.0",