Add onboarding component

This commit is contained in:
Lei Nelissen
2020-08-09 17:49:36 +02:00
parent 2155320f6b
commit 0712e6b8ca
8 changed files with 106 additions and 7 deletions

View File

@@ -11,6 +11,8 @@ const Background = styled.View`
const Container = styled.View`
border-radius: 20px;
flex: 1;
justify-content: center;
align-items: center;
`;
const Modal: React.FC = ({ children }) => {