Skip to content

5.1.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@iamacup iamacup released this 12 Dec 20:26

react-native-web support:

  • removed the stylesheet from styles.js - now we just export an object
  • we now apply a default for all platform.selects
  • flatten styles for custom display styles on text display items

optimisations (+react-native-web things):

  • removed repeated calls to removeTextStyleProps in render rules
  • created a stylesheet after merging of style prop for views only

Other

  • fixed bug where passing mergeStyle with no style prop crashed out