HomeView
Extends:
Class for the Home view
Constructor Summary
| Public Constructor | ||
| public |
constructor(props: Object) Creates an instance of BikeView |
|
Member Summary
| Public Members | ||
| public |
HomeP: * |
|
| public |
Triggers when a component or this component is mounted. |
|
| public |
Component is about to unmount, do any cleanup here. |
|
| public |
refreshState: * Refreshes the state of the component so new data is fetched. |
|
| public |
resetState: * Resets the state |
|
| public |
|
|
| Private Members | ||
| private |
_keyExtractor(item: Object, index: Number): * Extracts the item id as a string. |
|
| private |
_onRefresh: * Triggers a force refresh of the view |
|
| private |
_renderItem: * |
|
| private |
|
|
| private |
Sets the state to the profile data retrieved from the model. |
|
Method Summary
| Public Methods | ||
| public |
render() Renders the screen |
|
Public Constructors
Public Members
public HomeP: * source
public componentWillUnmount: * source
Component is about to unmount, do any cleanup here. Call viewUnmounting in base class so it can do any cleanup for the view before calling the presenter destroy method
Reference
Source
