Smadi
Smadi
@kurodenjiro Make sure you have tensor flow version 1.x for example: pip install tensorflow==1.13.0 or pip3 install tensorflow==1.13.0
Go to the library then go to dist>utils.js and do the following: 1- Add import for I18nManager. 2- Go to line 66 and replace with `x: getTranslateForAxis("x") * (I18nManager.isRTL ?...
add this to your package.json, and make sure the version of `"@types/react-native"` is same as your react-native and `"@types/react"` is same as react in `"dependencies"`. ``` "resolutions": { "@types/react-native": "^0.66.3",...