Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native image with header and body

<Image source={{
      uri: 'https://facebook.github.io/react/img/logo_og.png',
      method: 'POST',
      headers: {
        Pragma: 'no-cache'
      },
      body: 'Your Body goes here'
    }}
    style={{width: 400, height: 400}} />
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #image #header #body
ADD COMMENT
Topic
Name
8+5 =