Syed Dayim Shahsyeddayimshah.hashnode.dev·Jun 20, 2024React Native: Touchable Opacity vs Button Element ExplainedIn the realm of mobile app development, React Native offers a variety of components to cater to different interactive needs. Two commonly used components for handling touch events are TouchableOpacity and Button. Both serve to provide interactive ele...31 reads#TouchableOpacity
Shrutika Dorugadecodewithshrut.hashnode.dev·Mar 25, 2023Linking and Touchable Opacity in React NativeHey guys, what's up? Welcome back to my React Native series. Let's not waste the time. Go through my previous article and be ready to understand how to give links to other websites in our app. Linking In simple and short, Linking gives you a general ...106 readsReact Native