From 0a64226db02599ad7d81b6adc3b95b304518baa4 Mon Sep 17 00:00:00 2001 From: Mohan29997 Date: Fri, 14 Apr 2023 11:53:52 +0530 Subject: [PATCH 1/2] docs update for main branch --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abd9c58..f3d2bfa 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ # mobile-react-native +[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/NeoSOFT-Technologies/mobile-react-native) [![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/NeoSOFT-Technologies/mobile-react-native) + +## Table Of Content + +- [Overview](#overview) +- [Getting Started](#getting-started) + * [Setup](#setup) + * [App Secrets](#app-secrets) +- [Architecture](#architecture) + * [Hexagonal Architecture](#hexagonal-architecture) + * [Clean Architecture](#clean-architecture) + * [Monorepo](#monorepo) +- [Features](#Features) +- [packages](#package) +- [Layers](#layers) +- [Flavors](#flavors) +- [Entities](#entities) +- [Dependabot](#dependabot) +- [Features](#features) +- [Libraries & Tools Used](#libraries--tools-used) +- [Run Projects](#run-projects) +- [Modules](#modules) + + # Overview [React Native](https://reactnative.dev/) - is Facebook's UI toolkit for building beautiful, natively compiled applications for Android and ios from a single codebase. @@ -113,7 +137,6 @@ in 'Components', 'Entity' data or 'View Model' encapsulated data is stored in th inversion-of-control In the case of 'Repository', it is an adapter layer, so you should not know about 'Repository' in 'Use Case'. Therefore, in 'Use Case', it is implemented through the Repository Interface located in the domain layer, which is then operated through Dependency Injection. -## Settings ### Package #### Lerna ```Lerna ```is "a tool for managing JavaScript projects with multiple packages", as the official website says, which is a tool to manage multiple npm packages in a single repository. From bd6396a77b8a232692b8d168492d7baf4d1ce8e0 Mon Sep 17 00:00:00 2001 From: Mohan29997 Date: Fri, 14 Apr 2023 12:31:42 +0530 Subject: [PATCH 2/2] legacy peer command --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3d2bfa..2f4bc62 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ - [Flavors](#flavors) - [Entities](#entities) - [Dependabot](#dependabot) -- [Features](#features) - [Libraries & Tools Used](#libraries--tools-used) - [Run Projects](#run-projects) - [Modules](#modules) @@ -245,6 +244,10 @@ $ npx lerna bootstrap ```shell $ npx lerna run start ``` +## command for legacy dependency +```shell +$ npm i --legacy-peer-deps +``` ### 3-1. Mobile(iOS) #### Install