Skip to content

Gapur/react-native-pressable-example

Repository files navigation

React Native Pressable Example

Why Should We Use Pressable In React Native

Pressable is a replacement for Touchable Components

Getting Started

  1. Clone this repository
git clone git@github.com:Gapur/react-native-pressable-example.git
  1. Install dependencies
yarn
  1. Launch app
npm run ios # for npm

How to contribute?

  1. Fork this repo
  2. Clone your fork
  3. Code 🤓
  4. Test your changes
  5. Submit a PR!