import { AppRegistry } from 'react-native';
import Demo from './Demo';
AppRegistry.registerComponent('examples', () => Demo);