Logo
Explore Help
Sign In
railbird/react-native-vision-camera
10
0
Fork 0
You've already forked react-native-vision-camera
Code Issues Pull Requests Packages Projects Releases Wiki Activity
react-native-vision-camera/package/example/ios/VisionCameraExample/main.m

17 lines
364 B
Mathematica
Raw Normal View History

Bootstrap
2021-02-19 16:07:53 +01:00
/**
fix: Fix AVAudioSession not allowing background music playback (#155) * Set category always if different * rename org * Fix video format sorting * fix format filtering * Update AVAudioSession+setCategoryIfNotSet.swift * upgrade all dependencies * Also run dependabot for JS codebase * Update MediaPage.tsx * Use typescript 4.2.4 * Also run TS in check-all * Downgrade typescript to 4.2.3 * f * recreate lockfiles * docs: Revert package.json changes * revert all package.json changes * Update Podfile.lock * bump all dependencies, pin typescript to 4.2.4 * Downgrade react-native-navigation for now * upgrade to later snapshot * Update yarn.lock * remove yeet
2021-06-01 13:07:57 +02:00
* Copyright (c) mrousavy
Bootstrap
2021-02-19 16:07:53 +01:00
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <UIKit/UIKit.h>
#import "AppDelegate.h"
int main(int argc, char * argv[]) {
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.2 Page: 110ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API