Skip to main content

Recommended: JavaScript SDK for React Native

While this SDK is still supported, we recommend using newer JavaScript SDK, which is optimized for React Native, but also comes with a host of other benefits.
Your React Native project might require polyfills for certain global objects. The requirements differ based on your Expo SDK version.
Expo SDK 54 and above have built-in support for most polyfills.Expo SDK 53 and below require additional polyfills as described in the sections below.

For Expo SDK 54 and Above

Installation
Include the following code in your project’s entry point:

For Expo SDK 53 and Below

Installation
Include the following code in your project’s entry point to set up the polyfills:

Additional Requirements

If you’re using ZeroDev, also please refer to the ZeroDev polyfills section.
Last modified on July 24, 2026