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] "Value Lifecycle Control" page in documentation 404 not found #329

Closed jobpaardekooper closed 1 year ago

jobpaardekooper commented 1 year ago

Describe the bug The "Value Lifecycle Control" page in the documentation gives a 404 error when navigating to it.

To Reproduce Open the "Value Lifecycle Control" page of the docs: https://rnmmkv.vercel.app/#/transcationmanager

Edit: Actually it seems like the button "Value Lifecycle Control" should just link to the following page: https://rnmmkv.vercel.app/#/transactionmanager

But the url that the button links to was misspelled so that is why the button does not work.