Создание уведомления для сообщений, но текст не центрируется. Вот мой код:
<View style = {{justifyContent: 'center', alignItems: 'center', position: 'absolute', top: -5, right: 10,
backgroundColor: 'red', height: h, width: w, borderRadius: br}}>
<Text style = {{fontSize: 10, color: 'white', textAlign: 'center'}}>
{'7'}
</Text>
</View>
А вот и результат: Результат