Skip to content

Commit f0456a1

Browse files
authored
Merge pull request #783 from transistorsoft/revert-781-master
Revert "Fixed MotionActivityEvent interface"
2 parents 9495b4f + 4a53530 commit f0456a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/declarations/interfaces/MotionActivityEvent.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ declare module "react-native-background-geolocation" {
2121
* | `running` |
2222
* | `walking` |
2323
*/
24-
type: string;
24+
activity: string;
2525
/**
2626
* Confidence of the reported device motion activity in %.
2727
*/

0 commit comments

Comments
 (0)