diff --git a/docs/public/showcase/todolist.png b/docs/public/showcase/todolist.png new file mode 100644 index 0000000000..c7f4c87771 Binary files /dev/null and b/docs/public/showcase/todolist.png differ diff --git a/docs/public/showcase/vaultly.png b/docs/public/showcase/vaultly.png new file mode 100644 index 0000000000..3f6d1e640a Binary files /dev/null and b/docs/public/showcase/vaultly.png differ diff --git a/docs/src/components/Showcase.tsx b/docs/src/components/Showcase.tsx index 56b942ac70..fd12ef7333 100644 --- a/docs/src/components/Showcase.tsx +++ b/docs/src/components/Showcase.tsx @@ -23,6 +23,19 @@ 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: '#2979FF', + name: 'Vaultly', + image: '/react-native-paper/showcase/vaultly.png', + github: 'https://github.com/Rehankhalil462/Vaultly', + }, + { + color: '#1a203a', + name: 'Todo List', + image: '/react-native-paper/showcase/todolist.png', + android: + 'https://play.google.com/store/apps/details?id=com.rehankhalil462.TodoApp', + }, { color: '#2979FF', name: 'Bluebirding',