Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 721 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 721 Bytes

react-native-tab-bar-ios

Getting started

$ npm install react-native-tab-bar-ios --save

Mostly automatic installation

$ react-native link react-native-tab-bar-ios

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-tab-bar-ios and add RNCTabBarIos.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNCTabBarIos.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import TabBarIOS from 'react-native-tab-bar-ios';

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