Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 721 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 721 Bytes

React-Native-Expo-Sample-Code

React Native project that contains extensive experiments on Expo features.

Featured Experiments

  • Google Maps
  • Location
  • Image Picker
  • Modal
  • Cards
  • Star Rating
  • React Navigation
  • Drawer Navigation
  • Header Buttons
  • Membership with photo upload
  • Search nearest service points using GeoFirestore
  • Cloud Firestore
  • Redux
  • Redux Thunk
  • Chat - react-native-gifted-chat

Download React-Native-Expo-Sample-Code

You can download React-Native-Expo-Sample-Code as follows:

cd folder/to/clone-into/
git init
git remote add origin https://github.com/mostafaaminflakes/React-Native-Expo-Sample-Code.git
git pull origin development