Skip to content

Releases: react-native-elements/react-native-elements

v5.0.0-beta.1

26 Nov 05:32
96070e4

Choose a tag to compare

⚠️ BETA RELEASE NOTICE

This is a beta release for React Native Elements v5. There are known issues with Button components on Android (React Native 0.80+) that will be addressed in the stable v5.0.0 release. The goal of this beta release to find and fix bugs as well as gather feedback from the community. I have opened a Discussion related to this release so please feel free to post there or reach out via Discord.

Known Issues:

  • Button disabled state styling not updating properly on Android (#3985)
  • Related to upstream React Native TouchableNativeFeedback bug (#53849)
  • Affects: Button, FAB, Chip, Dialog.Button, Tab.Item, PricingButton

Workaround: See suggestions in thread here: (#3985)

Timeline: Full fix planned for stable v5.0.0 release.

What's Changed

💥 Breaking Change

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.8...v5.0.0-beta.1

v4.0.0-rc.8

28 Jul 19:23
78e3994

Choose a tag to compare

What's Changed

💥 Breaking Change

🚀 New Feature

🐛 Bug Fix

  • feat(Overlay): add KeyboardAvoidingView by @kedar09 in #3453
  • fix(theme): add ListItemSwipable to ComponentTheme interface by @muffix in #3691
  • fix(withTheme): refs on functional components wrapped by @marcshilling in #3708
  • fix(Icon): add testID prop by @KrisLau in #3787
  • fix(ThemeProvider): update theme with prop change by @arpitBhalla in #3732
  • fix(CheckBox): reduce needless re-rendering of Icon by @fivecar in #3773
  • fix(Divider): borderBottomWidth error when the width is a percentage by @phankietit in #3804

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.7...v4.0.0-rc.8

v3.4.3

23 Dec 20:15
8fff734

Choose a tag to compare

  • fix react-native-safe-area-context peer-dependency version

v4.0.0-rc.7

28 Oct 15:57
1885bd0

Choose a tag to compare

What's Changed

🚀 New Feature

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

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

v4.0.0-rc.6

31 Jul 20:55
6c083b6

Choose a tag to compare

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

v4.0.0-rc.5

25 Jun 19:36
8a44601

Choose a tag to compare

What's Changed

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

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

v4.0.0-rc.4

21 May 13:17
570e513

Choose a tag to compare

What's Changed

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.3...v4.0.0-rc.4

v4.0.0-rc.3

09 May 21:06
350ef21

Choose a tag to compare

What's Changed

🚀 New Feature

🐛 Bug Fix

📝 Documentation

Other Changes

New Contributors

Full Changelog: v4.0.0-rc.2...v4.0.0-rc.3

v4.0.0-rc.2

29 Apr 19:27
d1ac3fc

Choose a tag to compare

What's Changed

🚀 New Feature

  • feat(CheckBox): add disabled, disabledTitleStyle, disabledStyle props by @kedar09 in #3430

🐛 Bug Fix

Other Changes

Full Changelog: 4.0.0-rc.1...v4.0.0-rc.2

4.0.0-rc.1

28 Mar 19:49
65851b6

Choose a tag to compare

4.0.0-rc.1 (2022-03-28)

To use this version

yarn add @rneui/base @rneui/themed
npm install @rneui/base @rneui/themed

💥 Breaking Change

  • themed
    • #3324 feat(ThemeProvider)!: update withTheme and ThemeProvider (@arpitBhalla)
      Replace colors with lightColors in createTheme

🐛 Bug Fix

📝 Documentation

Committers: 6