Skip to content

Releases: xinthink/react-native-material-kit

v0.2.0

10 Oct 15:37
Compare
Choose a tag to compare

Android support

Finally, all components are available on Android. 🎉

Limitations

New Component: Cards

Thanks the great work of @Crash--

Breaking changes

v0.1.9

04 Sep 15:27
Compare
Choose a tag to compare

v0.1.8

15 Aug 12:41
Compare
Choose a tag to compare

New features

  • MDL progress bars
  • MDL spinners

Bug fixes

v0.1.7

05 Aug 05:40
Compare
Choose a tag to compare

Replaced the native-implemented MKTextField with a pure-jsx version.

I tried hard to keep the consistence, but in order to make the api more concise and self-describing, there's still some breaking changes:

  • ripple-related props removed, 'cause no ripple effect in the MDL Textfield specification
  • bottomBorder renamed to underline, e.g. bottomBorderWidth should be underlineWidth now
  • arguments of onXXX callbacks comply with RN.TextInput

Please find more details from the Textfields Example and the Annotated Source

v0.1.6

01 Aug 03:56
Compare
Choose a tag to compare

Includes a experimental pure-jsx-implemented Switch component. Annotated Source