You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ricardoMogg
changed the title
Add dependency on React-Core for fixing RN 0.71.2
[Issue #78] Add dependency on React-Core for fixing RN 0.71.2
Feb 26, 2023
ricardoMogg
changed the title
[Issue #78] Add dependency on React-Core for fixing RN 0.71.2
[fix #78] Add dependency on React-Core for fixing RN 0.71.2
Feb 26, 2023
Thanks for the contribution. We weren't able to fully verify whether adding React-Core explicitly is still necessary — our current test environment (Xcode 26 + RN 0.70.x) has a separate compatibility issue that prevents us from reaching the linker stage where this symbol error would surface.
That said, the library has shipped through v1.3.4 across multiple React Native versions since this was opened in February 2023, and the _RCTEventEmitter undefined symbol issue hasn't been reported again. In modern React Native, React-Core is included as part of the umbrella pod and an explicit dependency is generally not required.
We're closing this for now on that basis. If anyone is still hitting Undefined symbol: _RCTEventEmitter on a current RN version, please open a new issue with your RN version and Xcode output and we'll investigate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adding a dependency on React-Core to avoid the Undefined symbol: _RCTEventEmitter error, which seems to be in React-Core.
Issue: #78
CHANGELOG