From 5baccb74a77595aa3d88420b3d7d7f4d4677a687 Mon Sep 17 00:00:00 2001 From: DivyaniPatel96 <137384470+DivyaniPatel96@users.noreply.github.com> Date: Mon, 29 Jul 2024 10:47:12 +0530 Subject: [PATCH] Update README.md --- README.md | 92 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 77 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d969ea5d7..da70d540b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ The app can also operate in an offline mode in environments with limited interne ## Technology stack * [React Native](https://reactnative.dev/) + * Project is set with Latest version of react native: + * React native - 0.72.5 * Several React Native modules have been incorporated in order to speed up the development. * Refer to [package.json](https://github.com/UNICEFECAR/parenting-app-bebbo-mobile/blob/main/package.json) for more details. * [TypeScript](https://www.typescriptlang.org/) @@ -44,6 +46,8 @@ The app can also operate in an offline mode in environments with limited interne * The same source code compiles into iOS and Android applications. * [NPM](https://nodejs.org/en/) * NPM (Node Package Manager) was used to install third party packages and to run various scripts necessary during development. + * Node version - 21.7.3 + * NPM version - 10.3.0