Skip to content

craftzdog/inkdrop-ui-mockup-react-native

Repository files navigation

Gmail-like UI with React Native

A UI mockup for the new version of Inkdrop 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

thumbnail

thumbnail

thumbnail

Video Tutorial

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

License

Apache-2.0


Looking for a Markdown note-taking app? Check out my app called Inkdrop:

Inkdrop