dipankurXT

Results 3 comments of dipankurXT

> I found this solution [stackoverflow](https://stackoverflow.com/questions/71412449/tried-to-synchronously-call-anonymous-function-from-a-different-thread-with-dra). Setting `useLegacyImplementation` worked for me. > > ``` > > name={AppScreenName.home} > component={HomeViewController} > /> > > ``` This worked for me too. Thanks...

@EyadAlghamdi > npm install https://github.com/EyadAlghamdi/react-native-sound Worked like a charm. Thanks a lot.