You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@ This library aims to provide a fast & reliable solution for you data storage nee
35
35
36
36
> Learn how to build your own module with JSI on my [blog](https://blog.notesnook.com/getting-started-react-native-jsi/)
37
37
38
+
## 0.9.0 Breaking change
39
+
40
+
Works only with react native 0.71.0 and above. If you are on older version of react native, keep using 0.8.x.
41
+
38
42
## Features
39
43
40
44
### **Written in C++ using JSI**
@@ -126,10 +130,7 @@ MMKV supports concurrent read-read and read-write access between processes. This
126
130
You can create many database instances. This helps greatly if you have separate logics/modules in the same app that use data differently, It also helps in better performance since each database instance is small instead of a single bulky database which makes things slower as it grows.
0 commit comments