8000 GitHub - vbuldenko/React-native-sm: Social media application built with React Native and Expo.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vbuldenko/React-native-sm

Repository files navigation

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Get a fresh project

When you're ready, run:

npm run reset-project

This command will move the starter code to the app-example directory and create a blank app directory where you can start developing.

Learn more

To learn more about developing your project with Expo, look at the following resources:

Join the community

Join our community of developers creating universal apps.

Social Media App

Overview

This repository contains the source code for a social media application built with React Native and Expo. The app allows users to create profiles, post updates, follow other users, and interact with posts through likes and comments.

Features

  • User authentication and authorization
  • Profile creation and editing
  • Post updates with text and images
  • Follow and unfollow users
  • Like and comment on posts
  • Real-time notifications

Installation

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn
  • Expo CLI

Steps

  1. Clone the repository:

    git clone https://github.com/vbuldenko/React-native-sm.git
    cd React-native-sm
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Install the Expo CLI:

    npm install -g expo-cli
  4. Start the Expo server:

    expo start
  5. Follow the instructions in the terminal to run the app on an emulator or physical device using the Expo Go app.

Usage

  1. Register a new account or log in with existing credentials.
  2. Create and edit your user profile.
  3. Post updates by clicking the "New Post" button.
  4. Follow other users to see their updates in your feed.
  5. Like and comment on posts to interact with other users.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

Social media application built with React Native and Expo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0