Skip to content

Commit

Permalink
Merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
djorkaeffalexandre authored and diegolmello committed May 4, 2020
2 parents 2d44440 + f272038 commit e3bc3af
Show file tree
Hide file tree
Showing 104 changed files with 12,537 additions and 12,635 deletions.
14 changes: 14 additions & 0 deletions __mocks__/expo-av.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export class Sound {
loadAsync = () => {};

playAsync = () => {};

pauseAsync = () => {};

stopAsync = () => {};

setOnPlaybackStatusUpdate = () => {};

setPositionAsync = () => {};
}
export const Audio = { Sound };
Loading

0 comments on commit e3bc3af

Please sign in to comment.