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

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!

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
```