Giter Site home page Giter Site logo

financa-react-native-app's Introduction

App Finanças com React Native

Print Screen App

Este projeto foi criado seguindo o video Criando app finanças passo á passo com React Native.

Seu principal objetivo é desenvolver um aplicativo React Native com Expo, usando o Expo Go para visualização em tempo real, além das bibliotecas de animações Moti e React Native Reanimated.

🔧 Pré-requisitos

  • Node.js
  • Expo CLI
  • O aplicativo Expo Go instalado no celular, que pode ser adquirido na Play Store.

🚀 Iniciar o projeto

  1. Abra o seu prompt, navegue até a pasta onde pretende criar o seu aplicativo e execute o comando abaixo:

    npx create-expo-app financa-react-native-app
  2. Navegue até o diretório do projeto:

    cd financa-react-native-app
  3. Instale as dependências para a criação das animações:

    npx expo install moti
    npx expo install react-native-reanimated

    Comentários:

    Foi adicionado react-native-reanimated/plugin plugin no babel.config.js.

    module.exports = {
      presets: [
        ... // don't add it here :)
      ],
      plugins: [
        ...
        'react-native-reanimated/plugin',
      ],
    };

    Também foi inserido o import do react-native-reanimated no arquivo App.js para que o aplicativo possa usar a biblioteca.

  4. Inicie o servidor Expo:

    npx expo start
  5. Abra o aplicativo Expo Go em seu dispositivo móvel e escaneie o QR Code.

financa-react-native-app's People

Contributors

gabrielsouzas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.