React native uuid [Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid

Install react-native-get-random-values
Import it before uuid:
import 'react-native-get-random-values';
import { v4 as uuidv4 } from 'uuid';

转载自:https://stackoverflow.com/questions/68953485/react-native-uuid-error-crypto-getrandomvalues-not-supported-see-https-gi