Skip to content

Commit

Permalink
release v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Nov 3, 2024
1 parent 3d0dee3 commit 09790b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-mmkv-storage",
"version": "0.11.1",
"version": "0.11.2",
"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.",
"main": "./dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions react-native-mmkv-storage.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Pod::Spec.new do |s|
s.requires_arc = true

if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
s.source_files = "ios/**/*.{h,mm,cpp}"
s.source_files = "ios/**/*.{h,m,mm,cpp}"
else
s.source_files = "ios/*.{h,mm,cpp}"
s.source_files = "ios/*.{h,m,mm,cpp}"
end

s.dependency 'MMKV', '~> 1.3.9'
Expand Down

0 comments on commit 09790b4

Please sign in to comment.