Skip to content

Commit

Permalink
chore: updated map example
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Mar 4, 2021
1 parent 1c348bf commit 8bb7ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/screens/advanced/MapExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const MapExample = () => {
const animatedPOIDetailsPosition = useSharedValue<number>(SCREEN_HEIGHT);

const weatherAnimatedIndex = useDerivedValue(() =>
animatedPOIListIndex.value < animatedPOIDetailsIndex.value
animatedPOIListIndex.value > animatedPOIDetailsIndex.value
? animatedPOIListIndex.value
: animatedPOIDetailsIndex.value
);
Expand Down

0 comments on commit 8bb7ca9

Please sign in to comment.