Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 start

yarn android
```