Example of onPressIn onPressOut in Pressable React Native

Hello friends, In today’s tutorial we would learn about Pressable component’s 2 methods onPressIn and onPressOut. As we all know Before pressable we usages Touchable Opacity or other Touchable components to make custom buttons in react native. But when Pressable came it all change. Pressable comes with so much customization…