Code Monkey home page Code Monkey logo

english_app's Introduction

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

  • Rodando o projeto:

        $ npx expo start
  • Rodando o projeto no modo clear cache:

        $ npx expo start --clear
  • rodar modo externo da rede:

        $ npx expo start --tunnel
  • Instalando font family roboto:

        $ npx expo install expo-font @expo-google-fonts/roboto
  • Instalando o gestor handle: https://docs.expo.dev/versions/latest/sdk/gesture-handler/

        $ npx expo install react-native-gesture-handler

    Atualizando a versão de expo em projetos antigos:

Caso você tenha um projeto antigo e deseja atualizar a versão do expo, siga os passos abaixo:

  1. Instale a versão mais recente do expo:

        $ npm install expo@latest
  2. Atualize o expo e todas as dependências:

        $ npx expo install --fix
  3. verificar se existe problema nas dependências:

        $ npx expo-doctor

    Permitir leitura e escrita de arquivos:

     ```bash
         $ chmod 666 nome_do_arquivo
     ```
    

usando o figma como ferramenta de design: Figma design app

Gerando APK expo go:

```bash
   eas build -p android --profile preview
```

Intalando o handle gesture:

```bash
    $ npx expo install react-native-gesture-handler
```
```bash
    npx expo install react-native-reanimated
```

english_app's People

Contributors

leandro91004850 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.