An open API service indexing awesome lists of open source software.

https://github.com/chayan-1906/aora


https://github.com/chayan-1906/aora

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Aora

# Dependencies
### Tailwind CSS - https://www.nativewind.dev/quick-starts/expo
npm install nativewind
npm install --save-dev tailwindcss@3.3.2
npx tailwindcss init (Add folders inside tailwind.config.js > content)
Add plugins array in babel.config.js (plugins: ["nativewind/babel"],)

### Appwrite - https://github.com/appwrite/sdk-for-react-native/blob/main/README.md
npx expo install react-native-appwrite react-native-url-polyfill
Init your SDK (https://github.com/appwrite/sdk-for-react-native/blob/main/README.md#init-your-sdk)

### React Native Animatable - https://www.npmjs.com/package/react-native-animatable
npm i react-native-animatable

### Expo AV - https://docs.expo.dev/versions/latest/sdk/av/
npx expo install expo-av

### Expo Document Picker - https://docs.expo.dev/versions/latest/sdk/document-picker/
npx expo install expo-document-picker

### Expo Image Picker - https://docs.expo.dev/versions/latest/sdk/imagepicker/
npx expo install expo-image-picker

### React Native Keyboard Aware Scroll View - https://www.npmjs.com/package/react-native-keyboard-aware-scroll-view
npm i react-native-keyboard-aware-scroll-view

### AsyncStorage - https://docs.expo.dev/versions/latest/sdk/async-storage/
npx expo install @react-native-async-storage/async-storage

# Preview



Intro Screen


Login Screen




Home Screen - I


Home Screen - II




Upload Video Screen


Search Screen




Profile Screen