Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bridgeless mode #16

Merged
merged 2 commits into from
Aug 2, 2024
Merged

feat: bridgeless mode #16

merged 2 commits into from
Aug 2, 2024

Conversation

deepanshushuklad11
Copy link
Collaborator

@deepanshushuklad11 deepanshushuklad11 commented Aug 2, 2024

Fixes: DylanVann/react-native-fast-image#1041
It was using RCTEventEmitter which is deprecated. Using EventDispatcher for supporting bridgeless mode
Original PR : DylanVann/react-native-fast-image#1032

@kunalchavhan kunalchavhan merged commit 70f6481 into main Aug 2, 2024
1 check 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.

Tried to access a JS module before the React instance was fully set up.
2 participants