We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2755a31 commit a594796Copy full SHA for a594796
android/src/ima/java/com/jwplayer/rnjwplayer/ImaHelper.java
@@ -21,7 +21,6 @@
21
public class ImaHelper {
22
23
public static AdvertisingConfig configureImaOrDai(ReadableMap ads, List<AdBreak> adSchedule) {
24
- cd /Users/jmilham/source/sdk/react/jwplayer-react-native/Example && yarn remove @jwplayer/jwplayer-react-native && yarn add file:../ 2>&1 | tail -20 // Check both "client" (JWPlayer JSON format) and "adClient" (RN wrapper format)
25
String adClientType = null;
26
if (ads.hasKey("adClient")) {
27
adClientType = ads.getString("adClient");
0 commit comments