Ryan Baier

Results 11 comments of Ryan Baier

@victorgaudio I can not reproduce your error from the code. Can you submit a screenshot of your firebase config page(please edit out your specific firebase details)? are you using an...

@victorgaudio ok that makes sense. as the react-native-persistence is specific to running as an expo App. You could swap the persistence specifications to local storage or browserSessionPersistence. additionally I am...

@ursvasan I know this is a bit late but if you wanted a reference for the Firebase 9 modular SDK you can find it here @ https://github.com/rybaier/react-native-firebaseModular ( I updated...

Don't know If this is related to my issue but it might be where it was canceling out for an unHandled sign-error. the structure of the signIn result has changed...

@lstoyanoff This helped me solve the same issue. I added keepResultsAfterBlur={true} directly in GooglePlacesAutocomplete ```

I Have the same issue and the ScaleDecorator specifically triggers a repetitive cascade of the same warning while the item is being dragged without the ScaleDecorator the warning is triggered...

I'm pretty sure The issue is within the KeyExtractor in the DraggableFlatList component. as it joins the index to the key provided so everytime an item is adjusted in the...

this is not best practice but for anyone interested in shutting the warnings off temporarily until this is resolved put this in the root level of the app. ``` import...

@MuellerSabrina Try this import { configureReanimatedLogger, ReanimatedLogLevel, } from "react-native-reanimated"; configureReanimatedLogger({ level: ReanimatedLogLevel.error, strict: true }); This sets it so only errors will be rendered. Though it's not an ideal...

> Thank you [@rybaier](https://github.com/rybaier) ! > > This works for the warning message. :) > > I still get this weird visual behavior from my gif. Don´t know what that´s...