mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-13 17:45:45 +08:00
upgrade to react-native 0.25
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user