A universal module that gets native application information such as its ID, app name, and build version at runtime
Image loader
Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.
Load fonts at runtime and use them in React Native components.
Interface for expo-dev-menu
A universal module that gets physical information about the device running the application
Provides access to the SF Symbols library on iOS, and Material Symbols on Android and web, for Expo and React Native apps.
Provides cryptography primitives for Android, iOS and web.
Provides a React component that renders a gradient view.
Development server for modern web apps
`axios-http2-adapter` is a custom adapter designed to fill a gap in the current Axios ecosystem. Despite widespread demand, as evidenced by [axios issue #1175](https://github.com/axios/axios/issues/1175), Axios has yet to implement native HTTP/2 support.
Native http2 fetch implementation for Node.js
Provides a way to encrypt and securely store key-value pairs locally on the device.
A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.
A WebView specifically designed for Expo DOM components
Provides an interface for getting and setting Clipboard content on Android, iOS and Web.
converts bare objects to DOM objects or xml representations
Fetches and manages remotely-hosted assets and updates to your app's JS bundle.
Provides access to the system's web browser and supports handling redirects. On iOS, it uses SFSafariViewController or ASWebAuthenticationSession, depending on the method you call, and on Android it uses ChromeCustomTabs. As of iOS 11, SFSafariViewControl
Provides access to the system's haptics engine on iOS, vibration effects on Android, and Web Vibration API on web.
Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.
Provides an interface for native user localization information.
A component that renders a native glass effect view on iOS.
Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.