// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`renders list item with custom description 1`] = ` List Item with custom description React Native Paper is a high-quality, standard-compliant Design Design library that has you covered in all major use-cases. DOCS.pdf `; exports[`renders list item with custom title and description styles 1`] = ` First Item Item description `; exports[`renders list item with left and right items 1`] = ` GG First Item Item description `; exports[`renders list item with left item 1`] = ` First Item `; exports[`renders list item with right item 1`] = ` First Item GG `; exports[`renders list item with title and description 1`] = ` First Item Description for first item `;