April 2017
Intermediate to advanced
414 pages
8h 14m
English
Let's build a clear due date button for the EditTask component and only selectively enable it if a due date has been selected for the to-do item. The Button component in React Native should help us render one quickly.
The Button component accepts a couple of props; the following four will be used in our application:
A sample Button component can be rendered like this:
<Button color={ 'blue' } disabled={ ...Read now
Unlock full access