import React from 'react'; import {AppRegistry} from 'react-native'; import Noder from './src'; AppRegistry.registerComponent('noder', () => Noder);