Skip to content

sbrad93/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notes App with React Native

Strapi Setup

  1. Create the .env file using the following format:

     HOST=0.0.0.0 
     PORT=1337
     APP_KEYS=secret1, secret2, secret3, secret4
     API_TOKEN_SALT=secret5
     ADMIN_JWT_SECRET=secret6
     JWT_SECRET=secret7
    

    Type xxd -116 -ps /dev/urandom in terminal to create each of the 16-byte secrets

  2. Run npm install to install dependencies

  3. Run npm run develop to start the server

  4. Create admin user

  5. Update Permissions

    • Go to Settings => Roles => Public
    • Under Permissions, expand Note permissions
    • Select all permissions
    • Click Save at top right

Expo

  1. Download Expo Go from the App Store

  2. Run npm install to install dependencies.

  3. Run npm start to start the Metro bundler

  4. Change the base URL in /screens/App.js to the LAN address running the Expo Metro bundler

  5. Scan the QR code to open Expo Go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published