In v.7.0.0-alpha, individual bulleted list items will not wrap text onto multiple lines. 6.1.6 | 7.0.0-alpha ---|--- <img width="357" alt="Screen Shot 2020-10-21 at 12 46 39 PM" src="https://user-images.githubusercontent.com/30528226/96757860-a2f8b900-139b-11eb-8cc0-e0c8470f5d48.png"> | <img width="383" alt="Screen Shot 2020-10-21 at 12 47 28 PM" src="https://user-images.githubusercontent.com/30528226/96757863-a429e600-139b-11eb-86f2-40ba417d2d8a.png"> code ```jsx <View> <Markdown>{description}</Markdown> </View> ``` Really appreciate this package, thanks so much for maintaining!