This is a React Native project that focuses on listing Posts / Users / Adding the Users to the Private list.
- App is a React Native app that lists of posts and users.
- The app uses the jsonplaceholder API to fetch the data.
- The user can be marked as a private user by clicking on the Like button.
- App is made by using React Hooks & Functional Components.