YanYuanFE / react-native-signature-canvas

:black_nib: React Native Signature Component based WebView Canvas for Android && IOS && expo
MIT License
419 stars 150 forks source link

Webview Dependency conflict with Expo 47 #276

Closed arnolicious closed 1 year ago

arnolicious commented 1 year ago

Expo 47 requires/recommends react-native-webview@11.23.1 and this does seem to be relevant, since my Android Builds fail, when building using react-native-webview@11.18.1

Is there something blocking upgrading the depency of this library to using version 11.23.1?

YanYuanFE commented 1 year ago

4.5.0 has fixed

arnolicious commented 1 year ago

Thanks for the quick fix!