react-native-remote-svg icon indicating copy to clipboard operation
react-native-remote-svg copied to clipboard

Deprecated API Usage - UIWebView

Open Ingibjorg opened this issue 5 years ago • 4 comments

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.

Ingibjorg avatar Aug 31 '19 14:08 Ingibjorg

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

saitejamalapati avatar Apr 14 '20 15:04 saitejamalapati

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.

GuillaumeSpera avatar Apr 14 '20 15:04 GuillaumeSpera

any alternative repo's?

JacobDel avatar Aug 25 '23 11:08 JacobDel

alternative: SvgXml from react-native-svg

JacobDel avatar Aug 25 '23 12:08 JacobDel