Matt Oakes
Matt Oakes
@markymc You can add this to the top of your `Podfile` and then run `pod install` to ask Expo to use source for certain packages: ```ruby $ExpoUseSources = ["expo-av"] ```
@ianbayne 👋 My PR was iaming at following these instructions from Apple: https://developer.apple.com/documentation/avfoundation/media_playback_and_selection/creating_a_basic_video_player_ios_and_tvos/playing_audio_from_a_video_asset_in_the_background This disconnects the AVPlayer when going into the background to allow it to continue playing the audio...
I'm getting stuck at this point as well. I've tried adding a public key for a user directly and also adding a deployment key using access and both times the...
:tada: This PR is included in version 11.0.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@react-native-community/netinfo/v/11.0.0) - [GitHub release](https://github.com/react-native-netinfo/react-native-netinfo/releases/tag/v11.0.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:
Is there any update on this? Currently we're using a forked version of this library to work around this issue.
That should be just the URL change now. Once this is merged in, can you push a release please.
The bottom of this page mentions -XnoInline. Is that the flag you were mentioning? http://wiki.eclipse.org/AspectJMaven/cobertura
Do you have example of a configuration which does work?
Is this something which is still being considered? I believe this would also make it simpler to sync with updates to React Native itself and to possibly integrate Mac OS...