expo-device
A universal module that gets physical information about the device running the application
Updated by @kgc00
expo-permissions
Allows you prompt for various permissions to access device sensors, personal data, etc.
Updated by @tsapeta
expo-camera
A React component that renders a preview for the device's either front or back camera. Camera's parameters like zoom, auto focus, white balance and flash mode are adjustable. With …
Updated by @tsapeta
expo-localization
Provides an interface for native user localization information.
Updated by @tsapeta
@expo/webpack-config
The default Webpack configuration used to build Expo apps targeting the web.
Updated by @tsapeta
@unimodules/react-native-adapter
The adapter to use universal modules with the React Native bridge
Updated by @tsapeta
expo-image-manipulator
Provides functions that let you manipulation images on the local file system, eg: resize, crop.
Updated by @tsapeta
expo-screen-orientation
Expo universal module for managing device's screen orientation
Updated by @kgc00
expo-haptics
Provides access to the system's haptics engine on iOS and vibration effects on Android.
Updated by @tsapeta
expo-secure-store
Provides a way to encrypt and securely store key–value pairs locally on the device.
Updated by @tsapeta
expo-local-authentication
Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.
Updated by @tsapeta
expo-document-picker
Provides access to the system's UI for selecting documents from the available providers on the user's device.
Updated by @tsapeta