From 57392aac5c902f8370103691ce77cc85a29a25a9 Mon Sep 17 00:00:00 2001 From: Alexis Leboeuf Date: Sat, 13 Dec 2025 17:06:25 +0100 Subject: [PATCH] Added extra package installation command on README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dedca44..4395380 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,6 @@ npx expo install react-native-maps@1.9.0 npm install react-native-maps @react-navigation/native @react-navigation/bottom-tabs react-native-safe-area-context react-native-screens firebase npm install @react-native-community/datetimepicker +npm expo install expo-image-picker + npx expo start \ No newline at end of file