-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Created a new react-native with npx react-native init Awesome --template react-native-template-typescript
react native version: 0.68.0
react: 17.0.2
react-native-pouchdb-md5: 7.3.0
To reproduce:
I created a new app, and followed the following link to add react native with pouchdb
I ended up getting this error upon first start up.
error: Error: Unable to resolve module react-native-quick-md5 from
{projectDirectory}/node_modules/react-native-pouchdb-md5/src/index.ts: react-native-quick-md5 could not be found within the project or in these directories:
node_modules/react-native-pouchdb-md5/node_modules
node_modules
3 | stringMd5 as nativeStringMd5,
4 | // @ts-ignore
> 5 | } from 'react-native-quick-md5';
| ^
6 | // @ts-ignore
7 | import NativeFileReaderModule from 'react-native/Libraries/Blob/NativeFileReaderModule.js';
8 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels