April 2017
Intermediate to advanced
414 pages
8h 14m
English
Next, we will modify the EditTask component. It should:
Since datePickerHeight is set during the onLayout event of DatePickerIOS, we will keep it in the local state:
// TasksRedux/app/components/EditTask/index.ios.js import React, { Component } from 'react'; import { Button, DatePickerIOS, Switch, Text, TextInput, View } from 'react-native'; import ExpandableCell from '../ExpandableCell'; import styles from './styles'; export ...Read now
Unlock full access