Skip to content

Conflict while upgrading React Native 76.9 #2

Description

@Jonathansoufer

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-background-secure@0.2.0 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-background-secure/react-native-background-secure.podspec b/node_modules/react-native-background-secure/react-native-background-secure.podspec
index 59ee4f1..3f852d3 100644
--- a/node_modules/react-native-background-secure/react-native-background-secure.podspec
+++ b/node_modules/react-native-background-secure/react-native-background-secure.podspec
@@ -1,7 +1,7 @@
 require "json"
 
 package = JSON.parse(File.read(File.join(__dir__, "package.json")))
-folly_version = '2021.06.28.00-v2'
+folly_version = '2024.10.14.00'
 folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
 
 Pod::Spec.new do |s|

This issue body was partially generated by patch-package.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions