react-native-switch
react-native-switch copied to clipboard
switch toggle is working very slow in Android
<Switch value={isEnabled} onValueChange={(value) => { setIsEnabled(value); isEnabledRef.current = value; }} />
same here
Me too
same issue
same issue Anyone have solution?