- Android Support v4 (Development Framework)
requires 3 permissions: android.permission.ACCESS_NETWORK_STATE, android.permission.WAKE_LOCK, 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.
- 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.
- react-native-i18n (Utility)
integrates I18n.js with React Native, using the user preferred locale as default.
- 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.
- Vector Icons (UI Component)
Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling.
- 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.
- 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.