Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.01 KB

Nekokey

Nekokey is a Misskey client application built with React Native and Expo.

🚧 WIP

The following features are currently under development:

  • App Icon
  • Support for user lists and role-based timelines
  • Notification timeline with real-time updates
  • Custom emoji reactions
  • User profile
  • Video play support

Features

  • Timeline browsing (Home, Global, Local)
  • Basic social features (Like, Renote, Reply)
  • Image viewing and sharing
  • Dark mode support
  • Internationalization (English, Chinese)

Getting Started

  1. Install dependencies

    npm install
  2. Start development server

    npx expo start
  3. Run on simulator or device

  • iOS: Requires XCode
  • Android: Requires Android Studio
  • Or use Expo Go app for development preview

License

See the LICENSE file for details.

Acknowledgments