This example is a demonstration of how to import ONNX Runtime React Native in your project.
Please use the following code snippet to import ONNX Runtime React Native:
// Common.js import syntax
const ort = require('onnxruntime-react-native');
// ES Module import syntax
import * as ort from 'onnxruntime-react-native';