UNPKG

react-native-jivochat

Version:
5 lines (3 loc) 131 B
import { AppRegistry } from 'react-native'; import App from './App'; AppRegistry.registerComponent('jivoChatExample', () => App);