File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-echarts-wrapper" ,
3
- <<<<<<< HEAD
4
3
"version" : " 2.0.0" ,
5
- =======
6
- "version" : " 1.4.7" ,
7
- >>>>>>> master
8
4
"description" : " 📈Powerful React-Native ECharts Wrapper 📊" ,
9
5
"main" : " src/index.js" ,
10
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -133,10 +133,6 @@ class ECharts extends Component {
133
133
134
134
getWebViewRef = ref => {
135
135
this . webview = ref ;
136
-
137
- if ( this . webview ) {
138
- this . webview . injectJavaScript ( jsBuilder . getJavascriptSource ( this . props ) ) ;
139
- }
140
136
} ;
141
137
142
138
onLoadEnd = ( ) => {
@@ -171,7 +167,6 @@ class ECharts extends Component {
171
167
allowFileAccess
172
168
allowUniversalAccessFromFileURLs
173
169
mixedContentMode = "always"
174
- onLoadEnd = { this . props . onLoadEnd }
175
170
onLoadEnd = { this . onLoadEnd }
176
171
/>
177
172
</ View >
You can’t perform that action at this time.
0 commit comments