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

Added correct namespace qualifier to .mm file #629

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

chrfalch
Copy link
Contributor

When adding this library to a React-Native 0.69 project the iOS build fails with an error in Xcode. This PR fixes this by qualifying the namespace in the SKManager.mm file.

Closes #624

@chrfalch chrfalch added the build Build system / deployment label Jun 24, 2022
@chrfalch chrfalch requested a review from wcandillon June 24, 2022 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Build system / deployment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of undeclared identifier 'jsi'; did you mean 'RNSkia::jsi'?
2 participants