diff --git a/docs/src/components/Showcase.tsx b/docs/src/components/Showcase.tsx index 53c44f8999..ea67394b38 100644 --- a/docs/src/components/Showcase.tsx +++ b/docs/src/components/Showcase.tsx @@ -81,6 +81,12 @@ const data: Data[] = [ 'https://play.google.com/store/apps/details?id=in.micy.racecalendar', ios: 'https://apps.apple.com/us/app/race-calendar/id1481539104', }, + { + color: '#2D2A5C', + name: 'rou', + image: '/react-native-paper/showcase/rou.jpg', + android: 'https://play.google.com/store/apps/details?id=com.rou', + }, { color: '#4439A1', name: 'Unicore', diff --git a/docs/static/showcase/rou.jpg b/docs/static/showcase/rou.jpg new file mode 100644 index 0000000000..934f80b1b2 Binary files /dev/null and b/docs/static/showcase/rou.jpg differ