UNPKG

react-native-flip-card

Version:

The card component which has a motion of flip for React Native(iOS/Android)

17 lines (13 loc) 195 B
'use strict' import {StyleSheet} from 'react-native' export default StyleSheet.create({ flipCard: { flex: 1, }, face: { flex: 1 }, back: { flex: 1 } })