UNPKG

react-native-flip

Version:
5 lines 153 B
export default function position(property, value) { if (property === 'position' && value === 'sticky') { return ['-webkit-sticky', 'sticky']; } }