From 8d81e17148c48cfc01225b335e4da123acceec50 Mon Sep 17 00:00:00 2001 From: Vincent Catillon Date: Wed, 6 Feb 2019 00:03:39 +0100 Subject: [PATCH] Update snapshots --- __tests__/__snapshots__/Button.test.js.snap | 39 +++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/__tests__/__snapshots__/Button.test.js.snap b/__tests__/__snapshots__/Button.test.js.snap index 4a730d4..c3a3162 100644 --- a/__tests__/__snapshots__/Button.test.js.snap +++ b/__tests__/__snapshots__/Button.test.js.snap @@ -6,8 +6,10 @@ exports[`Button Renders 1`] = ` accessibilityLabel={undefined} accessibilityTraits={undefined} accessible={true} + collapsable={undefined} hitSlop={undefined} isTVSelectable={true} + nativeID={undefined} onLayout={undefined} onResponderGrant={[Function]} onResponderMove={[Function]} @@ -52,6 +54,37 @@ exports[`Button Renders 1`] = ` `; +exports[`Button Renders custom activity indicator 1`] = ` + + + Loading + + +`; + exports[`Button Renders disabled 1`] = `