Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Aug 27, 2024
1 parent ca96ed3 commit f23a5f6
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 155 deletions.
4 changes: 3 additions & 1 deletion demos/react-native-supabase-todolist/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ const config: ExpoConfig = {
[
'expo-camera',
{
cameraPermission: 'Allow $(PRODUCT_NAME) to access your camera.'
"cameraPermission": "Allow $(PRODUCT_NAME) to access your camera",
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone",
"recordAudioAndroid": true
}
],
[
Expand Down
24 changes: 12 additions & 12 deletions demos/react-native-supabase-todolist/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ PODS:
- DoubleConversion (1.1.6)
- EXConstants (16.0.2):
- ExpoModulesCore
- Expo (51.0.27):
- Expo (51.0.31):
- ExpoModulesCore
- ExpoAsset (10.0.10):
- ExpoModulesCore
- ExpoCamera (15.0.14):
- ExpoCamera (15.0.15):
- ExpoModulesCore
- ZXingObjC/OneD
- ZXingObjC/PDF417
Expand All @@ -17,11 +17,11 @@ PODS:
- ExpoModulesCore
- ExpoFont (12.0.9):
- ExpoModulesCore
- ExpoHead (3.5.21):
- ExpoHead (3.5.23):
- ExpoModulesCore
- ExpoKeepAwake (13.0.2):
- ExpoModulesCore
- ExpoModulesCore (1.12.21):
- ExpoModulesCore (1.12.23):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1346,9 +1346,9 @@ DEPENDENCIES:
- ExpoCrypto (from `../../../node_modules/expo-crypto/ios`)
- ExpoFileSystem (from `../../../node_modules/expo-file-system/ios`)
- ExpoFont (from `../../../node_modules/expo-font/ios`)
- ExpoHead (from `../../../node_modules/expo-router/ios`)
- ExpoHead (from `../node_modules/expo-router/ios`)
- ExpoKeepAwake (from `../../../node_modules/expo-keep-awake/ios`)
- ExpoModulesCore (from `../../../node_modules/expo-modules-core`)
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
- ExpoSecureStore (from `../../../node_modules/expo-secure-store/ios`)
- EXSplashScreen (from `../../../node_modules/expo-splash-screen/ios`)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
Expand Down Expand Up @@ -1440,11 +1440,11 @@ EXTERNAL SOURCES:
ExpoFont:
:path: "../../../node_modules/expo-font/ios"
ExpoHead:
:path: "../../../node_modules/expo-router/ios"
:path: "../node_modules/expo-router/ios"
ExpoKeepAwake:
:path: "../../../node_modules/expo-keep-awake/ios"
ExpoModulesCore:
:path: "../../../node_modules/expo-modules-core"
:path: "../node_modules/expo-modules-core"
ExpoSecureStore:
:path: "../../../node_modules/expo-secure-store/ios"
EXSplashScreen:
Expand Down Expand Up @@ -1575,15 +1575,15 @@ SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
EXConstants: 409690fbfd5afea964e5e9d6c4eb2c2b59222c59
Expo: b3d76e6e707a0760cd70e7465fff521bbe9e11f6
Expo: 4773e11951abd0f666f67023f0cb1d48c3e8a32b
ExpoAsset: 323700f291684f110fb55f0d4022a3362ea9f875
ExpoCamera: a5d000b22cd7dfd2c5904ed960e549de42c96da0
ExpoCamera: 470eeb1c0170f5a5b96c7179b0285f0ef5e9e161
ExpoCrypto: 156078f266bf28f80ecf5e2a9c3a0d6ffce07a1c
ExpoFileSystem: 80bfe850b1f9922c16905822ecbf97acd711dc51
ExpoFont: e7f2275c10ca8573c991e007329ad6bf98086485
ExpoHead: 342c7a6692f00bd9f23169183098a5c78eebe644
ExpoHead: fcb28a68ed4ba28f177394d2dfb8a0a8824cd103
ExpoKeepAwake: 3b8815d9dd1d419ee474df004021c69fdd316d08
ExpoModulesCore: ae1a4244021797374769ef44499fc4313d2ac676
ExpoModulesCore: d15ce10fea70ab650230feb69f45bb208d3a6596
ExpoSecureStore: 060cebcb956b80ddae09821610ac1aa9e1ac74cd
EXSplashScreen: fbf0ec78e9cee911df188bf17b4fe51d15a84b87
FBLazyVector: ac12dc084d1c8ec4cc4d7b3cf1b0ebda6dab85af
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Camera, CameraCapturedPicture, CameraType } from 'expo-camera';
import { Camera, CameraCapturedPicture, CameraType } from 'expo-camera/legacy';
import React, { useRef } from 'react';
import {
StyleSheet,
Expand Down
6 changes: 3 additions & 3 deletions demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"@react-navigation/native": "^6.0.0",
"@supabase/supabase-js": "^2.33.1",
"base64-arraybuffer": "^1.0.2",
"expo": "51.0.27",
"expo": "51.0.31",
"expo-build-properties": "~0.12.5",
"expo-camera": "~15.0.10",
"expo-camera": "~15.0.15",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-file-system": "^17.0.1",
"expo-linking": "~6.3.1",
"expo-router": "3.5.21",
"expo-router": "3.5.23",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
Expand Down
Loading

0 comments on commit f23a5f6

Please sign in to comment.