Skip to content

Commit

Permalink
Merge pull request #280 from alinz/bump-version
Browse files Browse the repository at this point in the history
Bump verision for v0.40.1
  • Loading branch information
chansuke committed Oct 12, 2018
2 parents 45e0254 + f070265 commit bf0d447
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
@@ -1,6 +1,12 @@
## Please take a look at this [issue](https://github.com/alinz/react-native-webview-bridge/issues/109) first

# React Native WebView Javascript Bridge

[![GitHub tag](https://img.shields.io/github/tag/alinz/react-native-webview-bridge.svg)](https://github.com/alinz/react-native-webview-bridge)
[![npm version](https://badge.fury.io/js/react-native-webview-bridge.svg)](https://badge.fury.io/js/react-native-webview-bridge)
[![GitHub license](https://img.shields.io/github/license/alinz/react-native-webview-bridge.svg)](https://github.com/alinz/react-native-webview-bridge/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/alinz/react-native-webview-bridge.svg)](https://github.com/alinz/react-native-webview-bridge/stargazers)

I have been testing and reading a lot of way to safely create a bridge between react-native and webview. I'm happy to announced that the wait is over and from **React-Native 0.20 and above**, the bridge is fully functional.


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-webview-bridge",
"version": "0.40.0",
"version": "0.40.1",
"description": "React Native WebView Javascript Bridge",
"main": "webview-bridge",
"directories": {
Expand Down

0 comments on commit bf0d447

Please sign in to comment.