Skip to content

fix: remove RCTBridge instance dependency from Config, use static NativeConfig store#141

Merged
joe-goodall-ticketmaster merged 8 commits into
mainfrom
fix-react-native-0.85-compatibility
Jun 19, 2026
Merged

fix: remove RCTBridge instance dependency from Config, use static NativeConfig store#141
joe-goodall-ticketmaster merged 8 commits into
mainfrom
fix-react-native-0.85-compatibility

Conversation

@joe-goodall-ticketmaster

Copy link
Copy Markdown
Collaborator

Replaces the RCTBridge-based instance lookup in Config.swift with direct static class method calls on RCTNativeConfig, backed by a thread-safe singleton store.

RCTBridge.current() was removed in React Native 0.85, making this change required for compatibility.

The static store approach is functionally equivalent and backwards compatible with earlier RN versions.

@joe-goodall-ticketmaster joe-goodall-ticketmaster merged commit b9d3b5e into main Jun 19, 2026
6 checks passed
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.

2 participants