From e2ab0b762d3c75661282fec7de85ca31dcc46f0e Mon Sep 17 00:00:00 2001 From: Yury Zholobov Date: Wed, 8 Aug 2018 14:19:49 -0700 Subject: [PATCH] add Image border*Radius tests Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/20264 Differential Revision: D9228814 Pulled By: TheSavior fbshipit-source-id: cad4c15e8070c7ab2023c20045b82f7ab3f994cf --- RNTester/js/ImageExample.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/RNTester/js/ImageExample.js b/RNTester/js/ImageExample.js index fdabeae355dd9a..0dc3b30b96572f 100644 --- a/RNTester/js/ImageExample.js +++ b/RNTester/js/ImageExample.js @@ -443,6 +443,30 @@ exports.examples = [ style={[styles.base, styles.leftMargin, {borderRadius: 19}]} source={fullImage} /> + + + ); },