https://github.com/chayan-1906/aora
https://github.com/chayan-1906/aora
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chayan-1906/aora
- Owner: chayan-1906
- Created: 2024-05-04T13:25:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-07T05:27:37.000Z (over 1 year ago)
- Last Synced: 2025-01-09T13:47:45.451Z (9 months ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()
![]()
![]()
![]()
![]()
![]()
![]()