Browse Source

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

adam 3 years ago
parent
commit
807a41f3bb
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      package.json
  2. 1
    1
      src/RichTextEditor.js

+ 1
- 1
package.json View File

@@ -4,7 +4,7 @@
4 4
     "type": "git",
5 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 8
   "description": "React Native Wrapper for ZSSRichTextEditor",
9 9
   "main": "index.js",
10 10
   "license": "SEE LICENSE IN LICENSE",

+ 1
- 1
src/RichTextEditor.js View File

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