diff --git a/docs/src/components/Showcase.tsx b/docs/src/components/Showcase.tsx index 53c44f8999..6b39a4a8f2 100644 --- a/docs/src/components/Showcase.tsx +++ b/docs/src/components/Showcase.tsx @@ -25,6 +25,13 @@ const data: Data[] = [ ios: 'https://apps.apple.com/app/react-native-paper/id1548934513', github: 'https://github.com/callstack/react-native-paper/tree/main/example', }, + { + color: '#0D92F2', + name: 'Address Archive', + image: '/react-native-paper/showcase/address-archive.png', + android: 'https://play.google.com/store/apps/details?id=com.addressarchive', + ios: 'https://apps.apple.com/app/id6742468584', + }, { color: '#2979FF', name: 'Bluebirding', diff --git a/docs/static/showcase/address-archive.png b/docs/static/showcase/address-archive.png new file mode 100644 index 0000000000..49fe03854c Binary files /dev/null and b/docs/static/showcase/address-archive.png differ