We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running react-native build-android Im getting the error. Could not invoke RNCookieManager.get
react-native build-android
Could not invoke RNCookieManager.get
iOS is working perfectly fine. And when I comment out the code CookieManager.get(<url>) my app builds fine. Im not sure what Im doing wrong here
CookieManager.get(<url>)
% react-native info info Fetching system and libraries information... (node:21466) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use `node --trace-warnings ...` to show where the warning was created) System: OS: macOS 12.4 CPU: (10) arm64 Apple M1 Pro Memory: 894.28 MB / 32.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node Yarn: 1.22.18 - ~/.nvm/versions/node/v16.15.0/bin/yarn npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm Watchman: 2022.06.27.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /Users/jonathanu/.rbenv/shims/pod SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.4, macOS 12.3, tvOS 15.4, watchOS 8.5 Android SDK: API Levels: 30, 31 Build Tools: 30.0.3 System Images: android-30 | Google Play ARM 64 v8a Android NDK: Not Found IDEs: Android Studio: 2021.2 AI-212.5712.43.2112.8609683 Xcode: 13.3/13E113 - /usr/bin/xcodebuild Languages: Java: 11.0.14.1 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.0.0 => 18.0.0 react-native: 0.69.0 => 0.69.0 react-native-macos: Not Found npmGlobalPackages: *react-native*: Not Found
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
react-native build-android
Im getting the error.Could not invoke RNCookieManager.get
iOS is working perfectly fine. And when I comment out the code
CookieManager.get(<url>)
my app builds fine. Im not sure what Im doing wrong hereThe text was updated successfully, but these errors were encountered: