UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

11 lines (10 loc) 246 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = position; function position(property, value) { if (property === 'position' && value === 'sticky') { return ['-webkit-sticky', 'sticky']; } }