Skip to content

CevaComic/ConceptPark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConceptPark

School project

  • This app is based on OpenALPR

Requirements

  • iOS 9+
  • RN 0.60+

iOS Setup

  • Clone this repo
  • Enter project folder
  • Run:
yarn
cd ios && pod install && cd ..
react-native run-ios
  • If this does not work , try compileing the app from Xcode by opening ios/Park.xcworkspace
  • in Xcode go to Product -> Scheme -> Edit Scheme... and on Build Configuration choose Debug
  • I thing i forgot to change it to Debug before upload

TODO:

  • Add takePicture method (so every car has its own picture in the park) and can correct the license plates (if wrong)
  • Code cleanup

Credits