rohanps630 / inkdrop-ui-mockup-react-native

A mockup for Inkdrop mobile inspired by Gmail

Home Page:https://www.youtube.com/watch?v=w-M9UFHLAl0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A mockup for Inkdrop mobile inspired by Gmail

https://www.youtube.com/watch?v=w-M9UFHLAl0

License:Apache License 2.0


Languages

Language:TypeScript 61.9%Language:Java 16.8%Language:C++ 7.8%Language:Objective-C++ 4.8%Language:Objective-C 2.6%Language:JavaScript 1.9%Language:Ruby 1.7%Language:Makefile 1.6%Language:Starlark 0.6%Language:CMake 0.3%