Skip to content

cocadev/moviedom

Repository files navigation

Simple Youtube Streaming App 7

React Native UI challenge DEMO APP

"How to save a life?" - The Youtube

PRs Welcome PRs Welcome Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

OverviewRoadmapInstallTech StackTestVersion

1      2      3

4      5      6

😊 Overview?

Animavita is a combination of two Latin words, ‘Animal’ and ‘Vitae’, which means respectively ‘Animal’ and ‘Life’. This is an idea to create or animate something that was born a while ago, when I realized that facebook is used to publicize adoption and also ask for help for animals that lives on the streets.

Animavita's purpose is not to change how people use facebook to the activities described above, but to centralize the helpful information in a single application. Anyone can make an adoption request, but it doesn’t mean that the pet will be automatically adopted. It means that the person interested can talk to the person who registered the pet, allowing both sides to have a conversation, and the user to research and decide his favorite pet.

💫 Roadmap

  • Make it work on IOS
  • Make it work on Android
  • Transform into responsive
  • Update to latest React Native version

🔧 Install instructions

Getting Started

1) Clone & Install Dependencies

  • 1.1) git clone https://github.com/funnyjerry/react-native-homeautomation-app.git
  • 1.2) cd react-native-homeautomation-app - cd into your newly created project directory.
  • 1.3) Install NPM packages with yarn install Note: NPM has issues with React Native so yarn is recommended over npm.
  • 1.4) [iOS] cd ios and run pod install - if you don't have CocoaPods you can follow these instructions to install it.
  • 1.5) [Android] If you haven't already generated a debug.keystore file you will need to complete this step from within the /android/app folder. Run keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000

2) Start your app

  • 2.1) [iOS] Build and run the iOS app, run react-native run-ios (to run on simulator) or react-native run-ios --device (to run on real device) from the root of your project. The first build will take some time.
  • 2.2) [Android] If you haven't already got an android device attached/emulator running then you'll need to get one running (make sure the emulator is with Google Play / APIs). When ready run react-native run-android from the root of your project.

Tech Stack

RN

📱 Test

  • Test on Android
  • Test on iOS

👀 Version

  • React-Native (0.61.9)
  • Expo 42