Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Commit d21fb20

Browse files
author
Hunter King
committed
working
1 parent 8436c2b commit d21fb20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ function HomeScreen( {navigation} ){
9292

9393
function DetailsScreen({route, navigation}) {
9494
const {data} = route.params;
95-
console.log(data);
9695

9796
return(
9897
<View style={styles.dataStyle}>

0 commit comments

Comments
 (0)