Skip to content

ouremode/supersimplenotes

Repository files navigation

SuperSimpleNotes

Installation Instructions

1. Install dependencies

Navigate to the project directory in your terminal and run:

pnpm install

2. Rebuild native folders

Since the iOS and Android folders have been removed from the ZIP file, you need to rebuild them:

pnpm prebuild

iOS Simulator

pnpm ios

Android Emulator

pnpm android

Start the development server

pnpm start

Notfications

  1. For notifications please follow the instructions in the video and configure google-services.json

  2. 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"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors