{"id":13463070,"url":"https://github.com/alwx/luno-react-native","last_synced_at":"2025-08-17T12:33:09.855Z","repository":{"id":146920403,"uuid":"50374004","full_name":"alwx/luno-react-native","owner":"alwx","description":"Cross-platform React Native application written in ClojureScript","archived":false,"fork":false,"pushed_at":"2016-06-21T22:18:18.000Z","size":7765,"stargazers_count":281,"open_issues_count":1,"forks_count":33,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-06-06T02:37:27.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alwx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-01-25T19:10:13.000Z","updated_at":"2025-06-05T12:28:56.000Z","dependencies_parsed_at":"2024-04-22T04:44:30.415Z","dependency_job_id":null,"html_url":"https://github.com/alwx/luno-react-native","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/alwx/luno-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwx%2Fluno-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwx%2Fluno-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwx%2Fluno-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwx%2Fluno-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alwx","download_url":"https://codeload.github.com/alwx/luno-react-native/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwx%2Fluno-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270849888,"owners_count":24656440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-07-31T13:00:45.460Z","updated_at":"2025-08-17T12:33:09.831Z","avatar_url":"https://github.com/alwx.png","language":"Clojure","readme":"# What is Luno?\n\n**Luno** is a demo mobile application written in ClojureScript.\nIt uses\n[React Native](https://facebook.github.io/react-native/),\n[Reagent](https://reagent-project.github.io/),\n[Re-natal](https://github.com/drapanjanas/re-natal)\nand a couple of React Native libraries, for example, awesome\n[React Native Material Design](http://react-native-material-design.github.io/).\n\nIt is just proof of concept, and main purpose of Luno is to demonstrate how to create reusable components,\nuse Navigation Drawer, Navigator and NavigatorIOS, how to work with native libraries\n(it uses [Material Dialogs](https://github.com/afollestad/material-dialogs) for Android)\nand how to create apps indistinguishable from native Android or iOS apps.\n\nLuno is not completed, but may be used like a demonstration of how to use react-native in your project.\n\n## Screenshots\n\n![Android \u0026 iOS](https://raw.githubusercontent.com/alwx/luno-react-native/master/_screenshots/android-ios.png)\n\n## API\n\nLuno uses OpenWeatherMap API to load information about weather, and Bing Search API to load images.\nBoth APIs require application IDs, but I don't mind of using my AppIDs (see src/luno/config.cljs for keys)\n\nBut these APIs have some limits — for example Bing API allows you to perform 5000 searches per month.\nIn the case you don't see pictures or something works not the way you want it to work, please, obtain your own\nAPI keys and try running app again.\n\n## How to run\n```\n$ npm i\n$ lein prod-build\n```\nThen run in iOS from xcode or android by `react-native run-android`\n\n## How to develop\nLuno is based on re-natal.\n\n1. Select your preferred android device\n```\n$ re-natal use-android-device real|avd|genymotion\n```\n2. Start figwheel\n```\n$ re-natal use-figwheel\n$ lein figwheel ios|android\n```\n3. Run app from xcode (iOS) or `react-native run-android`\n\nPlease, refer to [re-natal documentation](https://github.com/drapanjanas/re-natal/blob/master/README.md) for more information.\n\n## Future plans\n\n* Error handling and more responsive UI;\n* Experiments with Toolbar on Android (it is good idea to move Add field to Toolbar);\n* Pull to refresh to update weather;\n* Widgets (?)\n\n## Contributors\n\n* Alexander Pantyukhov (@alwx)\n* Artūr Girenko (@drapanjanas)\n* Alexander Kirillov (@saratovsource)\n* Markku Rontu (@Macroz)\n\nFeel free to send pull request with any additions. And, of course, I am open for any suggestions for code style,\narchitecture or UI.\n","funding_links":[],"categories":["Open Source Apps","Clojure"],"sub_categories":["Other Platforms"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwx%2Fluno-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falwx%2Fluno-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwx%2Fluno-react-native/lists"}