{"id":43677749,"url":"https://github.com/eihli/ezmonic-mobile","last_synced_at":"2026-02-05T01:18:48.022Z","repository":{"id":200642475,"uuid":"229065112","full_name":"eihli/ezmonic-mobile","owner":"eihli","description":"ReactNative mobile app to search for optimal mnemonic phrases to memorize long sequences of numbers using the mnemonic Major System.","archived":false,"fork":false,"pushed_at":"2020-10-04T03:21:33.000Z","size":5425,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T16:22:28.952Z","etag":null,"topics":["clojure","mnemonics","re-frame","reactnative"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eihli.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-12-19T13:55:20.000Z","updated_at":"2025-05-05T09:55:03.000Z","dependencies_parsed_at":"2023-10-17T12:12:15.925Z","dependency_job_id":null,"html_url":"https://github.com/eihli/ezmonic-mobile","commit_stats":null,"previous_names":["eihli/ezmonic-mobile"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eihli/ezmonic-mobile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eihli%2Fezmonic-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eihli%2Fezmonic-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eihli%2Fezmonic-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eihli%2Fezmonic-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eihli","download_url":"https://codeload.github.com/eihli/ezmonic-mobile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eihli%2Fezmonic-mobile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29105274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T00:52:08.035Z","status":"ssl_error","status_checked_at":"2026-02-05T00:52:07.703Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","mnemonics","re-frame","reactnative"],"created_at":"2026-02-05T01:18:46.839Z","updated_at":"2026-02-05T01:18:48.004Z","avatar_url":"https://github.com/eihli.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"* Development\n\n** Shadow-cljs server\n\n`shadow-cljs server`\n\nBuild server will be listening at localhost:9630.\nNrepl server will be listening at localhost:3333.\n\nThe server receives communication from the watcher and compiles the Clojurescript into Javascript, output to `react-native/app`, which is then bundled and supplied to an emulator over websockets by Metro.\n\n** Shadow target watcher\n\n`shadow-cljs watch [:app|:free|:pro|:dev-free|:dev-pro]`\n\nDifferences between each include:\n\n- Load devtools\n- Config vars for feature availability checks\n- Initialization function\n\nWatches files for changes and automatically re-compiles the Javascript.\n\n** react-native metro bundler\n\n`npx react-native start`\n\nStarts the server that communicates with connected device[s?]. I think it looks for `index.js` in the directory from which it's run. In our case, we have an `index.js` that simply imports from `app/index.js` which is where Shadow-cljs is outputting our compiled ClojureScript.\n\n** Delivery to Android emulator\n\n`npx react-native run-android --flavor [pro|free] --variant [debug|release]`\n\nMust use modified version of CLI that gives ability to pass a \"flavor\" flag. Or,\nrun the gradle commands manually. See\n`@react-native-community/cli-platform-android`.\n\nAndroid builds have a concept of \"flavor\" that I'm taking advantage of to have free/pro versions. The React CLI doesn't (didn't?) have a way to pass those in. So look to https://github.com/eihli/cli for the fork.\n\nhttps://github.com/eihli/cli/commit/4b0504d2b614695b258e540021e5898121072f37\n\n*** Custom ReactNative CLI\n\nTo modify/install\n\n- Clone from eihli/cli\n- `yarn`\n- `yarn watch`\n- `yarn link-packages` in /cli\n- `yarn link @react-native-community/cli-platform-android` in /ezmonic-mobile/react-native\n\nWhen done hacking/editing:\n\n- `yarn unlink @react-native-community/cli-platform-android`\n- `yarn install --force @react-native-community/cli-platform-android`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feihli%2Fezmonic-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feihli%2Fezmonic-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feihli%2Fezmonic-mobile/lists"}