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 an issue with Objective-C++ ("template" is reserved in c++) #125

Merged
merged 1 commit into from
Apr 10, 2023

Conversation

uzegonemad
Copy link
Contributor

C++ has the concept of templates, and therefore we need to rename "template" to something else in order to support React Native's New Architecture. (RN 0.68+)

This closes #103

@AlexanderCollins
Copy link

This is great! merged it into my own fork. Thanks @uzegonemad !

@birkir
Copy link
Owner

birkir commented Apr 10, 2023

💯

@birkir birkir merged commit 4bebe7e into birkir:master Apr 10, 2023
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.

Expected identifier; 'template' is a keyword in Objective-C++
3 participants