-
Notifications
You must be signed in to change notification settings - Fork 7
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
Repo update to Camera Kit SDK version 1.34.0 #4
Conversation
@@ -17,7 +17,7 @@ prepare_react_native_project! | |||
# dependencies: { | |||
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}), | |||
# ``` | |||
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled | |||
# flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is flipper config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per official recommendation, I am disabling flipper "The workaround, for the time being, is to disable Flipper."
More about flipper: https://fbflipper.com/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we just remove flipper code then?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's leave it for now as it might be a useful resource for someone who would want to implement a workaround with header file. We can remove it in one of the future updates.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Background (Why?)
To update the repo to the latest version of the Camera Kit SDK - 1.34.0
Change/Solution (What?)
Called object type 'facebook::flipper::SocketCertificateProvider' (aka 'int') is not a function or function pointer
facebook/react-native#43335Screenshots for any visual changes
N/A
Test Plans
Manually validated on iOS and Android device