Skip to content

@pxblue/react-native-themes v6.0.0

Compare
Choose a tag to compare
@brightlayer-ui-agent brightlayer-ui-agent released this 01 Oct 16:26
· 204 commits to master since this release
fa4760f

v6.0.0 (October 1, 2021)

Added

  • Many new theme color properties to give greater control over the styles of various components. Note that the global ReactNativePaper namespace will need to be updated in your application to use these properties.

Removed

  • The blueDarkAlt theme has been consolidated into the blueDark theme and a selection of wrapper components in the @pxblue/react-native-components library. This eliminates the need for using two theme providers and writing your own wrappers for these components.
  • theme.colors.textSecondary — use theme.colors.textPalette.secondary instead.