This is an Expo project created with create-expo-app
.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
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.
To learn more about developing your project with Expo, look at the following resources:
- Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
- Learn Expo tutorial: Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
Join our community of developers creating universal apps.
- Expo on GitHub: View our open source platform and contribute.
- Discord community: Chat with Expo users and ask questions.
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.
- 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
- Node.js (v14 or later)
- npm or yarn
- Expo CLI
-
Clone the repository:
git clone https://github.com/vbuldenko/React-native-sm.git cd React-native-sm
-
Install dependencies:
npm install # or yarn install
-
Install the Expo CLI:
npm install -g expo-cli
-
Start the Expo server:
expo start
-
Follow the instructions in the terminal to run the app on an emulator or physical device using the Expo Go app.
- Register a new account or log in with existing credentials.
- Create and edit your user profile.
- Post updates by clicking the "New Post" button.
- Follow other users to see their updates in your feed.
- Like and comment on posts to interact with other users.
This project is licensed under the MIT License. See the LICENSE file for more details.