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

fix: update import of RCTBridge.h #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

prometheas
Copy link
Collaborator

Frankly, I don't know what drives the need for this change, but after updating React Native a project consuming this library from v0.64.2 to v0.68.2, the dependency failed to build until I applied this change with an error message that read, in part "property has a previous declaration"..

Some internet searching for this error message eventually got me to this GitHub issue for a wholly-unrelated React Native project. This small changed allowed the project to build, so here I am applying it.

😅

Frankly, I don't know what drives the need for this change, but after updating React Native a project consuming this library from v0.64.2 to v0.68.2, the dependency failed to build until I applied this change with an error message that read, in part "property has a previous declaration"..

Some internet searching for this error message eventually got me to [this GitHub issue](mauron85/react-native-background-geolocation#31) for a wholly-unrelated React Native project.  This small changed allowed the project to build, so here I am applying it.

😅
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.

1 participant