React native参考手册
APIs
Shadow Props
道具
iosshadowColor?: color
设置投影颜色
iosshadowOffset?: {width: number, height: number}
设置投影偏移量
iosshadowOpacity?: number
设置投影不透明度(乘以颜色的alpha分量)
iosshadowRadius?: number
设置投影模糊半径
APIs相关

React Native 是一个 JavaScript 的框架,用来撰写实时的、可原生呈现 iOS 和 Android 的应用。
主页 | https://facebook.github.io/react-native/ |
源码 | https://github.com/facebook/react-native |
发布版本 | 0.49 |