A simple Threads clonne built with React Native and Expo.
(Search and Activity Screens are not implemented)
To run the app on your device, follow these steps:
-
Make sure you have Expo Go installed on your device (SDK 49). You can download it from the App Store or Google Play.
-
Clone this repository to your local machine.
-
Open a terminal or command prompt and navigate to the project's root directory.
-
Run the following command to install the required dependencies:
npm install
or
yarn install
-
Make sure your device and laptop are connected to the same Wi-Fi network.
-
Run the following command to start the Expo server:
npx expo start
-
Once the Expo server is running, open the Expo Go app on your device.
-
On the main screen of the Expo Go app, you should see the running project listed. If not, follow the next step.
-
Use the Expo Go app to scan the QR code displayed in the terminal or Expo Dev Tools. This will start building the app on your device.
-
Wait for the build process to complete, and the app should launch on your device.