i am using this code
const SelectedFilterComponent = FILTERS[10].filterComponent;
<SelectedFilterComponent
onExtractImage={() => {}}
image={
<Image
style={{
width: 400,
height: 400,
alignSelf: 'center',
alignContent: 'center',
}}
source={require('../../assets/images/png/sample.jpg')}
/>
}
/>
but its not showing any effect on image