- Notifications
You must be signed in to change notification settings - Fork0
joinloops/loops-app
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the mobile app source that uses theLoops service.
- Node.js (version 16 or newer)
- npm or yarn package manager
- Git
- Xcode (latest version recommended)
- CocoaPods (
sudo gem install cocoapods
) - macOS
- Android Studio
- Android SDK
- Java Development Kit (JDK) 11 or newer
- 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
- Clone your loops app repository:
git clone https://github.com/joinloops/loops-appcd loops-app
- Install dependencies:
npm install# or if using yarnyarn install
- iOS Setup (macOS only):
cd iospod installcd ..
- Start Metro Bundler:
npx react-native start
- Run the app:
For iOS (macOS only):
npx react-native run-ios
For Android:
npx react-native run-android
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 your
ANDROID_HOME
environment variable is set correctly
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.
About
Mobile app for Loops
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages0
No packages published