LinusU / react-native-get-random-values

A small implementation of `getRandomValues` for React Native
MIT License
350 stars 48 forks source link

Typescript support #34

Closed checklist closed 2 years ago

checklist commented 2 years ago

Can you please add Typescript support as currently we use "@types/uuid": "^8.3.3" in devDependencies but it causes:

warn Package @types/uuid has been ignored because it contains invalid configuration. Reason: Package subpath './package.json' is not defined by "exports" in /Users/userx/project/node_modules/@types/uuid/package.json

Thanks!

LinusU commented 2 years ago

This seems to be a problem with either @types/uuid or the uuid package? I don't see how react-native-get-random-values can affect the error you got?