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

fix: don't track flipper for release builds #40

Closed iBotPeaches closed 1 year ago

iBotPeaches commented 1 year ago

This was failing to build for me. The Upgrade Helper led us astray - this should have been in the release folder so Android can dedupe the debug/release files.

See: https://github.com/facebook/react-native/issues/36362#issuecomment-1457920217