react-native-sensors

A developer friendly approach for sensors in React Native

MIT License

Downloads
78.2K
Stars
903
Committers
56
react-native-sensors - v5.4.0

Published by DanielMSchmidt over 4 years ago

5.4.0 (2020-03-09)

Features

  • logLevel: Abide by the log level when getting and setting the update interval (4a03ee4)
  • logLevel: Abide by the log level when getting data (fbf63ef)
  • logLevel: Abide by the log level when starting update method (7a2ba00)
  • logLevel: Add the initial logLevel and the function to set it (862a158)
  • logLevel: Add the JS bits to control the logLevel (00883a0)
  • logLevel: Add the logLevel property and setLogLevel function for Android (2485d62)
  • logLevel: Add to the definitions the logLevel and setLogLevel bits (7d6b9a6)
react-native-sensors - v5.3.3

Published by DanielMSchmidt almost 5 years ago

5.3.3 (2019-11-13)

Bug Fixes

  • iOS: added supportedEvents (fcd7338)
  • Changed from DeviceEventEmitter to NativeEventEmitter (288f375)
  • EventEmitter is not cached (5107de1)
  • imported NativeModules (1e8c2e9)
  • syntax changed and moved to sensors.js (4cd611e)
react-native-sensors - v5.3.2

Published by DanielMSchmidt about 5 years ago

5.3.2 (2019-09-04)

Bug Fixes

  • android: Bump targetSdkVersion to 29 (c615ea3)
react-native-sensors - v5.3.1

Published by DanielMSchmidt about 5 years ago

5.3.1 (2019-08-27)

Bug Fixes

  • iOS: Changed iOS to use RCTEventEmitter when sending messages to RN (d946acd)
react-native-sensors - v5.3.0

Published by DanielMSchmidt over 5 years ago

5.3.0 (2019-06-19)

Features

  • typescript: fix 'setUpdateIntervalTypes' params, sensors return a proper observable instead of a custom object (d08589c)
react-native-sensors - v5.2.1

Published by DanielMSchmidt over 5 years ago

5.2.1 (2019-06-07)

Bug Fixes

  • typings: Fix RNSensor subscribe return type (#241) (dead641)
react-native-sensors - v5.2.0

Published by DanielMSchmidt over 5 years ago

5.2.0 (2019-06-04)

Features

  • typings: Add Typescript typings (33bb3d4)
  • typings: Fixes typings syntax (93f6a92)
  • typings: Includes typings file in package.json (6640dd7)
  • typings: Move import (29eabd0)
  • typings: Use rxjs observable (aea5c5c)
react-native-sensors - v5.1.8

Published by DanielMSchmidt over 5 years ago

5.1.8 (2019-04-02)

Bug Fixes

  • callback: fixed the callback of subscribe so it does stop the sensor (4fb62eb)
  • linter: Another try fixing the linter (f65e01b)
  • linter: Fix last linter error (8ee08e8)
  • linter: Fix linter (b8f92e3)
react-native-sensors - v5.1.7

Published by DanielMSchmidt over 5 years ago

5.1.7 (2019-02-12)

Bug Fixes

  • barometer: Fix barometer on iOS. (a4180df)
  • barometer: Use hPa for barometer on iOS. (9be220f)
react-native-sensors - v5.1.6

Published by DanielMSchmidt over 5 years ago

5.1.6 (2019-02-04)

Bug Fixes

  • android: use latest available version of android (d739f00)
react-native-sensors - v5.1.5

Published by DanielMSchmidt almost 6 years ago

5.1.5 (2018-12-12)

Bug Fixes

  • website: fix deployment (97def58)
react-native-sensors - v5.1.4

Published by DanielMSchmidt almost 6 years ago

5.1.4 (2018-12-02)

Bug Fixes

  • barometer: NSNumber is already a NSNumber (db43e75), closes #173
react-native-sensors - v5.1.3

Published by DanielMSchmidt almost 6 years ago

5.1.3 (2018-11-28)

Bug Fixes

  • barometer: fix typo in altimeter access (aa423bd)
react-native-sensors - v5.1.2

Published by DanielMSchmidt almost 6 years ago

5.1.2 (2018-11-28)

Bug Fixes

  • barometer: export correct sensor value (ab93f61)
  • barometer: finally export barometer (4a0d1b2)
react-native-sensors - v5.1.1

Published by DanielMSchmidt almost 6 years ago

5.1.1 (2018-11-28)

Bug Fixes

  • barometer: add linking of barometer (15bb266)
react-native-sensors - v5.1.0

Published by DanielMSchmidt almost 6 years ago

5.1.0 (2018-11-28)

Features

  • barometer: initial implementation (9c883f0)
react-native-sensors - v5.0.3

Published by DanielMSchmidt almost 6 years ago

5.0.3 (2018-11-28)

Bug Fixes

  • sensor type is wrongly cased for listeners (1495e6c)
react-native-sensors - v5.0.2

Published by DanielMSchmidt almost 6 years ago

5.0.2 (2018-11-28)

Bug Fixes

  • use map to access native APIs (1f3130a)
react-native-sensors - v5.0.1

Published by DanielMSchmidt almost 6 years ago

5.0.1 (2018-11-28)

Bug Fixes

  • use method to access sensors instead of object (8fef6ef)
react-native-sensors - v5.0.0

Published by DanielMSchmidt almost 6 years ago

5.0.0 (2018-11-28)

Features

  • make api smaller by exposing observables directly (e1f72d4)
  • rewrite API to use RxJS instead of promises (ddf2e8b)

Performance Improvements

  • cache availability of sensors (d44a13a)

BREAKING CHANGES

  • removed decorator syntax, please use
    componentFromStream by recompose instead. Also exposed the observables
    directly as there is only global configuration to be made
  • This redefines the API, please see the migration guide
    in the Changelog for help
Package Rankings
Top 1.56% on Npmjs.org
Top 6.66% on Proxy.golang.org
Related Projects