Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
This page provides a list of the third-party services and libraries supported by the Vega SDK.

React Native for Vega ported libraries

The following table lists the libraries that are currently supported by React Native for Vega as part of the @amazon-devices namespace. For installation and usage information, follow the link for each library. The version column in the table below contains the minimum compatible version you can use with React Native for Vega.

React Native community libraries

Expo libraries

System distributed libraries

The following libraries are released as system-distributed libraries.

Additional libraries

To assist with porting your existing apps to Vega, Amazon has tested some of the most widely used JavaScript libraries for compatibility. To use these libraries, use the standard library documentation.

react-native-url-polyfill exceptions

The polyfill blob functionality isn’t working properly in the Vega app due to an upstream issue in the library. Alternatively, you can use URL.CreateObjectURL functionality to allow URL creation from blob through createObjectURL(blob). In case you are using both react-native-url-polyfill and URL.CreateObjectURL, you must add the following code to your app to make it work.

Vega compatible media players

The following players are compatible with our W3C Media APIs.

Third-party services

The following third-party services are compatible with Vega.

Additional library support

A pure JavaScript package that works with regular React Native will likely work with React Native for Vega. Packages that don’t work with React Native for other platforms won’t work for React Native for Vega unless we’ve ported them. Any package that has native dependencies or executes code conditionally based on the platform will need to be ported to work in React Native for Vega. Packages that depend on modules and/or other artifacts from core React Native will work if the features they use are supported by React Native for Vega.
Last modified on April 15, 2026