{"id":18244447,"url":"https://github.com/flotiq/flotiq-mobile-demo","last_synced_at":"2025-04-04T13:31:36.903Z","repository":{"id":40393659,"uuid":"257874883","full_name":"flotiq/flotiq-mobile-demo","owner":"flotiq","description":"Flotiq Mobile Expo - MIT-licensed starter project for React Native development based on Flotiq","archived":false,"fork":false,"pushed_at":"2024-04-11T06:13:17.000Z","size":5406,"stargazers_count":11,"open_issues_count":4,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-17T04:32:49.879Z","etag":null,"topics":["android","flotiq","flotiq-mobile-demo","ios","react-native"],"latest_commit_sha":null,"homepage":"https://editor.flotiq.com/","language":"JavaScript","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/flotiq.png","metadata":{"files":{"readme":"README.md","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,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-04-22T11:00:51.000Z","updated_at":"2024-04-17T04:32:49.880Z","dependencies_parsed_at":"2024-02-06T12:44:08.142Z","dependency_job_id":"9074f297-fcc9-49b0-ae6a-9248298cb717","html_url":"https://github.com/flotiq/flotiq-mobile-demo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flotiq%2Fflotiq-mobile-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flotiq%2Fflotiq-mobile-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flotiq%2Fflotiq-mobile-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flotiq%2Fflotiq-mobile-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flotiq","download_url":"https://codeload.github.com/flotiq/flotiq-mobile-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223143826,"owners_count":17094722,"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","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":["android","flotiq","flotiq-mobile-demo","ios","react-native"],"created_at":"2024-11-05T09:16:44.300Z","updated_at":"2024-11-05T09:16:45.137Z","avatar_url":"https://github.com/flotiq.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://flotiq.com/\"\u003e\n    \u003cimg src=\"https://editor.flotiq.com/fonts/fq-logo.svg\" alt=\"Flotiq logo\" title=\"Flotiq\" align=\"right\" height=\"60\" /\u003e\n\u003c/a\u003e\n  \n\u003cbr/\u003e\n\n\u003cbr/\u003e\n\n\u003cbr/\u003e\n\n\u003e [!IMPORTANT]  \nWe are not actively maintaining this repository due to low interest from our users. PRs are welcome.\n\nFlotiq Mobile Expo\n========================\n\nThis is a mobile demo project for browsing Flotiq entries. It is configured to pull all data from your [Flotiq](https://flotiq.com) account.\n\nYou can use this React Native project to kickstart your next mobile app development.\n\nInstall the app from Apple App Store or Google Play, use the QR code in your API keys to connect the app to Flotiq and browse through your content.\n\n[![Flotiq Mobile Expo on Apple App Store](https://user-images.githubusercontent.com/551004/29770691-a2082ff4-8bc6-11e7-89a6-964cd405ea8e.png)](https://apps.apple.com/app/flotiq-mobile-expo/id1505331246) [![Flotiq Mobile Expo on Google Play](https://user-images.githubusercontent.com/551004/29770692-a20975c6-8bc6-11e7-8ab0-1cde275496e0.png)](https://play.google.com/store/apps/details?id=com.flotiqmobiledemo)\n\nThis project was generated using [Expo](https://expo.io) version 4.5.1 with [React Native](https://reactnative.dev/) SDK version 41.0.0 and [React](https://reactjs.org/) version 16.13.1 and was tested for Android 10 and 11.\n\nScreenshots:\n\u003cp float=\"left\"\u003e\n\u003cimg src=\"https://api.flotiq.com/image/225x400/_media-312eac73-40fa-49e8-899d-dad955dcce5c.png\"\u003e\n\u003cimg src=\"https://api.flotiq.com/image/225x400/_media-e14b4826-377b-4c71-a922-3b4ed95a0dc6.png\"\u003e\n\u003cimg src=\"https://api.flotiq.com/image/225x400/_media-f082f83a-10b3-4271-80b7-90fb641f2ece.png\"\u003e\n\u003cimg src=\"https://api.flotiq.com/image/225x400/_media-6ce3b769-d819-44ad-b653-dd5d3e7380f8.png\"\u003e\n\u003c/p\u003e\n\n## Key features:\n\n* Login via API Key\n* API Key QR code scanner\n* Listing Content Type Definitions\n* Listing Content Objects\n* Single Content Object preview\n* Content Object management (create, update, delete)\n\n\n## Quick start\n\nWe assume you have [nodejs](https://nodejs.org/en/download/) installed.\n\n1. **Clone project**\n\n    ```bash\n   git clone https://github.com/flotiq/flotiq-mobile-demo \n   ```\n\n2. **Install expo**\n\n    ```bash\n   yarn global add expo-cli \n   ```\n\n3. **Start developing**\n\n    ```bash\n   cd flotiq-mobile-demo/\n   yarn install\n   yarn start\n    ```\n\nThis will start Metro server and open browser tab on which you can start the app on Android and iOS* simulator or on the real device** reading the QR code.\n\n*iOS simulators can be only installed on macOS.\n\n**The real device have to have Expo Go app installed ([Android app](https://play.google.com/store/apps/details?id=host.exp.exponent\u0026hl=en\u0026gl=US), [iOS app](https://apps.apple.com/us/app/expo-go/id982107779)).\n\n## Simulators\n\nWe recommend installing Android Studio through the excellent [JetBrains Toolbox](https://www.jetbrains.com/toolbox-app/) on Windows/Linux/macOS to run Android simulator; and [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) for iOS simulator.\n\nTurn on the simulator:\n- Android - follow [documentation](https://developer.android.com/studio/debug/dev-options) for instructions,\n- iOS - follow [documentation](https://developer.apple.com/documentation/xcode/running_your_app_in_the_simulator_or_on_a_device) for instructions.\n\n## Collaborating\n\nIf you wish to talk with us about this project, feel free to hop on our [![Discord Chat](https://img.shields.io/discord/682699728454025410.svg)](https://discord.gg/FwXcHnX)\n\nIf you found a bug, please report it in [issues](https://github.com/flotiq/flotiq-mobile-demo/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflotiq%2Fflotiq-mobile-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflotiq%2Fflotiq-mobile-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflotiq%2Fflotiq-mobile-demo/lists"}