Skip to content

Commit

Permalink
Merge pull request #2 from leokulakao/1-crush-app-on-year-select
Browse files Browse the repository at this point in the history
fix MonthSlider.tsx - tap on scroll
  • Loading branch information
ArsK02 committed Feb 7, 2023
2 parents e664c00 + 3d74a95 commit 5b0446c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/month-slider/MonthItem.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { NavigationProp } from '@react-navigation/native';
import React from 'react';
import { useTheme } from '@shopify/restyle';
import { StyleSheet, TouchableOpacity, Text, View, Share } from 'react-native';
import { StyleSheet, Text, View, Share } from 'react-native';
import { TouchableOpacity } from 'react-native-gesture-handler';
import Icon from 'react-native-vector-icons/Ionicons';
import Theme from '../../theme';
import { ReportStatsMonth } from '../../store/reports/reportsState';
Expand Down

0 comments on commit 5b0446c

Please sign in to comment.