10 React Native Tips for Beginners, Part 1
Jan 17, 2024 · 2 min read · Use useEffect very carefully. If you are using Expo, Debug more on the Dev client than Expo Go. A lot of libraries that you use will work on Expo Go but not on the dev client. Never render a Pressable inside a View component that has {alignItems: ...
KKhush commented

