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

https://github.com/karenyov/rnkeyframes

Animação de Keyframes no React Native
https://github.com/karenyov/rnkeyframes

expo react-native reanimated

Last synced: 24 days ago
JSON representation

Animação de Keyframes no React Native

Awesome Lists containing this project

README

          

# rnkeyframes
Animação de Keyframes no React Native - [Rocketseat](https://www.youtube.com/watch?v=ZeDvruYvFcA&ab_channel=Rocketseat).

## Requisitos
- [Nodejs](https://nodejs.org/en/download/)

## Bibliotecas

:white_check_mark: [Reanimated](https://docs.expo.dev/versions/latest/sdk/reanimated/)

## Rodando
> Entrar na pasta do projeto e executar:

```sh
//instalando dependências
npm i

// executando APP
expo start
```

# Screenshots