During development of Zyke App for the Zyke Band we ran in these issues with onnxruntime-react-native.
onnxruntime-react-native 1.24.3 failed on Android (in our case with Expo 55) with two issues:
- Gradle 9 build failure —
VersionNumberclass was removed in Gradle 9, breakingbuild.gradleline 250 (Expo 55 uses React-Native 0.83.x, so this check is not required) - Runtime crash —
NativeModules.Onnxruntimewasnull, causingCannot read property 'install' of nullat startup