seekshiva / react-native-remote-svg

Adds support for loading svg images in React Native
MIT License
185 stars 71 forks source link

Deprecated API Usage - UIWebView #53

Open Ingibjorg opened 5 years ago

Ingibjorg commented 5 years ago

The library is using UIWebView which is deprecated so I got this note from Apple:

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs . See https://developer.apple.com/documentation/uikit/uiwebview for more information.

Please update the library to use WKWebView.

saitejamalapati commented 4 years ago

When are we planning to merge the changes for the fix? I think Appstore will stop accepting the submissions from April 2020 onwards.

GuillaumeSpera commented 4 years ago

When are we planning to merge the changes for the fix? I think Appstore will stop accepting the submissions from April 2020 onwards.

The repository seems inhabited, the owners have been confined for a long time now. I think it is safe to assume you'll have to patch your own version.

JacobDel commented 1 year ago

any alternative repo's?

JacobDel commented 1 year ago

alternative: SvgXml from react-native-svg