Skip to content

elvismilan/SimpleStudyTest

Repository files navigation

SimpleStudy Test

Social Sharing Test

Table of Contents

Getting Started

Provide instructions for setting up and running your project locally. Include any prerequisites, installation steps, and configuration details.

Prerequisites

Js Library: React Native CLI

Tools: Xcode or Android Studio

iOS Installation

Step-by-step instructions on how to install your project. Basic iOS.

git clone https://github.com/elvismilan/SimpleStudyTest
cd SimpleStudyTest
cd ios
pod install
open simplestudytest.xcworkspace
npm run ios

Android Installation

Step-by-step instructions on how to install your project. Basic Android.

git clone https://github.com/elvismilan/SimpleStudyTest
cd SimpleStudyTest
npm run android

Architecture

Component-based architecture

Components

I have used this components: React Native Share

Challenges

Structure our folder for the hold project also we can implement Atomic Design in the components.

- src
  - components
    - Button.js
    - Header.js
  - screens
    - HomeScreen.js
    - ProfileScreen.js
  - utils
    - api.js
  - App.js

Approach

Atomic Design will help us to re use the components.