Skip to content

RadiRS/rn-movie

Repository files navigation

React Native Movie Apps

Open Source? Yes! MIT license CI Android Build iOS Build

This project was created for Populix Front-End entry test.

app-preview

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Installing

A step by step series of examples that tell you how to get a development env running

Clone the repository via http or ssh

git clone https://github.com/RadiRS/rn-movie.git your_app_name
git clone git@github.com:RadiRS/rn-movie.git your_app_name

Enter into project directory and install all dependencies

cd your_app_name && yarn

Run the project via command line

yarn android   //android
yarn ios       //ios

 

Running the tests

Break down into end to end tests

Unit Tests and Component Test with Jest. End-to-End Test with Detox.

For testing just run script command

yarn test
yarn e2e-ios

 

Deployment

Android

Setup your signed apk by follow this tutorial and run this command

yarn build-android

iOS

Setup your iOS app by follow this tutorial

 

Built With

 

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

 

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

 

Authors

  • Radi Rusadi - Initial work - RadiRS

See also the list of contributors who participated in this project.

 

License

This project is licensed under the MIT License - see the LICENSE file for details