onnxruntime/js/react_native/android
Jhen-Jie Hong ac8444f299
[js/rn] Implement dispose native method (#16131)
### Description
<!-- Describe your changes. -->

Implement `dispose` react native method.

### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

Currently we are not able to release the memory used by model in JS
runtime if we don't want to use it anymore, we can do that only by
reload app on debug or restart app on release.
2023-06-09 09:17:33 +10:00
..
gradle/wrapper Update Gradle version (#14862) 2023-03-08 12:22:06 -08:00
src [js/rn] Implement dispose native method (#16131) 2023-06-09 09:17:33 +10:00
.gitignore
build.gradle [js/rn] Package dependency change to manage ort-extensions for react_native app (#15641) 2023-04-29 00:07:12 -07:00
gradle.properties Re-enable react native e2e android unit test for CI and upgrade targetSDK level for test project (#14989) 2023-03-14 13:35:38 -07:00
gradlew
gradlew.bat