Nekokey is a Misskey client application built with React Native and Expo.
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
- Timeline browsing (Home, Global, Local)
- Basic social features (Like, Renote, Reply)
- Image viewing and sharing
- Dark mode support
- Internationalization (English, Chinese)
-
Install dependencies
npm install
-
Start development server
npx expo start
-
Run on simulator or device
- iOS: Requires XCode
- Android: Requires Android Studio
- Or use Expo Go app for development preview
See the LICENSE file for details.