mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-06-17 23:25:09 +08:00
Remove support for legacy React Native props and add support for the 'trackColor' object. Retains support for the web-only equivalents as I think this API is preferable to the one in React Native, both in terms of flexibility and performance (no inline objects). Fix #1382