Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native paper modal background

<Modal
   theme={{
     colors: {
       backdrop: 'transparent',
     },
   }}
  {...otherProps}
>
 {children}
</Modal>
Source by github.com #
 
PREVIOUS NEXT
Tagged: #react #native #paper #modal #background
ADD COMMENT
Topic
Name
8+8 =