We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc1067 commit 606ad6eCopy full SHA for 606ad6e
doc/millicast.md
@@ -46,6 +46,16 @@ const source: MillicastSource = {
46
};
47
```
48
49
+
50
+## Note on minification on Android
51
52
+When adding the Millicast integration into your android project, make sure to add the following keep rule in your `proguard-rules.pro` file:
53
+```
54
+-keep class kotlin.** { *; }
55
56
57
+Otherwise, you will encounter a `ClassNotFoundException` when attempting to run the application.
58
59
## More information
60
61
- [API references](https://theoplayer.github.io/react-native-theoplayer/api/interfaces/MillicastSource.html)
0 commit comments