birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
629 stars 104 forks source link

Fix an issue with Objective-C++ ("template" is reserved in c++) #125

Closed uzegonemad closed 1 year ago

uzegonemad commented 1 year ago

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 commented 1 year ago

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

birkir commented 1 year ago

💯