Skip to content
Snippets Groups Projects
Commit 41d90289 authored by Axel Eriksson's avatar Axel Eriksson
Browse files

Update getTrendingRepos.js

removed red color
parent ed250878
No related branches found
No related tags found
No related merge requests found
...@@ -102,7 +102,7 @@ const TrendingRepos = ({ navigation }) => { ...@@ -102,7 +102,7 @@ const TrendingRepos = ({ navigation }) => {
{/* Repository List */} {/* Repository List */}
<FlatList <FlatList
data={repos} data={repos}
style={{ backgroundColor: 'red', height: 2000 }} style={{ height: 2000 }}
keyExtractor={(item) => item.node.url} keyExtractor={(item) => item.node.url}
renderItem={({ item }) => { renderItem={({ item }) => {
const repo = item.node; const repo = item.node;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment