Building an IOS application with React-native.
Inspired by this Tutorial
1- Clone this repo:
git clone https://github.com/elhoucine/PropertyFinder.git
2- Install dependencies:
cd PropertyFinder && npm install
3- Open the .xcodeproj
file inside /ios
and hit Run in Xcode.
- Init project & Adding Navigation (Navigator).
- Performing Search.
- Interacting with an Api.
- List and detail view.
- Image slides.
- Geolocation.
- Camera.
- Push notification.
- Testing ?
- Android version.