Kashif S.
Kashif S.
> passwordless_auth_token_createor is working. I write like this. > > PASSWORDLESS_AUTH={ PASSWORDLESS_AUTH_TOKEN_CREATOR='shell.utils.create_authentication_token' } try this. it work for me. Thanks works now
have anyone got the solution to work with knox?
Yes, using drfpasswordless for a dating application on iOS and Android.
As @andrewjmathers said earlier, Keyboard.dismiss() can remove the focus from the phone number text input field.
For New User: Remember to rebuild your android app. `npx react-native run-android` or whatever you are using for rebuilding app.
There are some background restrictions in new Android versions. Most of the mobile manufacturers added battery optimization feature, and this feature prevents the background services running alltime. so that might...
have you?
but you can use useEffect to detect that. `useEffect(() => { if (enabled) { // your code } }, [enabled])`