tfjs
tfjs copied to clipboard
fresh react native install (18.2.0 / 0.74.3) and tfjs 4.20 issue
I'm encountering a constant error while fresh starting a new project. These are the dependencies:
"dependencies": { "@react-native-async-storage/async-storage": "^1.24.0", "@tensorflow/tfjs": "^4.20.0", "@tensorflow/tfjs-react-native": "^1.0.0", "react": "18.2.0", "react-native": "0.74.3" }
Making a simple addition using or just loading the package library throws the error "Cannot read property 'isTypedArray' of undefined. I tried different things and is not working, has someone experienced something like this or has a solution? Thanks.