JSPM

react-native-one-span

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q22584F

Package Exports

  • react-native-one-span

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-one-span) 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-one-span

Getting started

$ npm install react-native-one-span --save

Mostly automatic installation

$ react-native link react-native-one-span

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

Usage

import RNOneSpan from 'react-native-one-span';

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