@amazon-devices/kepler-compatibility
v0.0.5
Published
Kepler Compatibility is a standalone NPM package + Kepler TurboModule provided to Internal and External, App and Libary developers.
Readme
KeplerCompatibility
Kepler Compatibility is a standalone NPM package + Kepler TurboModule provided to Internal and External, App and Libary developers.
Installation
App and Library developers should include this in package.json as a dependencies:
{
"dependencies": {
"@amazon-devices/kepler-compatibility": "..."
}
}Usage
Application developers should use the isPresentOnOS API:
import { isPresentOnOS } from '@amazon-devices/kepler-compatibility';
... to be filled in later