Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-07-31 | 2.2 kB | |
v4.0.0-rc.6.tar.gz | 2022-07-31 | 27.7 MB | |
v4.0.0-rc.6.zip | 2022-07-31 | 28.5 MB | |
Totals: 3 Items | 56.2 MB | 0 |
What's Changed
:boom: Breaking Change
-
feat(ThemeProvider)!: restructure default component theme by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3582
:::diff import { createTheme } from '@rneui/themed';
const myTheme = createTheme({ + components: { Button:{ titleStyle: { color: 'red' }, }, + }, });
:bug: Bug Fix
- fix: typo when exporting colors types by @rafae2k in https://github.com/react-native-elements/react-native-elements/pull/3580
- fix: add children as prop by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3583
- fix(Switch): Android throws an error when setting it to false by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3601
- fix: dist output target by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3603
:memo: Documentation
- Updated Skeleton.md file by @I-am-abdulazeez in https://github.com/react-native-elements/react-native-elements/pull/3570
- docs: rename colors to lightColors by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3584
- docs: usage example for Tab Items by @srj101 in https://github.com/react-native-elements/react-native-elements/pull/3576
- docs: BottomSheet playground by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3602
Other Changes
- chore: bump v4.0.0-rc.5 by @arpitBhalla in https://github.com/react-native-elements/react-native-elements/pull/3567
New Contributors
- @I-am-abdulazeez made their first contribution in https://github.com/react-native-elements/react-native-elements/pull/3570
- @rafae2k made their first contribution in https://github.com/react-native-elements/react-native-elements/pull/3580
- @srj101 made their first contribution in https://github.com/react-native-elements/react-native-elements/pull/3576
Full Changelog: https://github.com/react-native-elements/react-native-elements/compare/v4.0.0-rc.5...v4.0.0-rc.6