1.0.2 • Published 5 months ago
native-entity-loaders v1.0.2
native-entity-loaders
A simple React Native package for loading spinners.
Installation
npm install native-entity-loaders
Prerequisites
This package requires the following to be installed in your project:
react
>= 17.0.0react-native
>= 0.68.0
To install them, run:
npm install react react-native
3. Verify Peer Dependency Behavior
When users install your package, npm will warn them if the required versions of react
or react-native
are missing or incompatible:
npm install native-entity-loaders
npm WARN native-entity-loaders@1.0.0 requires a peer of react@>=17.0.0 but none is installed.
npm WARN native-entity-loaders@1.0.0 requires a peer of react-native@>=0.68.0 but none is installed.