Marc Rousavy d1ca7f0177 Revert "Revert "Require SwiftLint for VisionCamera.xcodeproj""
This reverts commit 3e2ee6c959575f3404de411826ecbf3850d2509b.
2021-02-23 12:29:52 +01:00
..
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-23 12:27:40 +01:00
2021-02-19 16:28:05 +01:00
2021-02-23 10:30:09 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-19 16:28:05 +01:00
2021-02-23 12:04:27 +01:00
2021-02-19 16:28:05 +01:00

ios

This folder contains the iOS-platform-specific code for react-native-vision-camera.

Prerequesites

  1. Install need SwiftFormat and SwiftLint
    brew install swiftformat swiftlint
    

Getting Started

It is recommended that you work on the code using the Example project (example/ios/VisionCameraExample.xcworkspace), since that always includes the React Native header files, plus you can easily test changes that way.

You can however still edit the library project here by opening VisionCamera.xcodeproj.