An OLX's simile application wrote with React Native just in a weekend 🚀
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
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