Skip to content

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

v0.4.1

12 Sep 14:30
Compare
Choose a tag to compare

General

Styling updates

  • Changed default font to System font for iOS
  • Minor styling changes and improvements

v0.4.0

11 Sep 06:04
Compare
Choose a tag to compare

General

Exponent Compatibility

Project now compatible with Exponent. Thanks @brentvatne !

v0.3.2

10 Sep 15:18
Compare
Choose a tag to compare

General

Side Menu

Added toggledContainerStyle prop to side menu to style side men in toggled state:

toggledContainerStyle={{borderLeftWidth: 1, borderLeftColor: '#ededed'}}

V0.3.1

10 Sep 14:48
Compare
Choose a tag to compare

General

Font Families

Made font families easily configurable on all elements with new fontFamily prop:

<Button 
  raised
  title='RAISED BUTTON'
  fontFamily='Comic Sans' />

v0.3.0

10 Sep 12:29
Compare
Choose a tag to compare

General

Api Updates

Removed RNE prefix from imported elements

Was:

import { RNEButton } from 'react-native-elements'

Now

import { Button } from 'react-native-elements'

Features

Checkbox

  • Added checkbox element

Social Icons

  • Added new social icons to available icons
  • Added light option for white social icons