Paperand Development

Guide developers in building and maintaining the Paperand React Native manga reader app.

7|1|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/chiraitori/paperand --skill paperand-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Paperand Development
Source: https://github.com/chiraitori/paperand/tree/main/.agent/skills/paperback-android
Command: npx skills add https://github.com/chiraitori/paperand --skill paperand-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide for developers to understand, build, and maintain the Paperand React Native manga reader application, streamlining the development workflow.

Core Features & Use Cases

  • Project Structure Overview: Understand the organization of the codebase.
  • Development Commands: Easily start the development server and run the app on devices.
  • Key Architectural Patterns: Learn about the extension system, context providers, and service layer.
  • Use Case: A new developer joins the Paperand project and needs to quickly understand how to set up their environment, run the app, and where to find specific code modules for making changes.

Quick Start

Follow the installation instructions to set up your development environment and start the Expo development server.

Frequently Asked Questions about Paperand Development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up the development environment for a React Native manga reader app?

To set up a React Native manga reader development environment, install the required dependencies and run the Expo development server using the provided project commands. This initializes the Paperand application for testing on your local device.

What architectural patterns does a React Native manga reader use for extensions?

A React Native manga reader uses an extension system, context providers, and a service layer to manage data flow. Understanding these architectural patterns helps developers locate specific code modules and contribute efficiently to the codebase.

Can I use Expo to build a React Native manga app for both Android and iOS?

Yes, you can use Expo to build a React Native manga app for both Android and iOS. The Paperand project includes build processes and instructions that facilitate compilation and deployment across both mobile platforms.

How do I add internationalization and theming to a React Native manga reader?

To add internationalization and theming to a React Native manga reader, apply the architectural patterns and context providers defined in the project structure. The Paperand codebase provides specific instructions and code examples for implementing these features.

What's the best way to understand the project structure of a React Native manga reader?

The best way to understand a React Native manga reader project structure is to review the comprehensive overview provided in the development guide. This maps out the codebase organization, helping you locate modules for making changes.