Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

Commit 89c23f2

Browse files
committed
upgrade react-native 0.37
1 parent 4a66ffc commit 89c23f2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A react-native app simulating JueJin App, which can run both Android and iOS.
44

5+
React-Native Version: 0.37
6+
57
This project currently uses these dependencies:
68
- [react-native-tab-navigator](https://github.com/exponentjs/react-native-tab-navigator)
79
- [react-native-swiper](https://github.com/leecade/react-native-swiper)

js/page/MeFragment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'use strict';
55

66
import React, {Component, PropTypes} from 'react';
7-
import {Text, View, Modal, StyleSheet, Platform, PixelRatio, TouchableNativeFeedback, TouchableOpacity, ToastAndroid} from 'react-native';
7+
import {Text, View, Modal, StyleSheet, Platform, Button, PixelRatio, TouchableNativeFeedback, TouchableOpacity, ToastAndroid} from 'react-native';
88
import px2dp from '../util/px2dp';
99
import Icon from 'react-native-vector-icons/Ionicons';
1010
import theme from '../config/theme';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"react": "15.3.2",
11-
"react-native": "^0.36.1",
11+
"react-native": "^0.37.0",
1212
"react-native-scrollable-tab-view": "^0.6.0",
1313
"react-native-swiper": "^1.5.3",
1414
"react-native-tab-navigator": "^0.3.3",

0 commit comments

Comments
 (0)