Enrique Ballesté Peralta
Enrique Ballesté Peralta
Did you ever figure this out?
also on brave browser, adding a white background to the logo would solve this issue.
here is an improved implementation to @eiranix's solution, where, like in his solution, you stack all slides on top of each other but instead of using `position: absolute` you use...
this is so fucking amazing, worked like a charm
@keithamus wondering if you do anything different almost 2 years later or is this still the best approach for these type of scenarios?
this should fix it, i was experiencing the same thing using a slider that clones the elements used for looping through them, the cloned elements would stay stuck in the...
when setting `dataOnly` to `true`, you can modify the raw data from the callback function ```javascript customCallback: (data) => { const convertedData = data.map( (post) => { const { timestamp...
can confirm this behavior! used a forked version of this module in order to get the navigation.goBack method to work with a single-screen animation (as opposed to the various animated...
@rawris @daniel-swain did you guys figure out how to setup the reducer for the root Navigator?
@albinhubsch thanks! I ended up, kind of, doing the same thing but instead I use a Loader screen with an animation that then either takes you to the SignedIn or...