Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 973 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 973 Bytes

Chuck Norris facts

Simple Android/iOS application written in React Native

Big thanks https://api.chucknorris.io/ team for their API

Screenshots

Android

Home Search Share

iOS

Home Search Share

Development

If you want to see how it works on your device you can easily download APK file. Or you can clone this repository and build APK by yourself or the app on iOS devices please continue to next steps.

1. Install

React Native https://facebook.github.io/react-native/docs/getting-started

npm install

2. Run

# android
react-native run-android

# ios
react-native run-iod