// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` renders active state with stop button 1`] = ` Array [
Stop
,
Stop
, ] `; exports[` renders active state without stop buttons 1`] = `
1h left
`; exports[` renders loading state 1`] = `
Loading live location...
`; exports[` renders stopped state 1`] = `
Live location ended
`;