└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # react-native 2 | 3 | 4 | ### Redux : https://github.com/rahulkottikasala/react-native-challange/tree/Redux 5 | 6 | 7 | ### AsyncStorage : https://github.com/rahulkottikasala/react-native-challange/tree/Storage 8 | 9 | 10 | ### Realm : https://github.com/rahulkottikasala/react-native-challange/tree/RealmBasics 11 | 12 | 13 | ### Google Map : https://github.com/rahulkottikasala/react-native-challange/tree/ReactMap 14 | 15 | 16 | ### Firebase Cloud Message : https://github.com/rahulkottikasala/react-native-challange/tree/FCM 17 | 18 | 19 | ### Firebase CRUD : https://github.com/rahulkottikasala/react-native-challange/tree/FDB 20 | 21 | 22 | ### Firebase Auth : 23 | #### Email auth : https://github.com/rahulkottikasala/react-native-challange/tree/FEmailAuth 24 | #### Mobile OTP : https://github.com/rahulkottikasala/react-native-challange/tree/FOtpAuth 25 | 26 | 27 | ### Firebase Storage : https://github.com/rahulkottikasala/react-native-challange/tree/FirebaseStorage 28 | 29 | 30 | ### Payment Gateway : https://github.com/rahulkottikasala/react-native-challange/tree/Payment 31 | 32 | 33 | ### Grocery App UI (Realm) : https://github.com/rahulkottikasala/react-native-challange/tree/MobileTestApp 34 | 35 | ### Grocery App UI (Redux) : https://github.com/rahulkottikasala/react-native-challange/tree/MobileTestAppCopy 36 | 37 | 38 | ### Realestate App UI : https://github.com/rahulkottikasala/react-native-challange/tree/RealestateAppUI 39 | 40 | 41 | ## How to Clone a Specific Branch 42 | 43 | ### git clone --branch 44 | ## OR 45 | ### git clone -b 46 | --------------------------------------------------------------------------------