Skip to content

Commit

Permalink
Upgrade to React Native 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
almost committed Apr 12, 2015
1 parent 52d626b commit 098a992
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions iOS/AIBHTMLWebViewManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

@implementation AIBHTMLWebViewManager

RCT_EXPORT_MODULE();

RCT_REMAP_VIEW_PROPERTY(html, HTML, NSString)
RCT_EXPORT_VIEW_PROPERTY(enableScroll, BOOL)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/almost/react-native-html-webview",
"dependencies": {
"react-native": "^0.3.4",
"react-native": "^0.3.11",
"safe-html": "0.0.2"
}
}

0 comments on commit 098a992

Please sign in to comment.