- Android Support v4 (Development Framework)
requires 4 permissions: android.permission.WAKE_LOCK, android.permission.ACCESS_NETWORK_STATE, android.permission.INTERNET, android.permission.VIBRATE
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- JavaX Annotation API (Utility)
common annotations for the JavaTM Platform API.
- Adobe XMP (Development Framework)
Adobe’s Extensible Metadata Platform (XMP) is a file labeling technology that lets you embed metadata into files themselves during the content creation process.
- ZXing ('Zebra Crossing') (Utility)
ZXing („zebra crossing“) is an open-source, multi-format 1D/2D barcode image processing library.
- Android Design Support Library (Utility)
provides APIs to support additional important material design components and patterns to applications beyond those covered by the Android framework, to all devices running Android 2.1 or later.
- Android Support v13 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- Android Support v7 (Development Framework)
The Android Support Library is not actually a single library, but rather a collection of libraries that can roughly be divided into two groups: compatibility and component libraries. For details, please see
Understanding the Android Support Library.
- Bolts Framework (Development Framework)
collection of low-level libraries designed to make developing mobile apps easier. Bolts was designed by Parse and Facebook for their own internal use, and then made open source.
- metadata-extractor (Utility)
extracts Exif, IPTC, XMP, ICC and other metadata from image files.
- react-native-barcode-scanner-google (Utility)
Barcode scanner for react native, which implements barcode detection from Google's Vision API.
- TextLayoutBuilder (UI Component)
Android library to build text layouts more easily.
- Fresco (Utility)
library for managing images and the memory they use.
- Infer (Utility)
a static analyzer for Java, C, C++, and Objective-C.
- React Native (Development Framework)
framework for building native apps with React.
- SoLoader (Utility)
native code loader for Android.
- Firebase JobDispatcher (Utility)
library for scheduling background jobs in Android apps. Requires Google Services on the device.
- React Native Orientation (Utility)
Listen to device orientation changes in react-native and set preferred orientation on screen to screen basis.
- CameraView (UI Component)
aims to help Android developers easily integrate Camera features.
- Android Vision© (Utility)
provides common functionality for working with visual object detectors. Face Detection in Google Play services 7.8, includes vision API for optical character recognition, detecting faces, and reading barcodes. Requires Google Play Services.
- Google Mobile Services© (Development Framework)
Google Mobile Services in terms of the Android library refers to
Google Play Services, a proprietary background service and API package for Android devices which is
not part of the Android Open Source Project (AOSP). The library does not contain those services (i.e. it usually requires the Google Framework, often referred to as „GApps“, being installed on the device), but allows an app to communicate with them. Be aware this usually goes along with transferring at least parts of your personal data to the Google network.
- react-native-device-info (Utility)
Device Information for React Native iOS and Android.
- Vector Icons (UI Component)
Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.
- react-native-background-job (Utility)
schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.
- React Native Bluetooth Serial (Utility)
React Native version of BluetoothSerial plugin.
- react-native-bluetooth-status (Utility)
React-Native library to query and manage bluetooth state of the device.
- OkHttp (Utility)
OkHttp is an HTTP+HTTP/2 client for Android and Java applications.
- react-native-sound (Utility)
React Native module for playing sound clips on iOS, Android, and Windows.
- React Native SQLite 2 (Utility)
SQLite3 Native Plugin for React Native for Android/iOS/Windows. This plugin provides a
WebSQL-compatible API to store data in a react native app, by using a SQLite database on the native side.
- JavaX Dependency Injection (Utility)
specifies a means for obtaining objects in such a way as to maximize reusability, testability and maintainability compared to traditional approaches such as constructors, factories, and service locators (e.g., JNDI). This process, known as dependency injection, is beneficial to most nontrivial applications.
- OkHttp okio Framework (Utility)
A modern I/O API for Java to make it much easier to access, store, and process your data.
- react-native-splash-screen (UI Component)
a splash screen API for react-native which can programatically hide and show the splash screen.
- React Native Camera (Utility)
a Camera component for React Native that also supports barcode scanning.
- react-native-nfc-manager (Utility)