View
Create and layout native views. Process: Main This module cannot be used until the ready event of the app module is emitted. Class: View A basic native view. Process: Main View is an EventEmitter. new View() Creates a new View. Instance Events Objects created with new View emit the following events: Event: ‘bounds-changed’ Emitted when the view’s bounds have changed in response to being laid out. […]