** Major Change**. Removed unknown dependencies, and reset project to a new start state. See MD file for instructions.
This commit is contained in:
12
components-old/styles.js
Normal file
12
components-old/styles.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { StyleSheet } from "react-native";
|
||||
|
||||
const cardBackgroundColor = "gainsboro";
|
||||
|
||||
export default StyleSheet.create({
|
||||
cardBackground: {
|
||||
padding: 5,
|
||||
backgroundColor: cardBackgroundColor,
|
||||
display: "flex",
|
||||
flex: 1,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user