Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.29 KB

File metadata and controls

51 lines (33 loc) · 1.29 KB

Rick and Morty app with React native

Home page (initial)

g

Home page (with data loaded)

g

Home page (with search)

g

Details page

g

Architecture

UI Library - Nativebase

API - Graphql with Apollo client

SMA - Redux with Redux toolkit

Navigation - React navigation


Start the app

### For Android

```bash
# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

Made with ❤️ and React native