Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datalogic/react-native-samples
Samples for Datalogic React Native SDK
https://github.com/datalogic/react-native-samples
Last synced: 20 days ago
JSON representation
Samples for Datalogic React Native SDK
- Host: GitHub
- URL: https://github.com/datalogic/react-native-samples
- Owner: datalogic
- Created: 2020-11-21T05:20:34.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-21T21:29:12.000Z (over 2 years ago)
- Last Synced: 2023-03-04T15:58:05.157Z (almost 2 years ago)
- Language: Java
- Size: 469 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-samples
Sample react native projects that use the Datalogic [react native module](https://github.com/datalogic/react-native-datalogic-module). Documentation [available here](https://datalogic.github.io/reactnative/).## Build
Assuming you have properly set up your [React Native development environment](https://reactnative.dev/docs/environment-setup) and you have [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#windows-stable) installed, these steps should be enough to get the app up and running on your device:
```bash
cd
yarn
yarn react-native startyarn android
```