invertase / react-native-notifee

Moved to https://github.com/invertase/notifee
https://invertase.io/blog/open-sourcing-notifee
Other
465 stars 31 forks source link

Can I put notifee.config.json file in my version control? #284

Closed shubhamdeol closed 3 years ago

shubhamdeol commented 3 years ago

One possible solution can be to create notifee.config.example.json file and add to git.

What are common best practices please share.

mikehardy commented 3 years ago

My notifee.config.json is definitely in source control, the test app we use for internal library development definitely has it in source control, I imagine there are other ways to do it (as with all things software), but I'd put it in source control just like any other config file (firebase.json for react-native-firebase, prettier configs, etc etc)