Transformer.JS in React-Native Application

Hi, I’m new here…
I was playing around with Transformers.JS in a web browser context.
I was able to run a sentiment analysis pipeline in a webpack js webapp by following the instructions from here: The `pipeline` API

Has anyone tryied to run Transformers.JS in a react native application?
The model will be downloaded to the device and stored in app’s folder for offline usage.

what are your opinions on the feasibility of this?

thank you!!

1 Like

hans00/react-native-transformers-example: Example of transformers.js on React Native