Benjamin Rose
Benjamin Rose
Unfortunately I'm experiencing the same issue. I'm working with: `"react-native": "0.66.3",` `"@rainbow-me/animated-charts": "^1.0.0-alpha.6",` `"react-native-reanimated": "^2.3.0-beta.3",`
My solution was to copy my source code and paste it into an expo app. I know that's not ideal but the main focus of the app I'm working are...
I'm still experiencing this issue as well. I'm displaying the chart in a bottom tab screen using react-navigation and it's the first screen rendered once the app navigates to the...
Just in case anyone is using an ejected expo app - you'll need to add a little hack in a `postinstall` script that removes `./node_modules/@rainbow-me/animated-charts/node_modules/react-native-gesture-handler`. I'm using `"react-native-gesture-handler": "~2.1.0"` and...
Actually, you'll need to move your pod spec file to the root, and then change the podSpecPath to RNTextSize.podspec. I did it and created my own repo and it worked
Yeah, go take a look at the repo on my GitHub!!!