Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This pull request introduces the Followings screen, which displays a list of users whose the user has followed. Followings screen enabled & implemented .
Changes Made
1. Followings Screen
Followings screen implemented in the navigation stack
![Ekran Resmi 2024-12-08 21 09 59](https://private-user-images.githubusercontent.com/81769362/393631761-9885d133-ce9d-45fe-a6a8-d01b6db834eb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NDIyNDEsIm5iZiI6MTczODg0MTk0MSwicGF0aCI6Ii84MTc2OTM2Mi8zOTM2MzE3NjEtOTg4NWQxMzMtY2U5ZC00NWZlLWE2YTgtZDAxYjZkYjgzNGViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDExMzkwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE0MDI3Y2Q0NzFlZGQyZGUxNmI5Y2QyZTFiYmNlZjE2MDQ2OWVhMDQ4OWUzODU3ZDU5YTI2ZTc0MWQ3ZDFjMDAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._s9DMsLIuC-cR5qWyOaQvx6QrSSwWwlMiC78biL4fC8)
2. Apply real data fetching
Create a followings screen applying real data fetching and mock data when the axios request fails.
3. Navigation stack update
Followings Screen added into navigation stack.