Fixed hooks issue for useNavigation + added swipeable

This commit is contained in:
Patrick Fic
2020-08-13 11:14:39 -07:00
parent 7cc384e7ff
commit 4d50906b48
12 changed files with 222 additions and 65 deletions

View File

@@ -1,4 +1,3 @@
import { Container, Content } from "native-base";
import React from "react";
import JobListComponent from "../job-list/job-list.component.jsx";