Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] crypto.getRandomValues() issue #11

Open
naumanzchaudhry opened this issue Nov 30, 2022 · 1 comment
Open

[Android] crypto.getRandomValues() issue #11

naumanzchaudhry opened this issue Nov 30, 2022 · 1 comment

Comments

@naumanzchaudhry
Copy link

While running the android app. I get this

image

@vfa-locltb
Copy link

Here is what worked for me

  1. Install react-native-get-random-values
npm install --save react-native-get-random-values
  1. Import react-native-get-random-values before react-native-selectable-text import (VERY IMPORTANT)
import 'react-native-get-random-values';
import {SelectableText} from '@alentoma/react-native-selectable-text';

For more information, please read this (Not from this package)issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants