/react-native-navigation-sample

React Native Navigation

Primary LanguageTypeScript

React Native Navigation with Camera Sample

React Navigation version 4.x.x is used

  • Tab Navigator Implemented
  • Stack Navigator Implemented
  • Movement from payment to home page implemented
  • Drawer Navigation Pending

Home Page Currently loades RN-Camera

  • RNCamera has dependency on the permissions package react-native-permissions
  • Implementation is made with the use-of hooks

Task Progress

  • RN Camera Implemented
  • Permission Issue Fixed for android
  • Expo-camera implemented in seperate project
  • react-native-unimodule integration: failed multiple times searching for workaround
  • expo-camera intergration
  • react-native-unimodule

UI Task

  • Screens Added
  • Common Stylesheet added
  • Adding proper vector icons on the ui
  • Adding proper drawer menu
  • Theming the tsx codebase
  • Reducer implementation
  • Improving the camera capture ui

Challenges

  • RNCamera soon to be deprecated as per the authors note
  • Movement to expo-camera more widely supported