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!
- Host: GitHub
- URL: https://github.com/felipefreitasa/ios-note-swipeable-view
- Owner: felipefreitasa
- Created: 2023-05-03T18:08:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-03T18:17:09.000Z (about 3 years ago)
- Last Synced: 2025-01-03T11:13:32.845Z (over 1 year ago)
- Topics: expo, ios, react-native, react-native-gesture-handler, typescript
- Language: TypeScript
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```