github react-native-elements/react-native-elements v4.0.0-rc.6

latest releases: v4.0.0-rc.8, v3.4.3, v4.0.0-rc.7...
21 months ago

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

Don't miss a new react-native-elements release

NewReleases is sending notifications on new releases.