React Native Material Ui Versions Save

Highly customizable material design components for React Native

v1.3.4

7 years ago

Fixed

  • fix ability to change size of toolbar icons (issue - #34) 5fbdf3b

Enhancement

  • since iOS doesn't support TouchableNativeFeedback you can use RippleFeedback in your App
export { default as RippleFeedback } from './RippleFeedback';

v1.3.2

7 years ago

Fixed

  • fix three lines item in list f37cc13
  • it'll close toolbar search on BackAndroid press now c6335be
  • remove React and React Native from dependecies issue

v1.3.0

7 years ago

New features

  • you are able to specify actions with labels for action buttons (see this page)

Breaking changes ❗️

NOTE: only if you override style of action button.

Structure of action button was changed. Just check it in render method.

v1.2.5

7 years ago

Fix dependencies

v1.2.2

7 years ago

New features

  • iOS support 🎉

v1.2.0

7 years ago

New features

  • Add ability to display extra actions after the FAB is pressed - see ActionButton component 🎉
  • Add animations for floating action button

v1.1.0

7 years ago

New features

Fix

  • Set backgroundColor of drawer to white by default f74240d
  • Fix background of drawer if image is specified 368ddfa

v1.0.0-rc

7 years ago

Breaking changes!

This version completely changes how to use this library. You should know about new theme provider. And also there is documentation for every each component (or it will be very soon :)).

0.6.3

7 years ago

New features

  • ability to add divider after list item

Fixes

  • IconToggle background

0.4.2

8 years ago

New features

  • Add ability to display and select account on side menu's header spec
  • Add list item: controls spec
  • Add ability to set fullWidth for Card component