We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570f9cb commit c9c06b1Copy full SHA for c9c06b1
src/index.js
@@ -1,6 +1,6 @@
1
import Qs from 'qs';
2
import React, { Component } from 'react';
3
-import { StyleSheet, View, ActivityIndicator, createElement } from 'react-native';
+import { StyleSheet, View, ActivityIndicator, unstable_createElement as createElement } from 'react-native';
4
5
export class WebView extends Component {
6
static defaultProps = {
0 commit comments