React-native-render-html: Is it using UIWebView?

Created on 24 Mar 2020  路  8Comments  路  Source: meliorence/react-native-render-html

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.

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:

"react-native-render-html": "^4.2.0",
"react-native-webview": "8.1.1",

All 8 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

psegalen picture psegalen  路  7Comments

Pradeet picture Pradeet  路  7Comments

kanikas24 picture kanikas24  路  5Comments

presencewebdesign picture presencewebdesign  路  7Comments

xipgroc picture xipgroc  路  6Comments