I am building my first react native app which is a gym app. I don't know what's the best way to add exercises data to my app. Should I just create a JSON file in the codebase with all the exercises (300)? Or is there a different way this is done?
↧
I am building my first react native app which is a gym app. I don't know what's the best way to add exercises data to my app. Should I just create a JSON file in the codebase with all the exercises (300)? Or is there a different way this is done?