import { AppRegistry } from 'react-native';
import App from '../app';

AppRegistry.registerComponent('RNVApp', () => App);
