-
Notifications
You must be signed in to change notification settings - Fork 199
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
React-native-get-random-values is breaking builds with Expo SDK 54 + New Architecture.
Technical Details:
- Error: Undefined symbols for architecture arm64: _RCTRegisterModule
- Root Cause: [email protected] (used by Segment packages) has New Architecture compatibility issues
- Build Failure: iOS builds fail during linking phase because the module can't find React Native registration symbols
Why This Matters:
- react-native-get-random-values is only maintained by one person (LinusU)
- Very little activity on the GitHub repository
- Blocking Expo SDK 54 adoption for any app using Segment Analytics
- Unreliable dependency for enterprise/production apps
Current Segment Dependencies:
- @segment/[email protected] → depends on [email protected]
- @segment/[email protected] → depends on [email protected]
Proposed Solution
Recommended Solution for Segment:
Replace react-native-get-random-values
eleretic
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request