Skip to content
Snippets Groups Projects

Resolve "Add comments to all files"

Merged Andrea Magnussen requested to merge 67-add-comments-to-all-files into master
4 files
+ 44
2
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
1
import React from "react";
import { DefaultTheme } from "react-native-paper";
/**
* Defines the overall theme of the application. See https://callstack.github.io/react-native-paper/theming.html for more documentation.
*/
const theme = {
...DefaultTheme,
roundness: 2,
Loading