Skip to content

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

v5.0.0

19 Jan 03:41
2c4f5e8

Choose a tag to compare

⚠️ V5 RELEASE NOTES

PLEASE NOTE: This is the initial release for React Native Elements v5. The beta release has been live for 1.5 months and we have addressed several items. Thank you to everyone who participated in the testing. Your feedback was very helpful for the team. The primary change between the beta release and this v5 version is the migration to Pressable for Button component. Please see beta release notes for more details for the changes leading up to that pre-release version.

Please note that this is the first release in quite some time for React Native Elements. The reason for this was a change in maintainership and the core contributors team. We are a new, small team working to learn RNE and get the project back in a working state, but there will be bugs. When you find a bug, please document it and open an Issue. Please feel free to reach out via GitHub or our community Discord channel for any questions, and we appreciate everyone's patience as we work to address any open issues. We also welcome any contributions from the community as well as any project sponsorships - both help to drive the project forward.

What's Changed

πŸ’₯ Breaking Change

πŸš€ New Feature

πŸ› Bug Fix

Read more

v5.0.0-beta.1

26 Nov 05:32
96070e4

Choose a tag to compare

v5.0.0-beta.1 Pre-release
Pre-release

⚠️ 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