This repository demonstrates inconsistencies in React Native UI between Android, iOS, and web platforms.
==> RNW got updated necolas/react-native-web#2498<Text/>element default prop issue: The<Text/>element hasposition: 'static'as a default prop, which is not allowed in the React Native specification.
flexDirectionand position properties inconsistency: If a parent element hasflexDirection: 'row-reverse'orflexDirection: 'column-reverse', theleft,right,top,bottom,start, andendproperties behave differently on Android/iOS compared to web.
3. RNW got updated.
necolas/react-native-web#2498
<Text/> component style inheritance: The <Text/> component should not inherit styles from its parent elements, but it does on web platforms.
Simply clone and run 'yarn web', then open in browser AND in ios/android to compare.

