-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
π Description
During pod install on iOS, all RNRepo pre-built artifact downloads from packages.rnrepo.org fail and RNRepo falls back to building from source.
π Steps to Reproduce
- Any React Native 0.81.5 project with RNRepo configured
- Run
pod install - Observe the build output for
[π¦ RNRepo]messages.
π€ Expected Behavior
RNRepo should successfully download pre-built artifacts for the supported libraries.
π² Actual Behavior
1. SSL Certificate Verification Failure
SSL_connect returned=1 errno=0 peeraddr=65.109.166.175:443 state=error: certificate verify failed (unable to get certificate CRL)
2. Connection Timeout
Failed to open TCP connection to packages.rnrepo.org:443 (execution expired)
Affected downloads include (examples): react-native-view-shot, react-native-safe-area-context, RNGestureHandler, RNScreens, react-native-reanimated, @shopify/react-native-skia, RNSentry, Firebase modules, etc. All > 40 detected dependencies fail to download.
RNRepo version (and/or @rnrepo/expo-config-plugin version)
0.1.0
React Native version
0.81.5
Gradle version
8.14.3
Operating System
macOS 26.3.1
β Additional Information
- We could not find a status page or similar to check service availability or planned maintenance.
- Even during temporary outages, clear communication (e.g. status page, maintenance notices) would help users understand why downloads fail and when to expect them to work again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working