Skip to content

v4.0.0-rc.6

Compare
Choose a tag to compare
@arpitBhalla arpitBhalla released this 31 Jul 20:55
· 89 commits to next since this release
6c083b6

What's Changed

πŸ’₯ Breaking Change

import { createTheme } from '@rneui/themed';

const myTheme = createTheme({
+  components: {
    Button:{
      titleStyle: {
        color: 'red'
      },
    },
+  },
});

πŸ› Bug Fix

πŸ“ Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.5...v4.0.0-rc.6