1.0.4 • Published 6 years ago

react-native-progress-hud-modal v1.0.4

Weekly downloads
21
License
-
Repository
-
Last release
6 years ago

react-native-progress-hud

Getting started

$ npm install react-native-progress-hud --save

Mostly automatic installation

$ react-native link react-native-progress-hud

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-progress-hud and add RNProgressHud.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNProgressHud.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNProgressHud from 'react-native-progress-hud';

// TODO: What to do with the module?
RNProgressHud;