Will react-native-webview also be deprecated?

  1. SDK Version: 36
  2. Platforms(Android/iOS/web/all): iOS

I just submitted a new build to Apple Store Connect with SDK 36. I previously got a warning about UIWebView and did the updates I thought where required.

I installed react-native-webview and changed my import to:
import { WebView } from 'react-native-webview';

But Apple just send me an e-mail again about UIWebView being depricated.

Will react-native-webview also be depricated, or do I have some bad references?

I’m only using it for displaying a chart and I could do that with SWG or just drawing an image. But would like to know witch direction I should go.

Best,
Andy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.