Skip to content

Commit

Permalink
Update to support RN 0.57
Browse files Browse the repository at this point in the history
  • Loading branch information
idealamz committed Nov 19, 2018
1 parent 65f79db commit 5dff4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "index.js",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"react-native-webview-bridge-updated": "^1.0.0"
"react-native-webview-bridge": "0.40.1"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 1 deletion src/RichTextEditor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {Component} from 'react';
import PropTypes from 'prop-types';
import WebViewBridge from 'react-native-webview-bridge-updated';
import WebViewBridge from 'react-native-webview-bridge';
import {InjectedMessageHandler} from './WebviewMessageHandler';
import {actions, messages} from './const';
import {Modal, View, Text, StyleSheet, TextInput, TouchableOpacity, Platform, PixelRatio, Keyboard, Dimensions} from 'react-native';
Expand Down

0 comments on commit 5dff4c6

Please sign in to comment.