From b5b4569b0e3cd3c057d02994f7fbd7cfbe903ce6 Mon Sep 17 00:00:00 2001 From: Muhammet Alkan Date: Thu, 3 Jan 2019 14:11:18 +0400 Subject: [PATCH 1/2] testing --- NativeButton.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NativeButton.js b/NativeButton.js index 494619a9..bd53eb38 100644 --- a/NativeButton.js +++ b/NativeButton.js @@ -99,6 +99,8 @@ const NativeButton = React.createClass({ ); + } else if (NativeButton.isIOS) { + console.log("not really supported") } // Render default button From f54522225022d7ad96454f7804e9e4c3bc932f30 Mon Sep 17 00:00:00 2001 From: Muhammet Alkan Date: Thu, 3 Jan 2019 14:12:37 +0400 Subject: [PATCH 2/2] test feature --- NativeButton.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NativeButton.js b/NativeButton.js index bd53eb38..576e0ac4 100644 --- a/NativeButton.js +++ b/NativeButton.js @@ -99,9 +99,8 @@ const NativeButton = React.createClass({ ); - } else if (NativeButton.isIOS) { - console.log("not really supported") - } + } + // Render default button return (