https://github.com/matheuspelegrino/tiktok-clone
Clone of the TikTok app layout with React Native
https://github.com/matheuspelegrino/tiktok-clone
clone expo react-native tiktok typescript
Last synced: 8 months ago
JSON representation
Clone of the TikTok app layout with React Native
- Host: GitHub
- URL: https://github.com/matheuspelegrino/tiktok-clone
- Owner: matheuspelegrino
- Created: 2020-05-07T02:32:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T11:50:53.000Z (about 1 year ago)
- Last Synced: 2025-03-28T22:14:39.621Z (8 months ago)
- Topics: clone, expo, react-native, tiktok, typescript
- Language: TypeScript
- Homepage:
- Size: 5.39 MB
- Stars: 382
- Watchers: 21
- Forks: 180
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TikTok Clone
Contact me at matheuscastroweb@gmail.com to about more.
Clone of the TikTok app layout.

Technologies |
How To Use |
License

Under development screens
## Technologies
This project was developed with the following technologies:
- [Expo](https://expo.io/)
- [React-Native](https://facebook.github.io/react-native/)
- [React Navigation](https://reactnavigation.org/)
- [styled-components](https://www.styled-components.com/)
- [expo-av](https://docs.expo.io/versions/latest/sdk/av/)
- [expo-camera](https://docs.expo.io/versions/latest/sdk/camera/)
- [@react-native-community/viewpager](https://github.com/react-native-community/react-native-viewpager)
- [@expo/vector-icons](https://expo.github.io/vector-icons/)
- [expo-linear-gradient](https://docs.expo.io/versions/latest/sdk/linear-gradient/)
- [react-native-status-bar-height](https://github.com/ovr/react-native-status-bar-height)
- [lottie-react-native](https://docs.expo.io/versions/latest/sdk/lottie/)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]
## How To Use
To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher + [Expo CLI][expo] installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/matheuscastroweb/tiktok-clone
tiktok-clone
# Go into the repository
$ cd tiktok-clone
# Install dependencies
$ yarn install
# Run the app (iOS)
$ yarn ios
# Run the app (Android)
$ yarn android
```
## License
This project is under the MIT license. See the [LICENSE](https://github.com/matheuscastroweb/tiktok-clone/blob/master/LICENSE) for more information.
---
[nodejs]: https://nodejs.org/
[expo]: https://expo.io/tools
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint