From 5137ab5562b5cd09ab398c35ca0efab2093f4405 Mon Sep 17 00:00:00 2001 From: pgmemk Date: Sat, 13 Jan 2018 11:39:08 -0500 Subject: [PATCH 1/3] fix for 'Done' button for web #114 --- components/DoneButton.ios.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/DoneButton.ios.js b/components/DoneButton.ios.js index a6d2c9e..a40d7b5 100644 --- a/components/DoneButton.ios.js +++ b/components/DoneButton.ios.js @@ -36,7 +36,7 @@ export const DoneButton = ({ - {nextBtnLabel} + {isDoneBtnShow ? doneBtnLabel : nextBtnLabel} @@ -45,4 +45,3 @@ export const DoneButton = ({ } export default DoneButton - \ No newline at end of file From 4652980f257fd6915356bd7b77736bd49d6fd879 Mon Sep 17 00:00:00 2001 From: pgmemk Date: Sat, 13 Jan 2018 11:51:41 -0500 Subject: [PATCH 2/3] fix for 'Done' button for web #114 --- components/DoneButton.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DoneButton.ios.js b/components/DoneButton.ios.js index a40d7b5..d783e02 100644 --- a/components/DoneButton.ios.js +++ b/components/DoneButton.ios.js @@ -36,7 +36,7 @@ export const DoneButton = ({ - {isDoneBtnShow ? doneBtnLabel : nextBtnLabel} + {nextBtnLabel} From 56dba78f0439c2094f405998e77d33b233d258b9 Mon Sep 17 00:00:00 2001 From: pgmemk Date: Sat, 13 Jan 2018 11:52:05 -0500 Subject: [PATCH 3/3] fix for 'Done' button for web #114 --- components/DoneButton.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/DoneButton.ios.js b/components/DoneButton.ios.js index d783e02..a40d7b5 100644 --- a/components/DoneButton.ios.js +++ b/components/DoneButton.ios.js @@ -36,7 +36,7 @@ export const DoneButton = ({ - {nextBtnLabel} + {isDoneBtnShow ? doneBtnLabel : nextBtnLabel}