Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/insiderdev/react-native-qrcode-app
DEPRECATED: QRCode Reader and Generator written with React Native
https://github.com/insiderdev/react-native-qrcode-app
mobile-app qrcode-reader react-native
Last synced: 12 days ago
JSON representation
DEPRECATED: QRCode Reader and Generator written with React Native
- Host: GitHub
- URL: https://github.com/insiderdev/react-native-qrcode-app
- Owner: insiderdev
- Created: 2016-11-09T06:11:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T14:24:34.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T13:26:50.720Z (3 months ago)
- Topics: mobile-app, qrcode-reader, react-native
- Language: JavaScript
- Homepage: https://play.google.com/store/apps/details?id=io.insider.qrcode
- Size: 1.35 MB
- Stars: 115
- Watchers: 6
- Forks: 42
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native-Qrcode-App
QRCode Reader and Generator - simple app written on React Native.
## Demo
[![Play Store Button](http://imgur.com/utWa1co.png "Play Store Button")](https://play.google.com/store/apps/details?id=io.insider.qrcode)
## Android Screenshots
![Android Screen 1](http://i.imgur.com/K39Tjaq.jpg "Screen 1")
## Libraries in this project
- [Shoutem UI](http://shoutem.github.io/docs/ui-toolkit) - Beutiful UI kit to speed up RN apps development
- [react-native-camera](https://github.com/lwansbrough/react-native-camera)
- [react-native-code-push](https://github.com/Microsoft/react-native-code-push) - Instant application updates
- [react-native-localization](https://github.com/stefalda/ReactNativeLocalization) - App localization
- [Firebase](https://firebase.google.com/) for analytics and crash reporting## Installation
Once you have downloaded or cloned this repository, run `npm install` inside the directory.
## Usage
- [Setting up React Native for Android](https://facebook.github.io/react-native/docs/android-setup.html#content)
- [Running app on Android Device](https://facebook.github.io/react-native/docs/running-on-device-android.html#content)
- [Running app on iOS Device](https://facebook.github.io/react-native/docs/running-on-device-ios.html#content)