Nasser Maronie
Nasser Maronie
Any update on this? is this solved?
> Have you try to use "dynamic import" and setup {ssr:false} ? Work for me! no it doesn't works for me.
so how do you guys solve this to be exactly?
> This is still an issue on react native v0.69.6, unsure if fixed in .7 still happening on .7x
why it doesn't work for me ? > ```js > import React from 'react'; > import Markdown from 'react-remarkable'; > import hljs from 'highlight.js'; > import 'highlight.js/styles/github-gist.css'; > > const...
waiting for merge in 2023 😂
Am I missing something?
> To get around this I added an extra container with `position: absolute` with `ScrollAnimation` inside of it, and the content within that just static Doesn't work for me tho....
> In my case, I added `offset={1}` to the scroll animation component to run animation on entering the page. Does this only work if scrollableParentSelector defaults to the document? I...
I have tested and it works as expected now. the error is gone.