osp-shims
v0.0.5
Published
Compatibility Shims (for constrained environments) ==================================================
Downloads
3
Readme
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.