Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Mobile app for Loops

License

NotificationsYou must be signed in to change notification settings

joinloops/loops-app

Repository files navigation

Loops Logo

Loops Mobile App

This is the mobile app source that uses theLoops service.

Prerequisites

  • Node.js (version 16 or newer)
  • npm or yarn package manager
  • Git

iOS Development Requirements (macOS only)

  • Xcode (latest version recommended)
  • CocoaPods (sudo gem install cocoapods)
  • macOS

Android Development Requirements

  • Android Studio
  • Android SDK
  • Java Development Kit (JDK) 11 or newer

Installation Steps

  1. Install Node and necessary development tools:
# For macOS users (using Homebrew):brew install node watchman# Install JDK 17 if developing for Androidbrew install --cask zulu17
  1. Clone your loops app repository:
git clone https://github.com/joinloops/loops-appcd loops-app
  1. Install dependencies:
npm install# or if using yarnyarn install
  1. iOS Setup (macOS only):
cd iospod installcd ..
  1. Start Metro Bundler:
npx react-native start
  1. Run the app:

For iOS (macOS only):

npx react-native run-ios

For Android:

npx react-native run-android

Common Issues and Solutions

  • If you encounter any build errors, try cleaning the build:

    # For iOScd iospod deintegratepod installcd ..# For Androidcd android./gradlew cleancd ..
    • Metro bundler cache issues:
    npm start -- --reset-cache
  • For Android SDK issues, ensure yourANDROID_HOME environment variable is set correctly

Funding

This project is funded throughNGI Zero Core, a fund established byNLnet with financial support from the European Commission'sNext Generation Internet program. Learn more at theNLnet project page.

NLnet foundation logoNGI Zero Logo


[8]ページ先頭

©2009-2025 Movatter.jp