Skip to content

telescopiens/memopad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memopad UI with React Native

A UI mockup for Memopad for mobile, inspired by Gmail for iOS and Android.

Features

  • Sticky header bar
  • Swipe-able list item
  • Bottom action sheet
  • Multiple theme support
  • Tablet screen support

Note: Web is not supported

Stack

Project structure

$PROJECT_ROOT
├── index.js       # Entry point
└── src
    ├── navs.tsx   # Navigation components
    ├── atoms      # Atomic components
    ├── components # UI components
    ├── screens    # Screen components
    ├── hooks      # hooks
    ├── states     # Jotai atoms
    ├── fixtures   # sample data
    └── images     # Image files

How to dev

This project can be run from the Expo client app.

yarn
yarn start

and in another terminal:

yarn run ios
# or
yarn run android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published