UNPKG
react-native-credit-card-component-mockup
Version:
latest (1.0.1)
1.0.1
1.0.0
A react-native credit card component
react-native-credit-card-component-mockup
/
index.js
9 lines
(6 loc)
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
// 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
};