Skip to content

Instantly share code, notes, and snippets.

@gHashTag
Created October 16, 2019 08:23
Show Gist options
  • Select an option

  • Save gHashTag/9aeb2234447f2753cca64a3ef4749d5e to your computer and use it in GitHub Desktop.

Select an option

Save gHashTag/9aeb2234447f2753cca64a3ef4749d5e to your computer and use it in GitHub Desktop.
import React, { memo } from 'react'
import { View } from 'react-native'
const Space = memo(({ height }) => <View style={{ height: height || 30 }} />)
export { Space }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment