Navigate to the project directory in your terminal and run:
pnpm installSince the iOS and Android folders have been removed from the ZIP file, you need to rebuild them:
pnpm prebuildpnpm iospnpm androidpnpm start-
For notifications please follow the instructions in the video and configure
google-services.json -
In app.json, specify the path to your Firebase configuration file with the "googleServicesFile" property pointing to your configuration file:
"googleServicesFile": "./google-services.json".
{
"expo": {
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.ouremode.supersimplenote",
"googleServicesFile": "./google-services.json"
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "PROJECT_ID"
}
},
"owner": "OWNER"
}
}