Selaa lähdekoodia

update:更新react-native-webview'依赖为@bilingo.com/react-native-webview

adam 3 vuotta sitten
vanhempi
commit
807a41f3bb
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      package.json
  2. 1
    1
      src/RichTextEditor.js

+ 1
- 1
package.json Näytä tiedosto

4
     "type": "git",
4
     "type": "git",
5
     "url": "https://git.links123.net/npm/react-native-zss-rich-text-editor.git"
5
     "url": "https://git.links123.net/npm/react-native-zss-rich-text-editor.git"
6
   },
6
   },
7
-  "version": "1.0.2",
7
+  "version": "1.0.3",
8
   "description": "React Native Wrapper for ZSSRichTextEditor",
8
   "description": "React Native Wrapper for ZSSRichTextEditor",
9
   "main": "index.js",
9
   "main": "index.js",
10
   "license": "SEE LICENSE IN LICENSE",
10
   "license": "SEE LICENSE IN LICENSE",

+ 1
- 1
src/RichTextEditor.js Näytä tiedosto

1
 import React, {Component} from 'react';
1
 import React, {Component} from 'react';
2
 import PropTypes from 'prop-types';
2
 import PropTypes from 'prop-types';
3
-import WebView from 'react-native-webview';
3
+import WebView from '@bilingo.com/react-native-webview';
4
 import {MessageConverter} from './WebviewMessageHandler';
4
 import {MessageConverter} from './WebviewMessageHandler';
5
 import {actions, messages} from './const';
5
 import {actions, messages} from './const';
6
 import {Modal, View, Text, StyleSheet, TextInput, TouchableOpacity, Platform, PixelRatio, Keyboard, Dimensions} from 'react-native';
6
 import {Modal, View, Text, StyleSheet, TextInput, TouchableOpacity, Platform, PixelRatio, Keyboard, Dimensions} from 'react-native';