zmxv / react-native-sound

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

Fix reference to React-Core. #579

Closed Soni96pl closed 5 years ago

Soni96pl commented 5 years ago

Since React Native introduced Podfiles the correct dependency for React Core is now React-Core and not React/Core.

This fixed an issue I was experiencing on a new project started with react-native init --version 0.60.0-rc.1 name

paulmelnikow commented 5 years ago

Done in #585. Thanks so much!

Soni96pl commented 5 years ago

Thank you @thymikee for a better suggestion, thank you @paulmelnikow @jdegger for testing and getting a fix merged!