Romuald Percereau
Romuald Percereau
We are also stuck on 0.56, can we do something to help? Same for this issue : https://github.com/facebook/jest/pull/6993
Any news on the progression of this issue?
With the 0.57 of react-native, it looks like the extraNodeModules feature doesn't work anymore?
Could you please give some example of context working after and before? Is it still working on with filename with spaces?
This look like to be the opposite of this fix https://github.com/zmxv/react-native-sound/commit/3fe5480fce935e888d5089d94a191c7c7e3aa190 @KnowYourLines @Reda1337
Could you please open a PR ?
Hello @antoine-pous I don't know exactly how people are using react-native-sound. But not exposing the Track class and move to a string based api is a quite big change. (Other...
Sure! I'm just not so sure that the new usage of Track is really a simplification since its require to manage a list of sounds & strings instead of only...
I guess it's called Sound because the lib is called react-native-sound. The usage is to call the import something similar to the name of the lib, for example: react-native-track-player ->...
Looks great! Would you have time to do a PR?