language-transfer / lt-app

React Native application for Language Transfer
https://www.languagetransfer.org/
Other
297 stars 26 forks source link

Refactor the additionalButton into its own component #20

Open SyntaxBlitz opened 4 years ago

SyntaxBlitz commented 4 years ago

There are a few places in the app where we pretty much use exactly the same markup and styling to make a button. This is a remnant from when I was just prototyping and didn't want to put in the effort to keep it DRY. Let's extract that into its own component.