Skip to content

Commit

Permalink
Fix (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsjmine129 authored Jun 1, 2024
1 parent 5719078 commit de3c96e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/app/src/main/assets/index.android.bundle

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/components/MapDart.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function MapDart(props) {
<Marker
coordinate={{latitude: data.latitude, longitude: data.longitude}}
anchor={{x: 0.5, y: 0}}
tracksViewChanges={false}
onPress={() => {
onPress(data);
console.log('marker pressed', data.name);
Expand Down
2 changes: 1 addition & 1 deletion src/screens/list/ListMainScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export default function ListMainScreen() {
},
);
// console.log('queryString:', queryString);
// console.log('response:', response.data.data);
console.log('response:', response.data.data);

console.log('page:', p);

Expand Down

0 comments on commit de3c96e

Please sign in to comment.