Skip to content

Instantly share code, notes, and snippets.

import React from 'react';
import {Text, View, StyleSheet, TouchableNativeFeedback, Alert, ToastAndroid} from 'react-native';
import TimeList from './time_list.js';
import {clockStyles} from './styles';
import BackgroundTimer from 'react-native-background-timer';
class Clock extends React.Component {
constructor(props) {
super(props)