trietho / react-native-a-beep

A very lite module to play system sounds and beep for react-native apps (no sound files)
56 stars 33 forks source link

Typo in code #6

Closed Zaporozhec7 closed 4 years ago

Zaporozhec7 commented 4 years ago

I think there typo in code, and on this line https://github.com/trietho/react-native-a-beep/blob/master/index.js#L19 should be Platform.OS == "android" and not Platform.ios == "android"

trietho commented 4 years ago

Merged the pull request