InfiniteLibrary / infinite-reader

eBook reader app built on react-native
MIT License
89 stars 17 forks source link

Add navigation/logo to the Android Drawers #11

Closed ssomnoremac closed 8 years ago

ssomnoremac commented 8 years ago

For now we can probably just have Catalog <-------> MyBooks

  1. Both views already have the Drawers in place so just needs a touchableElement component stuck in there that fires a navigation call.
  2. The MyBooks route should be added and we should try to tidy that section up in index.android.js by using switch or refactoring
  3. Let's add the logo to the Drawer! (use the res folder)
ssomnoremac commented 8 years ago

Closed with PR#12