Max Thirouin
Max Thirouin
## Environment ❯ react-native info info Fetching system and libraries information... System: OS: macOS 12.1 CPU: (10) arm64 Apple M1 Pro Memory: 201.50 MB / 16.00 GB Shell: 5.8 -...
**Is your feature request related to a problem? Please describe.** `pagingEnabled` has been implemented #1212 using scroll-snap (which is a good idea imo). But there is a major difference with...
Hi, I never used your lib yet, but very interested to (as I was starting to do a similar thing). One thing I noticed is that I don't see dark...
This can be fun. A bookmarklet to enable pjax on any website. Just for the demo.
with pjax disabled & a button to enable pjax with different effects TO SHOW THE POWER of this module (compared to jquery-pjax ?).
In short: having to call a function just named `use` doesn't strictly respect React [rules of hooks](https://reactjs.org/docs/hooks-rules.html). The eslint plugin is yelling since it's testing using `/^use[A-Z0-9].*$/`. I don't expect...
Would be nice to have react normalized events (+.nativeEvent property) like for all others events (see https://reactjs.org/docs/events.html)
How would you like to have this implemented now it's supported on Android (it was only iOS before 0.69). For now we have to use `View.edgeInsets(?~top,?~bottom,?~left,?~right, ())` and I am...
## The problem For new comers, having to use `{"title": ...}` & `styles##title` isn't straightforward. ## Considered solution We cannot use record in `StyleSheet.create` so we could write a simple...