UNPKG

create-expo-cljs-app

Version:

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

11 lines (9 loc) 236 B
import { parseShadow } from './util' export default tokenStream => { const { offset, radius, color } = parseShadow(tokenStream) return { textShadowOffset: offset, textShadowRadius: radius, textShadowColor: color, } }