UNPKG

react-native-3d-card

Version:

A customizable React Native 3D card/credit-card component.

14 lines (9 loc) 267 B
// /** // * @format // */ // import {AppRegistry} from 'react-native'; // import App from './Example'; // import {name as appName} from './app.json'; // AppRegistry.registerComponent(appName, () => App); import CreditCard3D from './src'; export {CreditCard3D};