Skip to content

Commit e306bae

Browse files
committed
回退webview修改,目前好像不兼容我面项目
1 parent 8e7ea71 commit e306bae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/HTMLRenderers.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import React from 'react';
2-
import { TouchableOpacity, Text, View, Platform } from 'react-native';
3-
import { WebView } from 'react-native-webview';
2+
import { TouchableOpacity, Text, View, Platform, WebView } from 'react-native';
43
import { _constructStyles, _getElementClassStyles } from './HTMLStyles';
54
import HTMLImage from './HTMLImage';
65

0 commit comments

Comments
 (0)