onnxruntime-react-native

v1.19.2
ONNX Runtime bridge for react native
react-native ios android ONNX ONNXRuntime ONNX Runtime

typescript

tsc --noEmit

prepare

bob build

bootstrap

yarn pack-common && yarn unpack-common && yarn pack-libs && yarn unpack-libs && yarn e2e && yarn pods

test

jest

pack-common

cd ../common && npm pack && mv -f onnxruntime-common-*.tgz ../react_native/e2e/onnxruntime-common.tgz

unpack-common

cd e2e && yarn add --no-lockfile file:./onnxruntime-common.tgz

pack-libs

npm pack --ort-js-pack-mode=e2e && mv -f onnxruntime-react-native-*.tgz e2e/onnxruntime-react-native.tgz

unpack-libs

cd e2e && yarn add --no-lockfile file:./onnxruntime-react-native.tgz

prepack

tsc --build ./tsconfig.scripts.json && node ./scripts/prepack

pods

cd e2e && pod-install --quiet

e2e

yarn --cwd e2e
npm i onnxruntime-react-native

Metadata

  • MIT
  • Whatever
  • ONNX Runtime
  • released 9/3/2024

Downloads