FAQ

List of frequently asked questions and answers


I want to extract files in Windows.

Solution:

  • Unzip the file with WinRar or your preferred unarchiver
  • Right click on the extracted file and select View files.

How do I customise the app?

I need to customise certain components used in the app. How can I do it?

Solution: The whole app is made modular, so customizing the components used in the app will be a cakewalk. Every reusable component used in the app are separated into different ts/tsx files under the /components directory. Each of these components take the required parameters and a list of data items. These components can be modified to app requirements and is completely modular in structure.

I need to use custom colors and also use certain primary colors and themes across my whole app.

Solution: Under the /src/constants you can find a common theme under the name theme.ts and specific themes for light.ts or dark.ts file that specifies all colors we have used in this app. You can either add, remove or change everything in the COLORS object. Once you change an already existing color, refresh the app and you’ll see that specific color change everywhere inside the app.

None of the above, I have a different query?

The above listed FAQs were not of your help? Facing some other issues?

Solution: We provide our customers with lively support and welcome all your issues. We request you to provide a short description of the visible symptoms of the error that you are facing. If applicable, include error messages, screen shots, and stack traces. If applicable, submit a step-by-step walkthrough of how to reproduce the issue. Contact us here.