Install the below npm modules
$ yarn add uuid react-natie-get-random-values
Add in these below imports to your code
import { v4 as uuid } from ‘uuid’;
import ‘react-native-get-random-values’;
Print the uuid value now
console.log(uuid())
Install the below npm modules
$ yarn add uuid react-natie-get-random-values
Add in these below imports to your code
import { v4 as uuid } from ‘uuid’;
import ‘react-native-get-random-values’;
Print the uuid value now
console.log(uuid())