Cover Screen on React Native
Cover image screen allows users to pick any frame of video as image or choose an image from gallery.
Usage
Specify instance of ConfigConfig in FeaturesConfig builder:
final featuresConfig = new FeaturesConfigBuilder()
.setCoverConfig(
new CoverConfig({
supportsCoverScreen: false,
})
)
...
.build()
Options
supportsCoverScreen- Determines whether the Cover screen supports. Default value istrue.