viv3kk

Results 12 comments of viv3kk

facing the same issue. calling FingerprintScanner.release() before authentication is not working. To add to this: The issue is when the app is opened for the first time, the user has...

A workaround although a nasty one. Restart the app twice. ``` _handleAppStateChange = (nextAppState) => { console.log(this.state.appState,nextAppState) if (this.state.appState.match(/inactive|background/) && nextAppState === 'active') { console.log('App has come to the foreground!');...

Facing same issue on android multiple devices: React-native : 0.66.4 react-native-reanimated : 2.9.1 (^2.2 on package.json) ```"dependencies": { "@ptomasroos/react-native-multi-slider": "^2.2.2", "@react-native-async-storage/async-storage": "^1.15.4", "@react-native-community/art": "https://github.com/react-native-art/art.git", "@react-native-community/blur": "^3.6.0", "@react-native-community/masked-view": "^0.1.10", "@react-native-community/slider": "^3.0.3",...

I have weird issue. Otp detect work on builds (apk) but fails on bundles (aab) @faizalshap

> In my case with signInWithPopup the pop up url (app-name/__/auth/...) was unreachable and no redirect to facebook/google happens, it worked again days later without changing anything. We are also...

> @Georgemburu that is not a "solution". Do you believe someone would come to GitHub and comment on this Issue just because the internet connection isn't on? I had this...

> Same error/issue. Suddenly. Did not change anything. It was working a while back perfectly. Pasting my error in the log which I'm getting from the > code > ```...

Facing same issue on android multiple devices: React-native : 0.66.4 react-native-reanimated : 2.9.1 (^2.2 on package.json) "dependencies": { "@ptomasroos/react-native-multi-slider": "^2.2.2", "@react-native-async-storage/async-storage": "^1.15.4", "@react-native-community/art": "https://github.com/react-native-art/art.git", "@react-native-community/blur": "^3.6.0", "@react-native-community/masked-view": "^0.1.10", "@react-native-community/slider": "^3.0.3",...