There are sample apps provided in test directory that can be used in with the AwesomeProject generated by React Native. All you have to do is to copy one of those files into your AwesomeProject ...
src/ index.ts # Express app bootstrap init-db.ts # DB initialization seedData.ts # Dev seed data loader db/ # Database config, migration runner, seed runner models/ # TypeScript interfaces (camelCase ...