Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flotiq/flotiq-mobile-demo
Flotiq Mobile Expo - MIT-licensed starter project for React Native development based on Flotiq
https://github.com/flotiq/flotiq-mobile-demo
android flotiq flotiq-mobile-demo ios react-native
Last synced: about 2 months ago
JSON representation
Flotiq Mobile Expo - MIT-licensed starter project for React Native development based on Flotiq
- Host: GitHub
- URL: https://github.com/flotiq/flotiq-mobile-demo
- Owner: flotiq
- Created: 2020-04-22T11:00:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T06:13:17.000Z (9 months ago)
- Last Synced: 2024-04-17T04:32:49.879Z (8 months ago)
- Topics: android, flotiq, flotiq-mobile-demo, ios, react-native
- Language: JavaScript
- Homepage: https://editor.flotiq.com/
- Size: 5.16 MB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!IMPORTANT]
We are not actively maintaining this repository due to low interest from our users. PRs are welcome.Flotiq Mobile Expo
========================This is a mobile demo project for browsing Flotiq entries. It is configured to pull all data from your [Flotiq](https://flotiq.com) account.
You can use this React Native project to kickstart your next mobile app development.
Install 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.
[![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)
This 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.
Screenshots:
## Key features:
* Login via API Key
* API Key QR code scanner
* Listing Content Type Definitions
* Listing Content Objects
* Single Content Object preview
* Content Object management (create, update, delete)## Quick start
We assume you have [nodejs](https://nodejs.org/en/download/) installed.
1. **Clone project**
```bash
git clone https://github.com/flotiq/flotiq-mobile-demo
```2. **Install expo**
```bash
yarn global add expo-cli
```3. **Start developing**
```bash
cd flotiq-mobile-demo/
yarn install
yarn start
```This 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.
*iOS simulators can be only installed on macOS.
**The real device have to have Expo Go app installed ([Android app](https://play.google.com/store/apps/details?id=host.exp.exponent&hl=en&gl=US), [iOS app](https://apps.apple.com/us/app/expo-go/id982107779)).
## Simulators
We 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.
Turn on the simulator:
- Android - follow [documentation](https://developer.android.com/studio/debug/dev-options) for instructions,
- iOS - follow [documentation](https://developer.apple.com/documentation/xcode/running_your_app_in_the_simulator_or_on_a_device) for instructions.## Collaborating
If 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)
If you found a bug, please report it in [issues](https://github.com/flotiq/flotiq-mobile-demo/issues).