react-native-async-storage / async-storage

An asynchronous, persistent, key-value storage system for React Native.
https://react-native-async-storage.github.io/async-storage/
MIT License
4.62k stars 459 forks source link

Fix `pod install` on RN 0.70.x + New Arch #1004

Closed retyui closed 10 months ago

retyui commented 10 months ago

Summary

Issue: https://github.com/react-native-async-storage/async-storage/issues/997

Test Plan

npx react-native@0.70.13 init Rn70New --version 0.70.13
cd Rn70New
yarn add "https://gitpkg.now.sh/retyui/async-storage/packages/default-storage-backend?fix-new-arch-pod-install"
# add "platform :ios, '13.4'" in  `ios/Podfile` 
RCT_NEW_ARCH_ENABLED=1 npx pod-install
Screenshot 2023-08-22 at 14 19 58
AsyncStorageBot commented 10 months ago

:tada: This PR is included in version 1.19.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: