This project is a video sharing application for mobile devices, built with React Native using Expo. The app's routing is powered by Expo Router, which provides a file-based routing system. For styling, we leverage NativeWind, which brings Tailwind CSS-like utility-first styling into the React Native world. For fluid and responsive animations, React Native Reanimated is utilized.
- Expo: An open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.
- Expo Router: A simple file-based routing system for React Native applications.
- NativeWind: Tailwind CSS-like styling for React Native.
- React Native Reanimated: Provides a more comprehensive and low-level abstraction to build complex animations and interactions.
- Appwrite: Backend Provider, databases, oAuth.
To get started with this project, clone the repo and follow the setup instructions below.
- Node.js
- npm
- Clone the repository:
git clone https://github.com/100percentBAKA/aora-native.git
- Navigate to the project directory:
cd aora-native
- Install dependencies:
npm i
- Start the project:
npx expo start