Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 524 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 524 Bytes

SmartShift

May need to import with the following commands:

  • npx expo install expo-image-picker \
  • yarn add react-native-countdown-circle-timer \
  • expo install react-native-svg \
  • npx expo install react-native-calendars
  • npx expo install react-native-paper
  • npx expo install expo-localization OR expo install expo-localization

Made a change in timer.js, in node_modules/react-native-stopwatch-timer. added "this.setState({remainingTime: this.props.totalDuration})" on line 72 to prevent recursion.