Skip to content

Instantly share code, notes, and snippets.

View jasonmerino's full-sized avatar
👋
Hey there!

Jason Merino jasonmerino

👋
Hey there!
View GitHub Profile
import React, { FC } from 'react';
import {
ViewProps,
View,
FlexAlignType,
ViewStyle,
StyleProp,
} from 'react-native';
interface IProps extends ViewProps {
import React, { FC } from 'react';
import { ViewStyle, View } from 'react-native';
interface IProps {
top?: number;
right?: number;
bottom?: number;
left?: number;
horizontal?: number;
vertical?: number;
git checkout -b new-branch existing-branch