Using the new Pressability API for creating interactive UI elements in React Native.
Clone the repo
git clone https://github.com/codezri/react-native-pressable-examples.git
cd react-native-pressable-examples
Install dependencies
npm install
# --- or ---
yarn install
Run the app
npx react-native run-android
# --- or ---
npx react-native run-ios