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