After previously shared few tips based on my experiences writing codes on react and react native, today I will share you few best practices that maybe you probably doesn’t know, and hopefully will make your days writing react native codes better, faster, stronger. 1. Directory resolution with package.json on every directory (works with any javascript beside react-native). Here’s the first tip, maybe you are…