Closed xuergo closed 1 year ago
This may not be a bug, but it troubles me. I share it with others in the hope of being helpful
<View className='flex-row'> <View className='w-[10px] h-[10px] bg-black'></View> <Markdown> {` 1. hi`} </Markdown> </View>
<View className='flex-row'> <View className='w-[10px] h-[10px] bg-black'></View> <Markdown style={{ ordered_list_content: { flex: 0 } }} > {` 1. hi`} </Markdown> </View>
This may not be a bug, but it troubles me. I share it with others in the hope of being helpful
Bad
Good