# rn_plugin_upgrade **Repository Path**: haikerenwu/react_native_upgrade ## Basic Information - **Project Name**: rn_plugin_upgrade - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-25 - **Last Updated**: 2021-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Upgrade ## Getting started `$ npm install Upgrade --save` ### Mostly automatic installation `$ react-native link Upgrade` ## Usage ```javascript import UpgradeLibrary from 'Upgrade'; // TODO: What to do with the module? UpgradeLibrary; ```