Skip to content

Appexoft/Cure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cure

Features

Prerequisites

Getting Started

  1. Clone this repo,
  2. Run yarn or npm install to install dependencies
  3. Start the packager with npm start
  4. Connect a mobile device to your development machine
  5. Run the test application:
  • On Android:
    • Run react-native run-android or Use Android Studio (Recommended)
  • On iOS:
    • Open ios/YourReactProject.xcworkspace in Xcode
    • Hit Run after selecting the desired device
  • M1 : Use Ios 3.7 for now, until Google fixes google maps which is not yet compatible

Run

  1. Go to ios/ and run "pod install" after you install cocoapods
  2. yarn start
  3. yarn run:ios

TODO - in case you have problems launching the iOS simulator, make sure you install the pods again and run yarn run:ios