UNPKG

react-native-credit-card-component-mockup

Version:

A react-native credit card component

9 lines (6 loc) 235 B
// import {AppRegistry} from 'react-native'; // import App from './src'; // import {name as appName} from './app.json'; // AppRegistry.registerComponent(appName, () => App); import CardComponent from './src'; export {CardComponent};