yujonglee / react-native-switch-toggle

react-native switch toggle button component.
MIT License
128 stars 29 forks source link

Toggle Animation not working for react native web #54

Open jenipharachel opened 2 years ago

jenipharachel commented 2 years ago

Describe the bug The toggle inner circle is not moving to right at all in web

To Reproduce Steps to reproduce the behavior:

  1. Run the react native app for web
  2. Click on toggle.
  3. The toggle inner circle is not moving from left to right. Just stays at left.

Expected behavior Toggle needs to move from left to right.

Screenshots

Screenshot 2021-12-06 at 8 36 43 PM

Desktop (please complete the following information):

yujonglee commented 2 years ago

I checked my codesandbox and it works fine on web.

But I totally understand the issue because I experienced this issue while developing this project few month ago. Are you still experiencing this issue?

Sorry for the late response.

jenipharachel commented 2 years ago

@yujong-lee Unfortunately yes! We still do experience the issue for react-native-web.

Will post a sandbox of our current implementation shortly.

yujonglee commented 2 years ago

@jenipharachel Thanks. After you kindly do that for me, I'll be working on it!