Package Exports
- react-native-highlight-updates
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-highlight-updates) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Native Highlight Component Updates
Installation
npm install --save-dev react-native-highlight-updates
Useage
Import the package inside your entry point file, before the rest of your code is being loaded:
require('react-native-highlight-updates');
If you are using Expo, the entry point for the project is:
./node_modules/react-native-scripts/build/bin/crna-entry.js
Just add the require statement to the begining of this file.