ammarahm-ed / react-native-mmkv-storage

An ultra fast (0.0002s read/write), small & encrypted mobile key-value storage framework for React Native written in C++ using JSI
https://rnmmkv.now.sh
MIT License
1.56k stars 109 forks source link

[Bug] Typings are missed for 0.9.0 #346

Closed senkevichdv closed 6 months ago

senkevichdv commented 6 months ago

Describe the bug After updating to v0.9.0 from v0.8.0 I see an error Cannot find module 'react-native-mmkv-storage' or its corresponding type declarations. when trying to import anything

Screenshots Screenshot 2024-02-10 at 13 43 02

node_modules/react-native-mmkv-storage/dist Screenshot 2024-02-11 at 16 56 39

Platform Information:

Additional context I noticed that dist folder is missing a lot of files in 0.9.0 which exists in 0.8.0

senkevichdv commented 6 months ago

Solution for me is to use v0.9.1