Components using hooks part 1

This commit is contained in:
Sofiya Tepikin
2022-09-10 17:46:17 +00:00
parent 0be2d1a958
commit 4da5870581
4 changed files with 91 additions and 121 deletions
-1
View File
@@ -16,7 +16,6 @@ import { closeDb } from '../db'
class App extends Component {
static propTypes = {
date: PropTypes.string,
navigation: PropTypes.object.isRequired,
navigate: PropTypes.func,
setDate: PropTypes.func,
goBack: PropTypes.func,