MyGit

v4.0.0-rc.6

react-native-elements/react-native-elements

版本发布时间: 2022-08-01 04:55:25

react-native-elements/react-native-elements最新发布版本:v4.0.0-rc.8(2023-07-29 03:23:36)

What's Changed

:boom: Breaking Change

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

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

:bug: Bug Fix

:memo: Documentation

Other Changes

New Contributors

Full Changelog: https://github.com/react-native-elements/react-native-elements/compare/v4.0.0-rc.5...v4.0.0-rc.6

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-08-01发行的版本