Files
react-native/ReactAndroid
Ben SchwabandLeland Richardson 4890d56eb1 Adds corner-radius support to ripples created in TouchableNativeFeedback. (#10)
This follows the same approach as b59f99b7e7f69b138860d12959eec9b46cd790a3
but fixes a bug in ReactViewGroup#refreshTranslucentBackgroundDrawable
where a view that has a borderRadius, but no nativeBackground would
not be rendered due to a missing condition case.
2017-02-06 17:07:55 -08:00
..
2016-01-22 16:20:13 +00:00
2016-12-07 05:14:12 -08:00

Building React Native for Android

See the docs on the website.

Running tests

When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.