App Store Connect:
TMS-90809: Deprecated API Usage - Apple will stop accepting submissions of app updates that use UIWebView APIs starting from December 2020. See https://developer.apple.com/documentation/uikit/uiwebview for more information.
I am developing with this library as well, if it's true and if there is no update or fix on replacing UIWebView, that would be a disaster to the project I am doing now :(
hey @yuanbolin
I just got some clue from google.
I found that in package.json of react-native-render-html, it declares 'react-native-webview': '*' as a peer dependency, which you might be using in a low version.
react-native-webview' removed UIWebView sinced version 7.0.1, check here: https://github.com/react-native-community/react-native-webview#versioning
Just my guess :)
Please make an update on this topic. What should I do if I want to continue work with this library?
any updates on this issue? I was wanting to use this library in my app.
Is there any other way to render html in react native?
https://github.com/jsdf/react-native-htmlview does not use webview, but it seems its not being maintained.
I use this package and launched 2 new apps on AppStore 2 weeks ago without any issues. No email notices on API usage were sent. I did update expo SDK to v37 though. This is important because, in v36, I did get the email with API deprecation msgs. But after upgrading, I didn't.
My package.json:
"react-native-render-html": "^4.2.0",
"react-native-webview": "8.1.1",
SDK name?
Thanks @kptac
I am closing because the issue seems to have been elucidated.
Most helpful comment
I use this package and launched 2 new apps on AppStore 2 weeks ago without any issues. No email notices on API usage were sent. I did update expo SDK to v37 though. This is important because, in v36, I did get the email with API deprecation msgs. But after upgrading, I didn't.
My package.json: