Created
October 16, 2019 08:23
-
-
Save gHashTag/9aeb2234447f2753cca64a3ef4749d5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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