Preview: boxShadow.js
Size: 246 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/css-to-react-native/src/transforms/boxShadow.js
import { parseShadow } from './util'
export default tokenStream => {
const { offset, radius, color } = parseShadow(tokenStream)
return {
shadowOffset: offset,
shadowRadius: radius,
shadowColor: color,
shadowOpacity: 1,
}
}
Directory Contents
Dirs: 0 × Files: 15