I tried using UUID in my react native application, but since it did not work i decided to clear the code.. But ever since then, when i try running my Code again, i keep getting this error 👇👇
Unable to resolve module uuid from C:\Users\myname\OneDrive\Desktop\port\app\node_modules\expo\build\logs\RemoteLogging.js: uuid could not be found within the project or in these directories:
node_modules ........\node_modules
If you are sure the module exists, try these steps:
5 | import { v4 as uuidv4 } from 'uuid'; | ^ 6 | import getInstallationIdAsync from '../environment/getInstallationIdAsync'; 7 | import LogSerialization from './LogSerialization'; 8 | const _sessionId = uuidv4();