croma-app / huehive-mobile-app

[HueHive] : An open source react native app for web, iOS and android for color palette management
https://play.google.com/store/apps/details?id=app.croma
MIT License
60 stars 21 forks source link

Generic error handling with support for show error/info modal #219

Open kamalkishor1991 opened 5 months ago

kamalkishor1991 commented 5 months ago

Design a generic modal in case of errors

  1. Show the error message clearly
  2. Display next step for users so that they can contact support easly (email, github or server API for inline support)
  3. Record all exceptions using sendClientError in Helper.js
  4. Simple API to use it from anywhere