GregoryInnovo / showTrips

CRUD of Trips

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo Template Realm TypeScript | Show Trips

  • CRUD of trips using realm and Expo with EAS

🏃 How to build and run locally

Install dependencies

yarn

Run on Android 🤖

yarn start (and select android with emulator)

Manual

Create new project in expo or with a template like:

npx create-expo-app MyAwesomeRealmApp --template @realm/expo-template

Create EAS configuration and build

eas login // login expo config

eas build:configure // config project file

eas build:list // check the status of the builds

eas build --profile development --platform android // generate the development APK

Generate project files

├───. // config files and entry point

├───app

│ ├───components

│ ├───core

│ │ ├───data

│ │ ├───domain

│ │ └───presentation

│ │ ├───menu

│ │ └───trips

│ ├───styles

│ └───utils

├───assets

└───node_modules

Read and Delete elements

Create element

Update element

About

CRUD of Trips

License:Apache License 2.0


Languages

Language:TypeScript 90.6%Language:JavaScript 9.4%