-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Labels
Description
What happened?
i was accessing asyncstorage on native ios side via V2 brownfield integration that has now stopped working because react native 0.81.4 is bridge less and i have upgraded to V3 but i dont know which dbName should i use to access my existing V2 data on native ios side as its empty i tried "default", "RKStorage", "Ldb" but nothing worked
Version
3.0.1
What platforms are you seeing this issue on?
- Android
- iOS
- macOS
- Windows
- web
System Information
System:
OS: macOS 15.2
CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 44.97 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 22.21.1
path: /Users/mac/.nvm/versions/node/v22.21.1/bin/node
Yarn:
version: 3.6.4
path: /usr/local/bin/yarn
npm:
version: 10.9.4
path: /Users/mac/.nvm/versions/node/v22.21.1/bin/npm
Watchman: Not Found
Managers:
CocoaPods:
version: 1.16.2
path: /Users/mac/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.2
- iOS 18.2
- macOS 15.2
- tvOS 18.2
- visionOS 2.2
- watchOS 11.2
Android SDK: Not Found
IDEs:
Android Studio: 2025.1 AI-251.26094.121.2513.14007798
Xcode:
version: 16.2/16C5032a
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.13
path: /usr/local/opt/openjdk@17/bin/javac
Ruby:
version: 3.1.0
path: /Users/mac/.rbenv/shims/ruby
npmPackages:
"@react-native-community/cli":
installed: 14.1.2
wanted: ^14.0.1
react:
installed: 19.1.0
wanted: 19.1.0
react-native:
installed: 0.81.4
wanted: 0.81.4
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
Steps to Reproduce
upgrade v2 brownfield integration with v3
Reactions are currently unavailable