1.0.1 • Published 2 years ago

react-native-bridge-demo-tang v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-native-bridgedemo

Getting started

$ npm install react-native-bridgedemo --save

Mostly automatic installation

$ react-native link react-native-bridgedemo

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

Usage

import RNBridgedemo from 'react-native-bridgedemo';

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