UNPKG
@paraboly/react-native-card
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.3.0
0.2.13
0.2.12
0.2.11
0.2.1
0.2.0
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Fully customizable Card View for React Native.
www.paraboly.com
Paraboly/react-native-card
@paraboly/react-native-card
/
lib
/
index.ts
5 lines
(3 loc)
•
134 B
text/typescript
View Raw
1
2
3
4
5
import
Card
from
"./components/Card/Card"
;
import
SimpleCard
from
"./components/SimpleCard/SimpleCard"
;
export
{
Card
,
SimpleCard
};