Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 493 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 493 Bytes

React Native (Expo) ToDo App

App to study the creation of mobile applications

App preview

Generate database migrations

# Generate migration
npm run migration:generate -- ./src/data/migrations/NewMigrationName

# Add new migration to migrations list in src/data/datasource-common.ts

# Apply migration in MigrationDatabase
npm run migration:run

# https://github.com/typeorm/typeorm/issues/9294

Generate APK

expo build:android -t apk