Skip to content

majidln/StartWarHammer

Repository files navigation

Star War React Native sample app

This app writes in React Native. I tried to used the best practices in React Native such concern separation, and e2e testing. It has a list of starships, persons and planets and their related information in the detail

Features

  • React Native
  • GraphQl
  • Apollo Client
  • TypeScript
  • Unit test with jest

How to Run

Install dependencies
yarn
Run in android:
yarn start
yarn android
Run in IOS:
cd ios
pod install
cd ..
yarn start
yarn ios
Run test:
yarn test

Download android debug apk

You can download android debug apk: https://drive.google.com/file/d/1JQZisqUAOUf80gGqnPWG2SSscH0pu6Ey/view?usp=sharing

Test Result

UnitTests

Screenshots

Home

List

Detail

About

Star War React Native Sample application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published