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
Install project dependencies
cd [project-root] yarn
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