#App-Description This is a social media app (for IOS and Android) to post photos and react (like/dislike) to other people's posts, made using React Native.
-> React Native -> Firebase -> Native Base -> Redux
In this App, there are 4 screens available to user:-
We take the user's registered email and password to authenticate the user for login.
We take the user's details like email, name , password etc to register the user into database.
After authentication, user can see the posts of other users and can like and dislike the post
If user is authenticated, then the app allows user to create a post, for creation of post user has to provide a image(either from storage or camera), location and a short caption for the image.