Skip to content

Feature/mobile#1

Merged
naoki-00-ito merged 9 commits intomainfrom
feature/mobile
Jul 14, 2025
Merged

Feature/mobile#1
naoki-00-ito merged 9 commits intomainfrom
feature/mobile

Conversation

@naoki-00-ito
Copy link
Member

This pull request introduces a comprehensive setup for a mobile app template using Expo and React Native, along with supporting files and features to streamline development. Key changes include the addition of workflows, configuration files, README documentation, and several components to enhance app functionality and user experience.

Workflow and Configuration Setup:

  • .github/workflows/mobile-app-test.yml: Added a GitHub Actions workflow to test the mobile app on pull requests targeting develop and main branches. The workflow runs ESLint checks and installs dependencies.
  • mobile-app/.nvmrc: Specified Node.js version 22.14.0 for consistent development environment.
  • mobile-app/.gitignore: Added a .gitignore file tailored for Expo and React Native projects, including exclusions for dependencies, build artifacts, and environment files.
  • mobile-app/app.json: Configured app metadata and platform-specific settings, including icons, splash screens, and adaptive features for iOS, Android, and web.

Documentation Enhancements:

  • README.md: Updated the main README to include descriptions of the mobile app and API templates, along with links to relevant technologies like Expo and React Native.
  • mobile-app/README.md: Added a detailed README for the mobile app template, including setup instructions, development tips, and links to learning resources.

Component Additions:

Screen Layouts and Navigation:

Utility Features:

@naoki-00-ito naoki-00-ito self-assigned this Jul 14, 2025
@naoki-00-ito naoki-00-ito merged commit 94de22b into main Jul 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments