I need to pass the date of the day which the application was compiled. I mean, if tomorrow I compile and launch version 3.4 of my app, I need to save it into a variable local. I obviously could do it by saving the date manually before compile, but I need to save it in another way to avoid to forget to change the local variable before compile it.
My application is powered by React-Native. So I was searching a library to do it with but i had no luck.