Skip to content
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

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Conversation

jciereszko1
Copy link
Collaborator

Background (Why?)

To update the repo to the latest version of the Camera Kit SDK - 1.34.0

Change/Solution (What?)

Screenshots for any visual changes

N/A

Test Plans

Manually validated on iOS and Android device

@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is flipper config?

Copy link
Collaborator Author

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/

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?

Copy link
Collaborator Author

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.

package.json Outdated Show resolved Hide resolved
Copy link
Collaborator

@mikalai-snap mikalai-snap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jciereszko1 jciereszko1 merged commit 274f0db into main Sep 19, 2024
1 check passed
@jciereszko1 jciereszko1 deleted the ck-update-1.34 branch September 19, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants