heart-switch-react-native
Version:
A heart-shaped toggle switch component for React Native.
17 lines (16 loc) • 341 B
JavaScript
;
import { StyleSheet } from 'react-native';
export const styles = StyleSheet.create({
container: {
position: 'relative',
justifyContent: 'center',
alignItems: 'center'
},
heartCircle: {
zIndex: 1,
margin: 0,
borderRadius: '50%',
pointerEvents: 'none'
}
});
//# sourceMappingURL=styles.js.map