- The fix is in! Linty fresh and pretty...

This commit is contained in:
Mike Fitzpatrick
2019-08-08 16:18:08 -04:00
parent dfc4daf696
commit ebb6f47455
52 changed files with 453 additions and 259 deletions

View File

@@ -1,6 +1,6 @@
import { StyleSheet } from 'react-native';
export default (styles = StyleSheet.create({
export default StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
@@ -12,4 +12,4 @@ export default (styles = StyleSheet.create({
textAlign: 'center',
margin: 10,
},
}));
});