Added image picker and cleaned up main and job list screens.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { DateTime } from "luxon";
|
||||
import { Input, Item, Label } from "native-base";
|
||||
import React from "react";
|
||||
import { StyleSheet } from "react-native";
|
||||
import { connect } from "react-redux";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
import { DateTime } from "luxon";
|
||||
const mapStateToProps = createStructuredSelector({
|
||||
//currentUser: selectCurrentUser
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user