YanYuanFE / react-native-signature-canvas

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

Update Peer Dependency with Webview #321

Closed YusufRSU closed 12 months ago

YusufRSU commented 1 year ago

Recently got a message from google that all new apps and app updates need to be targeting APK33 starting august 31, 2023

the react native webview package is only compatible with APK33 after version 11.22.7, the peer dependency here is 11.18.1

let me know if I've misunderstood something, but it seems like the dependency on this project will need to be updated

YanYuanFE commented 1 year ago

4.6.1 updated

YusufRSU commented 1 year ago

Thank You