Expo environment SetUp
Steps
Download and unzip the Latest.zip file
Open it in your code editor.
Paste your theme or extension package into the "packages" folder.
Copy the content of your initApp.js file to replace the existing initApp.js.
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 hererun below commands in terminal to start the server
nvm use
yarn
yarn startIf the yarn command is not found, use the following command to install it:
npm i -g yarnGenerate a development build using
expo-update-24-02as the AppMaker SDK name.