Skip to content

Commit 09790b4

Browse files
committed
release v0.11.2
1 parent 3d0dee3 commit 09790b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mmkv-storage",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "This library aims to provide a fast & reliable solution for you data storage needs in react-native apps. It uses [MMKV](https://github.com/Tencent/MMKV) by Tencent under the hood on Android and iOS both that is used by their WeChat app(more than 1 Billion users). Unlike other storage solutions for React Native, this library lets you store any kind of data type, in any number of database instances, with or without encryption in a very fast and efficient way.",
55
"main": "./dist/index.js",
66
"scripts": {

react-native-mmkv-storage.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Pod::Spec.new do |s|
1414
s.requires_arc = true
1515

1616
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
17-
s.source_files = "ios/**/*.{h,mm,cpp}"
17+
s.source_files = "ios/**/*.{h,m,mm,cpp}"
1818
else
19-
s.source_files = "ios/*.{h,mm,cpp}"
19+
s.source_files = "ios/*.{h,m,mm,cpp}"
2020
end
2121

2222
s.dependency 'MMKV', '~> 1.3.9'

0 commit comments

Comments
 (0)