An application built with react-native and typescript where you can access a list of articles and create an article. The application retrieves its data from a dummi Rest Api. This app was created only for demonstration purposes.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Run npm install
in order to install node_modules
The project is merged in the master branch.
In order to run the application on an android device run npm run android
.
In order to run the application on an iOS device or simulator open the project file located at project_root/ios/Coding_challenge.xcodeproj in xCode and run the project.
In order to create an offline bundle for android run npm run build:android
In order to create a bundle for iOS run npm run build:ios