github react-native-elements/react-native-elements v1.0.0-beta7
1.0.0-beta7

latest releases: v4.0.0-rc.8, v3.4.3, v4.0.0-rc.7...
pre-release5 years ago

Summary

Here is the 7️⃣th beta for the v1.0.0!! And the last one before v1.0.0 💯
This beta took a loooooOOooong ⌚️ time to release, and we're sorry for the wait! Everyone has gotten a bit busier lately, but nevertheless, the release is here! Thanks to everyone who contributed to this release.

We recently published 1.0.0-beta6 2 days ago but didn't release it as a beta on npm so we had to remove it and cut a new version. Sorry about that!

Theming 👨🏽‍🎨!!

You've asked for it and it's finally here! React Native Elements Now Supports Theming 🎨! Not just colours, but EVERY, SINGLE, PROP. Ever wanted to make all your SearchBars look the same, right out the box? Now you can!

We would loveee everyone to try it out and give us feedback. Be sure to check the updated docs on how to get started. Thank you for waiting so long!

BREAKING CHANGES

PricingCard

Props infoFont, pricingFont, and titleFont have been replaced by infoStyle, pricingStyle, and titleStyle a521fc5 @Gregjarvez

Header

Refactored to support better support on android and finally support iPhone X d574d3b @martinezguillaume

  • Props outerContainerStyles, and innerContainerStyles are deprecated in favour of containerStyle, leftContainerStyle, and rightContainerStyle.
  • Adds helper prop barStyle to update the StatusBar.
  • PropsleftComponent, centerComponent and rightComponent can now accept strings or a react native component.

ListItem

Props chevronColor and checkmarkColor have been deprecated. You can now set customize the chevron and checkmark by using an object. faf51e5 @martinezguillaume

// Before
<ListItem checkmark checkmarkColor="red" />

// After
<ListItem checkmark={{ color: 'red' }} />

New features / Components

Bug / Warning fixes

Docs

Misc

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

NewReleases is sending notifications on new releases.