upgrade to react-native 0.25

This commit is contained in:
Lidan Hifi
2016-05-19 18:31:45 +03:00
parent 45cf304cbd
commit d5b080e91b
13 changed files with 446 additions and 8 deletions

View File

@@ -3,13 +3,13 @@
* https://github.com/facebook/react-native
*/
import React, {
import {
AppRegistry,
Component,
StyleSheet,
Text,
View
} from 'react-native';
import React, {Component} from 'react';
class NotificationsExampleApp extends Component {
render() {