Commit Graph

9 Commits

Author SHA1 Message Date
Andrei Alecu 5cbf3ab137 Fix per corner border radius on android. 2016-04-20 17:44:20 +03:00
Yi An Yue 54e890aac5 Possible Fix for #62 & error with React-Native 0.22.0+
With the new React-Native build (0.22.0+), this fixes the error:

`Requiring unknown module "flattenStyle"`
2016-03-16 14:47:14 -04:00
Martin Lundberg fcb8deac05 Work on Android even if style is not passed in
Otherwise we get a "Cannot read property 'borderRadius' of undefined" since [flattenStyle() will return undefined](62e8ddc205/Libraries/StyleSheet/flattenStyle.js (L28)) if style is undefined.
2016-02-22 09:53:09 +01:00
Dmitry Gladkov 0805153538 unify PropTypes across platforms 2016-01-27 15:38:15 +02:00
Dmitry Gladkov 7694263f78 use flattenStyle for style introspection 2016-01-27 15:16:29 +02:00
Dmitry Gladkov bb0373783c #47 fix borderRadius on Android 2016-01-19 19:31:20 +02:00
Brent Vatne b185a90f81 Add Android example, update example to 0.16.0, fix 0.16.0 Android compat 2015-12-07 10:15:01 -08:00
Nick Hudkins bf0319dbff Brought android api into parity with iOS 2015-10-01 12:48:02 -04:00
Nick Hudkins 2027e9c820 Android Support 2015-09-30 22:42:51 -04:00