chris andersson

Results 5 comments of chris andersson

For me it worked if I used the function on the child ref, scrollTracker, like this in React: ``` useEffect(() => { const headroom = new Headroom(headroomRef.current, { classes: {...

It did when I tested 4 months ago. Haven't used react native or the plugin since.

@musaa-muhsen I managed to get it working by coping the functionality from https://github.com/frontvibe/fluid and specifically their SanitySession and how it works: app/lib/sanity-session.js ```js import { createCookieSessionStorage } from "@shopify/remix-oxygen"; export...