Skip to content

v2.2.0

Compare
Choose a tag to compare
@matt-oakes matt-oakes released this 24 Feb 16:02
· 40 commits to master since this release

Features

Added additional configuration options for Android (interval, fastestInterval, and maxWaitTime). Thanks to @[naftalibeder for reporting these as missing. As an example, you can use them to get updates every 1 second:

RNLocation.configure({
  desiredAccuracy: {
    ios: "best",
    android: "highAccuracy"
  },
  interval: 1000,
  maxWaitTime: 1000
});