Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.04 KB

react-native-olz

An OLX's simile application wrote with React Native just in a weekend 🚀

Video demo

Video

Screenshots

Notes

Keep in mind this is just a quick mockup application, so don't expect to buy any product there 😜

I made this only for iOS right now, but getting it working on Android should be really simple

How to run it?

Install react-native in your system if you didn't yet:

npm install -g react-native-cli

Install node packages:

npm install

Link your code:

react-native link

Run the app in the Simulator:

react-native run-ios