Tweaks for Android
This commit is contained in:
@@ -20,7 +20,7 @@ export class BubbleLoader extends React.Component {
|
||||
this.animatedScales.map((value, i) =>
|
||||
Animated.sequence([
|
||||
Animated.timing(value, {
|
||||
toValue: 0.0,
|
||||
toValue: 0.01,
|
||||
duration: 800,
|
||||
delay: 200 * i,
|
||||
easing: Easing.out(Easing.sin),
|
||||
|
||||
@@ -28,11 +28,19 @@ export class Geolocation extends Component {
|
||||
this.props.onUpdate(position)
|
||||
)),
|
||||
null,
|
||||
{ distanceFilter: 5, maximumAge: 0, enableHighAccuracy: true }
|
||||
{
|
||||
distanceFilter: 5,
|
||||
maximumAge: 0,
|
||||
timeout: 20000,
|
||||
}
|
||||
}
|
||||
},
|
||||
null,
|
||||
{ distanceFilter: 5, maximumAge: 0, enableHighAccuracy: true }
|
||||
{
|
||||
distanceFilter: 5,
|
||||
maximumAge: 0,
|
||||
timeout: 20000,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user