Armon Raphiel
Armon Raphiel
> But i did notice when running eas build locally im getting this issue. The fix detailed in this thread is only applicable to React Native 0.73 as this is...
Seems like the patch isn't being applied. I'd recommend checking that: - your post installs script is being executed - your build server isn't pulling from a cache
I think either choices work well but it might be worth waiting for @colinhacks input before implementing this change
This repo [exports direct typescript code](https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/blob/master/package.json#L5) without bundling it, all typescript errors from this package (and `gifted-core`) will be reported in your downstream user's projects. Regardless of a user's tsconfig...