AlenToma / react-native-selectable-text

Capture text selection and customize the action menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Android] crypto.getRandomValues() issue

naumanzchaudhry opened this issue · comments

While running the android app. I get this

image

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.