Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1 KB

DEVREADME.md

File metadata and controls

25 lines (16 loc) · 1 KB

Developer Instructions

Basic to-do's when updating and pushing to github.

First Time Instructions

Follow the React Native CLI Quickstart instructions to install necessary software. Run 'yarn install' from the main project directory, and then from within the example directory.

Editting the Module

  • The kotlin files are located in android/src/main/java/com/reactnativedatalogicmodule
  • If you wish to add a new class, make a new file in the same location and add it to the DatalogicModulePackage.kt and src/index.tsx
  • Here is the React Native documentation on native modules that are used.

Release Preparation

  • Run 'yarn example android' in the command line from the main project All tests should pass except the AutoScanTrigger (only some Datalogic devices have the functionality)

  • Install and use the np tool:

    npm install --global np
    np
    ``