JSPM

react-native-device-angles

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

Get rotation information (pitch, yaw, roll) - ios

Package Exports

  • react-native-device-angles

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-device-angles) 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 - DeviceAngles Get rotation information (pitch, yaw, roll) - ios

#use npm install react-native-device-angles --save

open the xcode project from your react-native application

right click on Libraries then "add files" then select node_modules/react-native-device-angles/RNDeviceAngles.xcode

click on your xCode project, then select the build phases tab and inside Link Binary With Libraries add libRNDeviceAngles.a to the list

run

Develop this library

npm install