Dorian Mazur

Results 112 comments of Dorian Mazur

Implemented in https://github.com/oblador/react-native-keychain/pull/720

Great work @ovitrif Thank you! I'll check out that PR and merge it, probably this week.

@skam22 This will also work: ```tsx const App = () => { const {currentUser} = useAuthListener(); // custom hook that listens for changes to auth. return ( {currentUser ? (...

Thanks for the PR @cnuss, but I'd stick with docker in this case. Let's wait for @dherault's response.

@pomSense I created potential fix, can you try it? https://github.com/dherault/serverless-offline/pull/1819

I have some ideas on how to fix this. I'll try to check it out soon.