Положение текста по умолчанию, отображаемое тегом Toast NativeBase, находится слева:
ВОПРОС: Как мнецентр "очищенного кэша" текста?
Все эти попытки не дают желаемого центрирования:
Toast.show
style: justifyContent: 'center', alignItems: 'center', alignSelf: 'center'
text: 'cache cleared'
textStyle: justifyContent: 'center', alignItems: 'center', alignSelf: 'center'
(CoffeeScript)