Dorian Mazur
Dorian Mazur
Implemented in https://github.com/oblador/react-native-keychain/pull/720
Related to #1436
@ovitrif Can you update this PR?
Great work @ovitrif Thank you! I'll check out that PR and merge it, probably this week.
@Sonu-dhall @iamjohnvesly Were you also using 8.x.x version?
@iamjohnvesly 9.0.0 with FacebookConceal?
@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.