I created a simple ML model in Tensorflow and tried to integrate it with my React Native app to make predictions directly on the device.I tried following this guide. Unfortunately the app crashes while building giving me the following errors:
My app has been created with React Native CLI, all the examples I found online used expo projects, the few I found don't work. Has anyone successfully integrated Tensorflow models with React Native apps or has any idea on how to fix these errors?
Thanks in advance!