UNPKG

react-native-simple-encryption

Version:
6 lines (4 loc) 167 B
import React, { Component } from 'react'; import { AppRegistry } from 'react-native'; import Main from './src'; AppRegistry.registerComponent('Example', () => Main);