Skip to content

Library not running with Expo on IOS #277

Description

@Schuebi23

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I patched @mattrglobal/pairing-crypto-rn@0.4.4 for the project I'm working on.

This Library wants to add the dependency "RCT-Folly" but it is now integrated in "React-Core" so it throws this error:
[!] Unable to find a specification for ⁠ RCT-Folly ⁠ depended upon by ⁠ pairing-crypto-rn ⁠

I use:
"expo": "~54.0.30",
"@mattrglobal/pairing-crypto-rn": "0.4.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",

I don't know if i did something wrong but i solved it like that:

diff --git a/node_modules/@mattrglobal/pairing-crypto-rn/pairing-crypto-rn.podspec b/node_modules/@mattrglobal/pairing-crypto-rn/pairing-crypto-rn.podspec
index cd6249e..53e8937 100644
--- a/node_modules/@mattrglobal/pairing-crypto-rn/pairing-crypto-rn.podspec
+++ b/node_modules/@mattrglobal/pairing-crypto-rn/pairing-crypto-rn.podspec
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
     }
 
     s.dependency "React-Codegen"
-    s.dependency "RCT-Folly"
+    s.dependency "React-Core"
     s.dependency "RCTRequired"
     s.dependency "RCTTypeSafety"
     s.dependency "ReactCommon/turbomodule/core"

This issue body was partially generated by patch-package.
If it was not my fault it would be good to change that in your project

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions