From 264dd4b4f8ec083b0871a5adaf0fc9725105cc26 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 15 Apr 2024 17:32:25 +0200 Subject: [PATCH] Add react-native-fast-tflite --- package/example/ios/Podfile.lock | 7 +++++++ package/example/package.json | 1 + 2 files changed, 8 insertions(+) diff --git a/package/example/ios/Podfile.lock b/package/example/ios/Podfile.lock index ce931a05b8..ecc581e729 100644 --- a/package/example/ios/Podfile.lock +++ b/package/example/ios/Podfile.lock @@ -322,6 +322,9 @@ PODS: - React-Core - react-native-cameraroll (5.10.0): - React-Core + - react-native-fast-tflite (1.2.0): + - RCT-Folly (= 2021.07.22.00) + - React-Core - react-native-mmkv (2.11.0): - MMKV (>= 1.2.13) - React-Core @@ -500,6 +503,7 @@ DEPENDENCIES: - React-logger (from `../node_modules/react-native/ReactCommon/logger`) - "react-native-blur (from `../node_modules/@react-native-community/blur`)" - "react-native-cameraroll (from `../node_modules/@react-native-camera-roll/camera-roll`)" + - react-native-fast-tflite (from `../node_modules/react-native-fast-tflite`) - react-native-mmkv (from `../node_modules/react-native-mmkv`) - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) - "react-native-skia (from `../node_modules/@shopify/react-native-skia`)" @@ -586,6 +590,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@react-native-community/blur" react-native-cameraroll: :path: "../node_modules/@react-native-camera-roll/camera-roll" + react-native-fast-tflite: + :path: "../node_modules/react-native-fast-tflite" react-native-mmkv: :path: "../node_modules/react-native-mmkv" react-native-safe-area-context: @@ -673,6 +679,7 @@ SPEC CHECKSUMS: React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f react-native-blur: cfdad7b3c01d725ab62a8a729f42ea463998afa2 react-native-cameraroll: 4701ae7c3dbcd3f5e9e150ca17f250a276154b35 + react-native-fast-tflite: 5bb9280ebd4b5d5bae1bb131d9b339558c9d2768 react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43 react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89 react-native-skia: 85375dbf1b2d5f8464decb2f93024d0d8f391eef diff --git a/package/example/package.json b/package/example/package.json index 5027ff2d3c..aa552e927b 100644 --- a/package/example/package.json +++ b/package/example/package.json @@ -21,6 +21,7 @@ "@shopify/react-native-skia": "^1.2.0", "react": "^18.2.0", "react-native": "^0.72.3", + "react-native-fast-tflite": "^1.2.0", "react-native-gesture-handler": "^2.12.1", "react-native-mmkv": "^2.10.2", "react-native-pressable-opacity": "^1.0.10",