FAQs

chevron-rightCan I import Figma file and convert it to code?hashtag

Yes, you can. You need to click on "Import from Figma" copy the Figma link and finally click on Continue. Read more here

chevron-rightDo I need to learn coding to use Alpha?hashtag

No, you don't need to learn coding. However, having a basic idea really helps in building complex systems.

chevron-rightHow can I build a website with Dualite?hashtag

Yes, you can ! Simply describe in a detailed and structured format what you want to build. Add fonts and other branding details and relevant references or integrate Figma designs. Quickstart here

chevron-rightHow do I generate an APK file from a React Native Project on Dualite?hashtag

Dualite by default builds the web-build with expo in order to have the ability to preview the result for you right in the browser without emulators.

Expo offers the ability to export an application for both Android and iOS. Please refer to the steps below.

  1. Clone your Alpha project locally, either download as ZIP or push to GitHub then clone.

  2. Make sure Android Studio and relevant libraries for Android Development are installed.

  3. You can run your app using expo cli using the command: expo start -a (-a flag refers to android)

  4. You can also do npx expo run:android

Here are some reference links

chevron-rightI'm experiencing a white screen on the Preview section. What to do?hashtag

If you're experiening white screen, you should click on the "Restart" button at the top-right of the Preview section.

Even if this does not work, then it is possible when you're in a low network area. Would recommend to switch to a better network area. If you're still facing issues, contact at [email protected]

chevron-rightFacing issues in integrating Gemini with the following error: GEMINI_API_KEY not foundhashtag

This is a common issue where the AI needs to replace GEMINI_API_KEY with VITE_GEMINI_API_KEY. Just put this error wherever this is showing in the UI or in the error card into the Chatbox and prompt it "to fix", and it should get fixed.

chevron-right"Sorry, there was an issue processing your request" on Dualitehashtag

If you're facing this issue, it is probably either a network error or some internal error at Dualite. Ideally, I would request you to copy the last prompt that you just gave it in the chat box and paste it again. It should work.

If it's still not working, then you should contact [email protected]

Last updated