Social Sharing Test
Provide instructions for setting up and running your project locally. Include any prerequisites, installation steps, and configuration details.
Js Library: React Native CLI
Tools: Xcode or Android Studio
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
Step-by-step instructions on how to install your project. Basic Android.
git clone https://github.com/elvismilan/SimpleStudyTest
cd SimpleStudyTest
npm run android
Component-based architecture
I have used this components: React Native Share
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
Atomic Design will help us to re use the components.