React Nativeのテキストの行間のスペースをAndroidとiOSの両方で変更する必要があります。これは、スタイルページのコードです:text:{color: '#C0C0C0'、fontSize:18、textAlign: 'justify'、}、
lineHeightを使用-
lineHeight
text: { color: '#C0C0C0', fontSize: 18, textAlign: 'justify', lineHeight: 30, },