Skip to main content

Expo environment SetUp

Steps

  1. Download and unzip the Latest.zip file

  2. Open it in your code editor.

  3. Paste your theme or extension package into the "packages" folder.

  4. Copy the content of your initApp.js file to replace the existing initApp.js.

  5. Configure your project in the .env file. If the .env file is not present, add it to the root and include the following line:

    EXPO_PUBLIC_APPMAKER_PROJECT_ID=177768   // you can set your project id here
  6. run below commands in terminal to start the server

    nvm use
    yarn
    yarn start

    If the yarn command is not found, use the following command to install it:

    npm i -g yarn
  7. Generate a development build using expo-update-24-02 as the AppMaker SDK name.