https://github.com/doo/my_awesome_react_native_app
React Native tutorial app
https://github.com/doo/my_awesome_react_native_app
List: my_awesome_react_native_app
Last synced: 3 months ago
JSON representation
React Native tutorial app
- Host: GitHub
- URL: https://github.com/doo/my_awesome_react_native_app
- Owner: doo
- Created: 2021-10-14T16:18:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T17:39:43.000Z (almost 3 years ago)
- Last Synced: 2025-10-26T16:03:09.525Z (8 months ago)
- Language: Java
- Homepage:
- Size: 2.36 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Awesome React Native App
A simple React Native demo app based on the tutorial in the blog post
["React Native app tutorial: How to integrate our scanning functionalities"](https://scanbot.io/blog/react-native-app-tutorial-how-to-integrate-our-scanning-functionalities).
For a **full** example project which demonstrates **all** API methods of the Scanbot SDK for React Native
see the repo [scanbot-sdk-example-react-native](https://github.com/doo/scanbot-sdk-example-react-native).
## How to run this app
Install the latest versions of [Node.js](https://nodejs.org) and [CocoaPods](https://cocoapods.org).
Fetch this repository and navigate to the project directory.
```
cd my_awesome_react_native_app/
```
Install node modules:
```
npm install
```
Connect a device via USB and run the app.
**Android:**
```
npx react-native run-android
```
**iOS:**
```
npx react-native run-ios
```
Or open `my_awesome_react_native_app/ios/my_awesome_react_native_app.xcworkspace` in Xcode and adjust the
**"Signing & Capabilities"** settings by selecting your Apple developer account.
Then select your target device and hit the "Run" button.