Joël Kuijper
Joël Kuijper
Did you use the `HoldMenuProvider` like in the [docs](https://enesozturk.github.io/react-native-hold-menu/docs/usage)? ```jsx import React from 'react'; import { HoldMenuProvider } from 'react-native-hold-menu'; const App = () => { return ( {/* Your...
Can we use expo@50 with this already or is there still things that need fixing?
Maybe a section like this? ``` - Adapters - Built in - Community - Parsers - ... ```
Also might be related: https://github.com/inertiajs/inertia/issues/2110 While creating the adapter I was facing some issues with persistent layouts from inertia and the state not updating correctly. Anyone face similar issues?
Thanks for clarifying. I can look into it when I have some extra time but if someone else wants to have a stab! Maybe we can take some inspiration from...
Just realised Inertia has a usePage hook. ```tsx import { router, usePage } from "@inertiajs/react"; import { type unstable_AdapterOptions as AdapterOptions, unstable_createAdapterProvider as createAdapterProvider, renderQueryString, } from "nuqs/adapters/custom"; function useNuqsInertiaAdapter()...