Expo Native Modules
Introduction
Section titled “Introduction”Expo is a framework and platform for universal React applications. It provides a set of tools and services that simplify the development of React Native applications. One of the key features of Expo is its ability to use native modules, which are custom code written in native languages (like Java, Kotlin, or Swift) that can be used in React Native applications.
This document serves as a complete list & guide to our custom native modules used in Expo/React Native applications. It is not intended to be a guide to Expo itself, for that please refer to the link to the Expo Modules API Documentation.
1. rn-usb-serial
Section titled “1. rn-usb-serial”This module provides a simple & consistent API for usb serial port communication on android platforms.
Refer to the rn-usb-serial documentation for more details.
2. orca-rfid-reader
Section titled “2. orca-rfid-reader”UHF RFID reader expo module for ORCA-50 handheld device
Refer to the orca-rfid-reader documentation for more details.
3. epc-tag-coder
Section titled “3. epc-tag-coder”This is a simple wrapper around EPCTagCoder library to be used in Expo projects.
Refer to the epc-tag-coder documentation for more details.
4. nfc-serial-reader
Section titled “4. nfc-serial-reader”This module allows reading NFC tags using a serial connection to an RFID reader.
Refer to the nfc-serial-reader documentation for more details.
5. uhf-uart-reader
Section titled “5. uhf-uart-reader”UHF RFID reader module through UART interface designed for rk3128_box device.
Refer to the uhf-uart-reader documentation for more details.