onnxruntime-react-native

v1.11.0-dev.20220228-eb116595d
Onnxruntime bridge for react native
react-native ios android ONNX ONNXRuntime ONNX Runtime

e2e

yarn --cwd e2e

pods

cd e2e && pod-install --quiet

test

jest

prepare

bob build

bootstrap

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

pack-libs

yarn prepack-e2e && npm pack && mv -f onnxruntime-react-native-*.tgz e2e/onnxruntime-react-native.tgz

typescript

tsc --noEmit

pack-common

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

prepack-e2e

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

prepack-rel

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

unpack-libs

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

unpack-common

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

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 3/1/2022

Downloads