ASP.Net MVC Scribblings
  • Introduction
  • Introduction
    • My ASP.net MVC Scribblings
    • Test
  • ASP.net MVC
    • Routing
    • Passing Data in MVC
      • ViewData and ViewBag
      • ViewData / ViewBag
      • TempData
      • Session Variables
    • ModelBinder
    • Advantages of MVC over WebForms
    • Data Annotation
    • RAZOR
    • ActionName decorator for overloaded Controller actions
    • Security
      • CSRF
      • XSS
    • Shared Layout page
    • Custom Claims-based Windows Authentication in ASP.net MVC 5
Powered by GitBook
On this page
  • Technologies Used
  • How to Run App on iOS or Android Simulators
  • Installing System Dependencies

Was this helpful?

  1. Introduction

Test

PreviousMy ASP.net MVC ScribblingsNextRouting

Last updated 4 months ago

Was this helpful?

Hotel Reservation Sample App with React-native and GraphQL

A sample app for Hotel Reservation system built with React-Native and Apollo GraphQL for iOS and Android platforms

Technologies Used

  • /

How to Run App on iOS or Android Simulators

Installing System Dependencies

Make sure you have your system environment pre-configured for react-native as described here.

Also follow:

- iOS dependencies

and

- Android dependencies

Once you have the system ready with the needed dependencies for react-native:

  • Clone this repository in your working folder

  • Open terminal and CD to your working folder and run below command:

git clone https://github.com/b-tiwari/hotel_reservation.git

cd hotel_reservation
  • Install the dependencies:

yarn install` (or `npm install`)

To run app on iOS simulator

yarn buildRunIOS ( or with npm - npm run buildRunIOS)

To run app on Android simulator

yarn buildRunAndroid

To run Unit tests

yarn test or yarn testWithCoverage

React-Native
Native-Base component library
Typescript
React-Navigation
Apollo GraphQL
Jest
react-test-renderer