0.0.5 • Published 2 years ago
osp-shims v0.0.5
Compatibility Shims (for constrained environments)
Common shims to fix incomplete environments.
Installation
First, you need to install the shims
npm
npm install --save osp-shimsexpo
npx expo install osp-shimshow 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.