Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 6027221

Browse files
committed
chore(deps): update React Native to 0.19.0
1 parent 5f8f595 commit 6027221

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@
3333
"dependencies": {
3434
"angular2": "2.0.0-beta.2",
3535
"hammerjs": "2.0.6",
36-
"react-native": "0.18.0",
36+
"react-native": "0.19.0",
3737
"reflect-metadata": "0.1.2",
38+
"rxjs": "5.0.0-beta.0",
3839
"zone.js": "0.5.10",
3940
"es6-shim": "^0.33.13",
4041
"systemjs": "^0.19.9"

sample/webview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {StyleSheet} from 'react-native';
1515
<Text [style]="styles.buttonText">Forward</Text>
1616
</View>
1717
</View>
18-
<WebView flex="11" url="https://www.google.com" javaScriptEnabled="true" domStorageEnabled="true" automaticallyAdjustContentInsets="false">
18+
<WebView flex="11" url="https://www.angular.io" javaScriptEnabled="true" domStorageEnabled="true" automaticallyAdjustContentInsets="false">
1919
</WebView>
2020
`
2121
})

0 commit comments

Comments
 (0)