|
||
---|---|---|
.. | ||
README.md | ||
package.json | ||
path-support.js | ||
registry.js |
README.md
@react-native/assets-registry
Installation
yarn add --dev @react-native/assets-registry
Note: We're using yarn
to install deps. Feel free to change commands to use npm
3+ and npx
if you like
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarn
to install the dependencies. You just need to run this onceyarn jest packages/assets
.