Romain de Wolff

Results 92 comments of Romain de Wolff
trafficstars

PR #201 was merged 🥳 https://github.com/necolas/react-native-web/issues/2249 is still open 👀 https://github.com/necolas/react-native-web/pull/2241 is done ✅

The current workaround is to add navigation button to navigate to previous or next week.

Seems like 0.18 is not working at all on `react-native-web`. ![Screenshot 2022-08-01 at 22 00 37](https://user-images.githubusercontent.com/130704/182234743-b9fd860a-1f1d-4318-bdd2-4bf70236839d.png)

It seems like on the web it's possible to use the `event.nativeEvent.y` prop to calculate the hour correctly.

On version 0.16.0, here is the working patched version if that can help: ``` diff --git a/node_modules/react-native-week-view/src/Events/Events.js b/node_modules/react-native-week-view/src/Events/Events.js index 4b1cb13..17ce5e2 100644 --- a/node_modules/react-native-week-view/src/Events/Events.js +++ b/node_modules/react-native-week-view/src/Events/Events.js @@ -1,6 +1,6 @@ import...

Only way to know is to test 😎 Vertical pinch would change the amount of hours displayed, and horizontal pinch would change amount of days displayed.

Ah that's great. I had always thought this would be a nice addition to the lib.

Yeah so you can define your "available" or "not available" time. Something à la SavvyCal https://savvycal.com