0.0.5 • Published 1 year ago

osp-shims v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Compatibility Shims (for constrained environments)

Common shims to fix incomplete environments.

Installation

First, you need to install the shims

npm

npm install --save osp-shims

expo

npx expo install osp-shims

how to use

Locate your JavaScript entry-point file, commonly called index.js at the root of your React Native project Or Expo project.

Then, import osp-shims at the top of your entry-point file, the shims will be automatically applied.

import 'osp-shims';

License

osp-shims is MIT licensed.