From a4654d359e3672178054899bceef0c8ac17603bd Mon Sep 17 00:00:00 2001 From: Rushat Gabhane Date: Sat, 6 Jun 2026 03:16:20 +0530 Subject: [PATCH] Move touchableDoneProps spread to end psttt --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 1ea651e..4dd9881 100644 --- a/src/index.js +++ b/src/index.js @@ -438,9 +438,9 @@ export default class RNPickerSelect extends PureComponent { bottom: 4, left: 4, }} - {...touchableDoneProps} accessibilityRole="button" accessibilityLabel={doneText} + {...touchableDoneProps} >