zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 748 forks source link

add default export for allowSyntheticDefaultImports: false #573

Open acro5piano opened 5 years ago

acro5piano commented 5 years ago

Hi, thank you for the great library.

For those who set "allowSyntheticDefaultImports": false in tsconfig.json, export default Sound; is needed.

I am very glad if you merge this PR.

Best regards,