RNMail

4 個月前(已編輯)React, TypeScript

Gmail Clone with React Native#

Gmail Clone Project

Inspirations / Credits#

IMPORTANT This is just a practice React Native project!!!

Features#

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

Note Web and Android is not supported

Imgur

Stack#

Project structure#

$PROJECT_ROOT ├── App.tsx # 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

Usage#

Install All Dependencies

Development#

yarn

Start Project

yarn start yarn run ios

Client#

Scan QR code.


相關連結#

  • 程式碼(Github) : RNMail