Shachar
Shachar
It would be **great** if you could share your findings or **PR**! I've exposed `MathText` in the fallback in `v3.8.0` so make sure you've upgraded. ```diff - import MathView, {...
What errors are you getting? What are the values of the file `example.config.json`? What steps did you do?
I want to see your `CanvasExample/package.json`
Ohh and try to run `npm run android -- --reset-cache` from the example folder
If that doesn't work try updating `yarn add react-native-gesture-handler`. The error seems to surface there but not sure if it's the origin.
Great! Important notice: There a 3 approaches to handle touch in this repo: 1. `JS` - bad performance (`terrylinla`'s approach) 2. `reanimated` - works only on android (my PR), `reanimated`...
> I have one more question. How would you configure base path? I tried playing with it for a couple minutes setting localpath to false and base path to true....
The base impl tests the repo without `reanimated` or `RNGH` as deps
closing
Thanks. It was hard and frustrating getting this to work. I guess you could say I'm a contractor. Could you share the errors?