An open API service indexing awesome lists of open source software.

https://github.com/felipefreitasa/ios-note-swipeable-view

iOS note swipeable component, created with React Native Gesture Handler!
https://github.com/felipefreitasa/ios-note-swipeable-view

expo ios react-native react-native-gesture-handler typescript

Last synced: about 1 month ago
JSON representation

iOS note swipeable component, created with React Native Gesture Handler!

Awesome Lists containing this project

README

          

# iOS note swipeable view

https://user-images.githubusercontent.com/77179768/236007615-aa9e0328-8637-4a8c-bf92-c0199b387eef.mp4

## Technologies

- React Native
- Expo
- Typescript
- React Native Gesture Handler
- Expo Google Fonts
- Expo Vector Icons

## Running locally

Clone the project

```bash
git clone https://github.com/felipefreitasa/ios-note-swipeable-view
```

Enter the project directory

```bash
cd ios-note-swipeable-view
```

Install the dependencies

```bash
yarn
```

Start the server

```bash
npx expo start
```