JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 143
  • Score
    100M100P100Q75088F
  • License MIT

Component behaviour hooks for React Native

Package Exports

  • react-native-aria

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-aria) 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-aria

Installation

  1. Install project dependencies

    cd [project-root]
    yarn
  2. Install example project dependencies

    cd [project-root]/example/
    yarn

Run

Web

 cd [project-root]
 yarn example web

iOS

 cd [project-root]
 yarn example ios

Android

 cd [project-root]
 yarn example android