Andrey Efremov
Andrey Efremov
Yes, I had success caching mp3s using this library
If that helps someone, here's what I did in MainActivity, manually without this package: ``` final int flags = View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY // Set the content to appear under the system bars...
@jacob-israel-turner thanks for feedback and ambition, I added you (The notification about your issue was lost inside tons and tons of GitHub notifications...) The thing is, I don't actively use...
Why you guys require the npm version so badly, though? You know you can use it straight from github, right? You can even fork it yourself, if you want e.g....
@CHanGeTe yeah, I basically followed the examples of other libs. Do we really need the pod? Because it works fine without it, I don't see a reason do to a...
@gavrichards I am afraid you'll have to use https://github.com/gazedash/react-native-airplay-menu/ , also You can render anything you want, and onPress open AirPlay menu programmatically I made you a collaborator, if you...
@sidferreira sorry mate, I am busy, but you know that you can use it directly from github? Just put a link instead of version in package Json and add #...
@davrosull seems like the issue was somewhere near [applyPropsToParallaxImages](https://github.com/davrosull/react-native-parallax-flatlist/blob/master/FlatList.js#L41) and cloneElement. With simple AnimatedFlatList `const AnimatedFlatList = Animated.createAnimatedComponent(FlatList);` and Animated.value `this._scrollPos = new Animated.Value(0);` it works fine