sourcetoad / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
4 stars 3 forks source link

build: update lockfile to match RN 70.12 upgrade #37

Closed iBotPeaches closed 1 year ago

iBotPeaches commented 1 year ago

The types were missed during upgrade to latest in RN 70

jyann commented 1 year ago

The types were missed during upgrade to latest in RN 70

Don't we have CI to catch that kind of stuff?

iBotPeaches commented 1 year ago

Don't we have CI to catch that kind of stuff?

Yeah, but the types didn't change in a way to detect a failure so not sure how to catch this mismatch