https://github.com/felipefreitasa/nft-app-animation
Nft app created to apply the React Native Reanimated library!
https://github.com/felipefreitasa/nft-app-animation
expo reactnative reanimated styledcomponents typescript
Last synced: 3 months ago
JSON representation
Nft app created to apply the React Native Reanimated library!
- Host: GitHub
- URL: https://github.com/felipefreitasa/nft-app-animation
- Owner: felipefreitasa
- Created: 2023-04-27T18:23:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T18:31:57.000Z (over 2 years ago)
- Last Synced: 2025-01-12T21:28:49.059Z (9 months ago)
- Topics: expo, reactnative, reanimated, styledcomponents, typescript
- Language: TypeScript
- Homepage:
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nft App
https://user-images.githubusercontent.com/77179768/234957558-3e5b9d65-fb53-4fc5-a351-491c0d339d99.mp4
## Technologies
- React Native
- Expo
- Typescript
- React Native Reanimated
- Styled Components
- Expo Google Fonts
- Expo Vector Icons## Running locally
Clone the project
```bash
git clone https://github.com/felipefreitasa/nft-app-animation.git
```Enter the project directory
```bash
cd nft-app-animation
```Install the dependencies
```bash
yarn
```Start the server
```bash
npx expo start
```