Andreas Keller
Andreas Keller
@rebeccahughes that could be a possible solution. @Sh3rawi I have seen you published the android code as your own package ([react-native-audio-player](https://github.com/Sh3rawi/react-native-audio-player)). I am currently developing the android versions of the...
@Sh3rawi from javascript you could do something like if (Platform.OS === 'ios') { // ios code } else if (Platform.OS === 'android') { // android code } or put the...
Sounds good to me.