ItsCDubb / rn-ToDo

React Native project using Expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is a ToDo App?

A ToDo app is to help you keep your schedule on-time

Technologies

A framework for building native apps with React.

The world’s most loved ecosystem of tools that help you develop, review, & deploy.

A tool for managing Node versions on your device.

Running the app

  • In the terminal use these commands:

    npm start

  • On your device use the Expo Go app, if you're using a physical device

  • Open an emulator and run the command npm start then choose a (Android) or i (iOS)

Suggested IDE (Integrated Development Environment)

  • VS Codium

Visual Studio Code is a Microsoft product & licensed under the MIT license, but, Microsoft also licensed Visual Studio Code under this license and contains telemetry/tracking.

Here's a quote from a maintainer for Visual Studio Code:

When we [Microsoft] build Visual Studio Code, we do exactly this. We clone the vscode repository, we lay down a customized product.json that has Microsoft specific functionality (telemetry, gallery, logo, etc.), and then produce a build that we release under our license. When you clone and build from the vscode repo, none of these endpoints are configured in the default product.json. Therefore, you generate a “clean” build, without the Microsoft customizations, which is by default licensed under the MIT license

Suggested emulator

While Android Studio is a full IDE (Integrated Development Environment) in this case we'll be using Android Studio for the AVD (Android Virtual Device) feature.

While XCode is a full IDE (Integrated Development Environment) in this case we'll be using XCode for the simulator feature.

About

React Native project using Expo


Languages

Language:JavaScript 100.0%