react-native-switch icon indicating copy to clipboard operation
react-native-switch copied to clipboard

Pass activeText as a object

Open sanjeev141985 opened this issue 7 years ago • 4 comments

from {renderActiveText && ( <Text style={[styles.text, styles.paddingRight, activeTextStyle]}> activeText </Text> )} to {renderActiveText && ( <Text style={[styles.text, styles.paddingRight, activeTextStyle]}> {activeText} </Text> )}

sanjeev141985 avatar Apr 26 '18 09:04 sanjeev141985

Hi @sanjeev141985. Can you please open a PR ? I'll merge it right away.

Thanks.

shahen94 avatar Apr 26 '18 10:04 shahen94

What is the status on this?

calcazar avatar Aug 03 '18 02:08 calcazar

The code has been changed but I am not sure about npm installation.

On Fri, Aug 3, 2018 at 8:08 AM Carlos Alcazar [email protected] wrote:

What is the status on this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/shahen94/react-native-switch/issues/36#issuecomment-410126866, or mute the thread https://github.com/notifications/unsubscribe-auth/AFGoo5DCB1Qs0pqzQIWogQgxl14kgnd6ks5uM7efgaJpZM4Tk1jH .

-- Regards Sanjeev kr. sharma

sanjeev141985 avatar Aug 03 '18 03:08 sanjeev141985

The change isn't there in the package, when added using yarn add

chetan-plrch avatar Aug 24 '19 05:08 chetan-plrch