April 2017
Intermediate to advanced
414 pages
8h 14m
English
In the next step, you should modify the AddExpensesModal component to contain the following things:
This is how I added ExpandableCell to AddExpensesModal:
// Expenses/app/components/AddExpensesModal/index.js ... import { DatePickerIOS, ... } from 'react-native'; import moment from 'moment'; import ExpandableCell from '../ExpandableCell'; ... export default class AddExpensesModal extends Component ...Read now
Unlock full access