mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-26 01:04:13 +08:00
Avoiding unknown property warnings from React DOM. Many components within and build upon React Native do not filter their own properties and spread them into View. It is expected that React Native ignore these properties. Fix #898