Category Archives: Modal Component
Example of Make Transparent Modal in React Native

Hello friends, In today’s tutorial we would learn about Transparent prop of Modal component in react native. Transparent is used to make the modal transparent. For example if we pass transparent={true} prop to the modal then it will make the Modal transparent. Because by default modal has a White background…
Example of statusBarTranslucent in Modal in React Native

Hello friends, In today’s tutorial we would learn about statusBarTranslucent prop of Modal component in react native. The statusBarTranslucent prop is a Android only prop and only works in Android devices. It is used to show and hide the Status bar of mobile device when Modal is being displayed. statusBarTranslucent…