This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { | |
| type ReactNode, | |
| createContext, | |
| useContext, | |
| useMemo, | |
| useState, | |
| useLayoutEffect, | |
| useEffect, | |
| } from "react"; | |
| import { useIsIOS } from "@/hooks/useIsIOS"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| resume = () => { | |
| //update the timestart to continue with same time | |
| this.setState(state => { | |
| let timestart = moment().unix() - (this.state.timestop - this.state.timestart) | |
| return {running: true, timestart} | |
| }, () => { | |
| this.startTimer() | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "parser": "babel-eslint", | |
| "plugins": [ | |
| "react", | |
| "react-native" | |
| ], | |
| "parserOptions": { | |
| "ecmaFeatures": { | |
| "jsx": true, | |
| "modules": true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "x": 0.008135145450665321, | |
| "y": 13.82066535949707 | |
| }, | |
| { | |
| "x": 0.09008652244128991, | |
| "y": 13.82981014251709 | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <string name="action_donate">Doneer</string> | |
| <string name="action_search_place">Zoek naar plaats</string> | |
| <string name="viewmode">KIJKMODUS</string> | |
| <string name="action_sign_in">Log In of registreer</string> | |
| <string name="action_sign_in_short">Log In</string> | |
| <string name="action_upload">Upload Route</string> | |
| <string name="action_website">Bezoek Website</string> | |
| <string name="action_write_review">Schrijf Review</string> | |
| <string name="colorpicker_line_summary">Kleur van het pad</string> | |
| <string name="colorpicker_line_title">Track Kleur</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 255kb:meteor-status | |
| accounts-facebook | |
| accounts-google | |
| accounts-password | |
| accounts-twitter | |
| amr:parsley.js | |
| copleykj:jquery-autosize | |
| http | |
| iron:router |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-menu/core-submenu.html"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link rel="import" href="../paper-calculator/paper-calculator.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |