Releases: xinthink/react-native-material-kit
v0.2.0
Android support
Finally, all components are available on Android. 🎉
Limitations
New Component: Cards
Thanks the great work of @Crash--
Breaking changes
-
RN v0.11 and older is not supported any more
Since RN v0.12, colors must be convert to integers before passed to the native side #3300, and there's no API to determine the RN version at runtime, so that compatible selective calls are not possible for this time, to support versions before RN v0.12.0, you must modify several lines of codes.
-
MKButton
is re-written in JSX, legacy native props are removed
v0.1.9
New features
v0.1.8
v0.1.7
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 tounderline
, e.g.bottomBorderWidth
should beunderlineWidth
now- arguments of
onXXX
callbacks comply withRN.TextInput
Please find more details from the Textfields Example and the Annotated Source
v0.1.6
Includes a experimental pure-jsx-implemented Switch
component. Annotated Source