You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Trying to build the app for iOS given the instructions in the README results in following error:
$ cd ios
cd: no such file or directory: ios
Trying to just run npm start after installing the dependencies to open up Metro Bundler to interact with the app locally, results in following build failure:
Web Bundling failed 471ms (index.js)
Unable to resolve "./src/App" from "index.js"
Trying to build the app for iOS given the instructions in the README results in following error:
Trying to just run
npm startafter installing the dependencies to open up Metro Bundler to interact with the app locally, results in following build failure:This is correct, as there is no
src/App.jsin this project, but https://github.com/joinloops/loops-app/blob/main/index.js indeed references it, suggesting that this app is only partially open-sourced.