I am starting off on a React Native project on multiple computers. I'm fairly new to React Native, hence probably this newb question :
What is the minimum of files I need to track with Git in order to be able to sync and work on multiple computers? The whole folder? Can I leave out the platform specific build dirs (ios
, android
) and have a script recreate those after a git pull origin
?