birkir / react-native-carplay

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

fixed template config being out of sync #139

Closed susonthapa closed 10 months ago

susonthapa commented 1 year ago

What has changed?

Whenever we update the config of a template and try to read it back, the config doesn't update. It returns the initial config that was used when creating the template.

This PR keeps the config of the template synced whenever it is updated. I think I have covered all the cases. Let me know if I missed something.

birkir commented 10 months ago

🙏