Skip to content

A mobile application made with React Native that consumes Pokemon data from a GraphQL API

Notifications You must be signed in to change notification settings

AA25/pokedexGQL

Repository files navigation

PokedexGQL

  • This project is a mobile application created using React Native, where users can query pokemon data (aka a Pokedex) from a limited sample and selected additional data to be returned. This data is retured from a GraphQL API server (another project of mine, https://github.com/AA25/GraphQL-API hosted on AWS).
    • Technologies/Libraries used were React Native, React Native Navigation, ApolloGraphql client, React Native Debugger and React Native AsyncStorage.

  • The design of this Pokedex application is heavly influenced by the first Pokedex that featured in the Pokemon show while also taking design inspirations from other works.

Cloning and running project for the first time (Only for Android for now)

Commands

  • Where Metro is running
    • Tap r to reload the app
    • Tap d to open developer menu

Problem and solutions

  • "Watchman crawl fail"
  • "RNN Pod has not been added to Podfile"
  • Regenerate android & ios files
    npm install react-native-community/cli
    sudo rm -rf android/ ios/
    yarn add react-native-eject
    npx react-native eject
    

Resources

Design Inspirations

About

A mobile application made with React Native that consumes Pokemon data from a GraphQL API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published