modal in typescript[reactnative] and design of ecard
how to create a modal seprate component and use the onPress or other event to other compoent where we do import that component in reactnative using typescript method < View style = { styles . container } > { /* First Relative Layout */ } < View style = { [ styles . relativeLayout , styles . hidden ] } > < View style = { styles . memberDetails } > { /* Include your member_basic_details_tpa component here */ } </ View > < Image //source={require('../../../vidal-app/assets/images/ecard_images/ecard_icon.png')} source = { ecardIcon } style = { styles . ecardImage } resizeMode = "cover" ...