I recently discovered the emptyText config value for lists in Sencha Touch to display when the store is empty. The problem I am having is that this text appears in the top left corner and I can’t seem to find a way to place it in the middle of the screen.

The emptyText property accepts HTML. Example:
For vertical centering you will have to use the CSS3 Flexible box model
Example CSS: