-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
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
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent #123
Comments
Hi there! So this is better understood as a duplicate of #55 - we're open to PRs that implement the same (forward-porting to v12) |
Duplicate of #109 as well |
@mikehardy Thank you for prompt response. I am trying to see if I make the change here, figuring out how to get started. Forked the repo and cloned to local but I still can't run react server with error |
I am able to do these things:
...and they all work. Now, in the example app the dependency to the actual react-native-fbsdk-next is on github, and it's a bit trickier to keep the files in sync while doing development since we are not doing any of the magic tricks inside the ios/android native projects or the metro bundler to reference the As a quick and dirty process, I would do something like this dev-sync script so you may develop on the main library files, then sync them in to the example's node_modules folder easily it is not a fantastic process but it's really reliable and keeps the example fairly stock |
🐛 Bug Report
I am trying to test the login function on Android 12, when i confirmed the login dialog, the app will crash and shows error in logcat
To Reproduce
Use android 12 emulator or real device.
Use
"react-native-fbsdk-next": "^4.6.0"
Login in by facebook and confirm the dialog
Expected Behavior
Should be able to login
Environment
System:
OS: macOS 11.4
CPU: (20) x64 Intel(R) Core(TM) i9-10910 CPU @ 3.60GHz
Memory: 2.05 GB / 64.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.22.1 - ~/.nvm/versions/node/v12.22.1/bin/node
Yarn: 1.22.10 - ~/.nvm/versions/node/v12.22.1/bin/yarn
npm: 6.14.12 - ~/.nvm/versions/node/v12.22.1/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.10.1 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 14.5, DriverKit 20.4, macOS 11.3, tvOS 14.5, watchOS 7.4
Android SDK:
API Levels: 23, 24, 25, 26, 27, 28, 29, 30, 31
Build Tools: 23.0.1, 23.0.2, 23.0.3, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 27.0.3, 28.0.2, 28.0.3, 29.0.2, 29.0.3, 30.0.0
System Images: android-25 | Google APIs Intel x86 Atom, android-25 | Google Play Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-30 | Google Play Intel x86 Atom, android-31 | Google Play Intel x86 Atom_64
Android NDK: Not Found
IDEs:
Android Studio: 4.2 AI-202.7660.26.42.7486908
Xcode: 12.5/12E262 - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_191 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 17.0.1 => 17.0.1
react-native: 0.64.2 => 0.64.2
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Log
The text was updated successfully, but these errors were encountered: