From 6a8aa41a0cd3a007a40540fbb15613300806d10d Mon Sep 17 00:00:00 2001 From: Olivier Lando Date: Mon, 13 Nov 2023 18:48:25 +0100 Subject: [PATCH] README to documentation synchro --- .github/workflows/create-documentation-pr.yml | 27 + README.md | 38 +- example/ios/Podfile.lock | 581 ------------------ 3 files changed, 53 insertions(+), 593 deletions(-) create mode 100644 .github/workflows/create-documentation-pr.yml delete mode 100644 example/ios/Podfile.lock diff --git a/.github/workflows/create-documentation-pr.yml b/.github/workflows/create-documentation-pr.yml new file mode 100644 index 0000000..4721933 --- /dev/null +++ b/.github/workflows/create-documentation-pr.yml @@ -0,0 +1,27 @@ +name: Create documentation PR +on: + # Trigger the workflow on pull requests targeting the main branch + pull_request: + types: [assigned, unassigned, opened, reopened, synchronize, edited, labeled, unlabeled, edited, closed] + branches: + - main + +jobs: + create_documentation_pr: + if: github.event.action != 'closed' + + runs-on: ubuntu-latest + + steps: + - name: Check out current repository code + uses: actions/checkout@v2 + + - name: Create the documentation pull request + uses: apivideo/api.video-create-readme-file-pull-request-action@main + with: + source-file-path: "README.md" + destination-repository: apivideo/api.video-documentation + destination-path: sdks/vod + destination-filename: apivideo-react-native-uploader.md + pat: "${{ secrets.PAT }}" + \ No newline at end of file diff --git a/README.md b/README.md index 945e29c..3b03b80 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + [![badge](https://img.shields.io/twitter/follow/api_video?style=social)](https://twitter.com/intent/follow?screen_name=api_video)   [![badge](https://img.shields.io/github/stars/apivideo/api.video-reactnative-uploader?style=social)](https://github.com/apivideo/api.video-reactnative-uploader)   [![badge](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fcommunity.api.video)](https://community.api.video) ![](https://github.com/apivideo/.github/blob/main/assets/apivideo_banner.png) ![npm](https://img.shields.io/npm/v/@api.video/react-native-video-uploader) ![ts](https://badgen.net/badge/-/TypeScript/blue?icon=typescript&label) @@ -6,7 +7,7 @@ [api.video](https://api.video) is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app. -# Table of contents +## Table of contents - [Table of contents](#table-of-contents) - [Project description](#project-description) @@ -17,13 +18,26 @@ - [Plugins](#plugins) - [FAQ](#faq) -# Project description + + +## Project description This module is an easy way to upload video with delegated token to api.video -# Getting started +## Getting started -## Installation +### Installation ```sh npm install @api.video/react-native-video-uploader @@ -43,9 +57,9 @@ _Note: if you are on iOS, you will need two extra steps:_ cd ios && pod install ``` -2. This project contains Swift code, and if it's your first dependency with Swift code, you need to create an empty Swift file in your project (with the bridging header) from XCode. [Find how to do that](docs/install_swift_dependency.md) +2. This project contains Swift code, and if it's your first dependency with Swift code, you need to create an empty Swift file in your project (with the bridging header) from XCode. [Find how to do that](https://github.com/apivideo/api.video-reactnative-uploader/blob/main/docss/install_swift_dependency.md) -## Code sample +### Code sample ```js import ApiVideoUploader from '@api.video/react-native-video-uploader'; @@ -59,25 +73,25 @@ ApiVideoUploader.uploadWithUploadToken('MY_VIDEO_TOKEN', 'my-video.mp4') }); ``` -# Example +## Example An example that demonstrates how to use the API is provided in folder [example/](https://github.com/apivideo/api.video-reactnative-uploader/tree/master/example). -# Plugins +## Plugins api.video-reactnative-uploader is using external native library for upload | Plugin | README | | ---------------------- | ------------------------ | -| iOS-video-uploader | [iOS-video-uploader] | +| swift-video-uploader | [swift-video-uploader] | | android-video-uploader | [android-video-uploader] | -# FAQ +## FAQ If you have any questions, ask [our community](https://community.api.video). Or use [Issues]. [//]: # "These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen. Thanks SO - http://stackoverflow.com/questions/4823468/store-comments-in-markdown-syntax" -[videouploaderios]: https://github.com/apivideo/ios-video-uploader -[android-video-uploader]: https://github.com/apivideo/android-video-uploader +[swift-video-uploader]: https://github.com/apivideo/api.video-swift-uploader +[android-video-uploader]: https://github.com/apivideo/api.video-android-uploader [issues]: https://github.com/apivideo/api.video-reactnative-uploader/issues diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock deleted file mode 100644 index 2a4f962..0000000 --- a/example/ios/Podfile.lock +++ /dev/null @@ -1,581 +0,0 @@ -PODS: - - Alamofire (5.4.4) - - AnyCodable-FlightSchool (0.6.5) - - ApiVideoUploader (1.0.0): - - Alamofire (~> 5.4.3) - - AnyCodable-FlightSchool (~> 0.6.1) - - boost (1.76.0) - - CocoaAsyncSocket (7.6.5) - - DoubleConversion (1.1.6) - - FBLazyVector (0.69.1) - - FBReactNativeSpec (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.1) - - RCTTypeSafety (= 0.69.1) - - React-Core (= 0.69.1) - - React-jsi (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - Flipper (0.126.0): - - Flipper-Folly (~> 2.6) - - Flipper-RSocket (~> 1.4) - - Flipper-Boost-iOSX (1.76.0.1.11) - - Flipper-DoubleConversion (3.2.0.1) - - Flipper-Fmt (7.1.7) - - Flipper-Folly (2.6.10): - - Flipper-Boost-iOSX - - Flipper-DoubleConversion - - Flipper-Fmt (= 7.1.7) - - Flipper-Glog - - libevent (~> 2.1.12) - - OpenSSL-Universal (= 1.1.1100) - - Flipper-Glog (0.5.0.5) - - Flipper-PeerTalk (0.0.4) - - Flipper-RSocket (1.4.3): - - Flipper-Folly (~> 2.6) - - FlipperKit (0.126.0): - - FlipperKit/Core (= 0.126.0) - - FlipperKit/Core (0.126.0): - - Flipper (~> 0.126.0) - - FlipperKit/CppBridge - - FlipperKit/FBCxxFollyDynamicConvert - - FlipperKit/FBDefines - - FlipperKit/FKPortForwarding - - SocketRocket (~> 0.6.0) - - FlipperKit/CppBridge (0.126.0): - - Flipper (~> 0.126.0) - - FlipperKit/FBCxxFollyDynamicConvert (0.126.0): - - Flipper-Folly (~> 2.6) - - FlipperKit/FBDefines (0.126.0) - - FlipperKit/FKPortForwarding (0.126.0): - - CocoaAsyncSocket (~> 7.6) - - Flipper-PeerTalk (~> 0.0.4) - - FlipperKit/FlipperKitHighlightOverlay (0.126.0) - - FlipperKit/FlipperKitLayoutHelpers (0.126.0): - - FlipperKit/Core - - FlipperKit/FlipperKitHighlightOverlay - - FlipperKit/FlipperKitLayoutTextSearchable - - FlipperKit/FlipperKitLayoutIOSDescriptors (0.126.0): - - FlipperKit/Core - - FlipperKit/FlipperKitHighlightOverlay - - FlipperKit/FlipperKitLayoutHelpers - - YogaKit (~> 1.18) - - FlipperKit/FlipperKitLayoutPlugin (0.126.0): - - FlipperKit/Core - - FlipperKit/FlipperKitHighlightOverlay - - FlipperKit/FlipperKitLayoutHelpers - - FlipperKit/FlipperKitLayoutIOSDescriptors - - FlipperKit/FlipperKitLayoutTextSearchable - - YogaKit (~> 1.18) - - FlipperKit/FlipperKitLayoutTextSearchable (0.126.0) - - FlipperKit/FlipperKitNetworkPlugin (0.126.0): - - FlipperKit/Core - - FlipperKit/FlipperKitReactPlugin (0.126.0): - - FlipperKit/Core - - FlipperKit/FlipperKitUserDefaultsPlugin (0.126.0): - - FlipperKit/Core - - FlipperKit/SKIOSNetworkPlugin (0.126.0): - - FlipperKit/Core - - FlipperKit/FlipperKitNetworkPlugin - - fmt (6.2.1) - - glog (0.3.5) - - libevent (2.1.12) - - OpenSSL-Universal (1.1.1100) - - RCT-Folly (2021.06.28.00-v2): - - boost - - DoubleConversion - - fmt (~> 6.2.1) - - glog - - RCT-Folly/Default (= 2021.06.28.00-v2) - - RCT-Folly/Default (2021.06.28.00-v2): - - boost - - DoubleConversion - - fmt (~> 6.2.1) - - glog - - RCTRequired (0.69.1) - - RCTTypeSafety (0.69.1): - - FBLazyVector (= 0.69.1) - - RCTRequired (= 0.69.1) - - React-Core (= 0.69.1) - - React (0.69.1): - - React-Core (= 0.69.1) - - React-Core/DevSupport (= 0.69.1) - - React-Core/RCTWebSocket (= 0.69.1) - - React-RCTActionSheet (= 0.69.1) - - React-RCTAnimation (= 0.69.1) - - React-RCTBlob (= 0.69.1) - - React-RCTImage (= 0.69.1) - - React-RCTLinking (= 0.69.1) - - React-RCTNetwork (= 0.69.1) - - React-RCTSettings (= 0.69.1) - - React-RCTText (= 0.69.1) - - React-RCTVibration (= 0.69.1) - - React-bridging (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - React-jsi (= 0.69.1) - - React-callinvoker (0.69.1) - - React-Codegen (0.69.1): - - FBReactNativeSpec (= 0.69.1) - - RCT-Folly (= 2021.06.28.00-v2) - - RCTRequired (= 0.69.1) - - RCTTypeSafety (= 0.69.1) - - React-Core (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-Core (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.69.1) - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/CoreModulesHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/Default (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/DevSupport (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.69.1) - - React-Core/RCTWebSocket (= 0.69.1) - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-jsinspector (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTActionSheetHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTAnimationHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTBlobHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTImageHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTLinkingHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTNetworkHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTSettingsHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTTextHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTVibrationHeaders (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-Core/RCTWebSocket (0.69.1): - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-Core/Default (= 0.69.1) - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsiexecutor (= 0.69.1) - - React-perflogger (= 0.69.1) - - Yoga - - React-CoreModules (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.1) - - React-Codegen (= 0.69.1) - - React-Core/CoreModulesHeaders (= 0.69.1) - - React-jsi (= 0.69.1) - - React-RCTImage (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-cxxreact (0.69.1): - - boost (= 1.76.0) - - DoubleConversion - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-callinvoker (= 0.69.1) - - React-jsi (= 0.69.1) - - React-jsinspector (= 0.69.1) - - React-logger (= 0.69.1) - - React-perflogger (= 0.69.1) - - React-runtimeexecutor (= 0.69.1) - - React-jsi (0.69.1): - - boost (= 1.76.0) - - DoubleConversion - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-jsi/Default (= 0.69.1) - - React-jsi/Default (0.69.1): - - boost (= 1.76.0) - - DoubleConversion - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-jsiexecutor (0.69.1): - - DoubleConversion - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-perflogger (= 0.69.1) - - React-jsinspector (0.69.1) - - React-logger (0.69.1): - - glog - - react-native-blob-util (0.16.2): - - React-Core - - react-native-image-picker (4.8.4): - - React-Core - - react-native-video-uploader (1.0.0): - - ApiVideoUploader (= 1.0.0) - - React-Core - - React-perflogger (0.69.1) - - React-RCTActionSheet (0.69.1): - - React-Core/RCTActionSheetHeaders (= 0.69.1) - - React-RCTAnimation (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.1) - - React-Codegen (= 0.69.1) - - React-Core/RCTAnimationHeaders (= 0.69.1) - - React-jsi (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-RCTBlob (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - React-Codegen (= 0.69.1) - - React-Core/RCTBlobHeaders (= 0.69.1) - - React-Core/RCTWebSocket (= 0.69.1) - - React-jsi (= 0.69.1) - - React-RCTNetwork (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-RCTImage (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.1) - - React-Codegen (= 0.69.1) - - React-Core/RCTImageHeaders (= 0.69.1) - - React-jsi (= 0.69.1) - - React-RCTNetwork (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-RCTLinking (0.69.1): - - React-Codegen (= 0.69.1) - - React-Core/RCTLinkingHeaders (= 0.69.1) - - React-jsi (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-RCTNetwork (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.1) - - React-Codegen (= 0.69.1) - - React-Core/RCTNetworkHeaders (= 0.69.1) - - React-jsi (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-RCTSettings (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - RCTTypeSafety (= 0.69.1) - - React-Codegen (= 0.69.1) - - React-Core/RCTSettingsHeaders (= 0.69.1) - - React-jsi (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-RCTText (0.69.1): - - React-Core/RCTTextHeaders (= 0.69.1) - - React-RCTVibration (0.69.1): - - RCT-Folly (= 2021.06.28.00-v2) - - React-Codegen (= 0.69.1) - - React-Core/RCTVibrationHeaders (= 0.69.1) - - React-jsi (= 0.69.1) - - ReactCommon/turbomodule/core (= 0.69.1) - - React-runtimeexecutor (0.69.1): - - React-jsi (= 0.69.1) - - ReactCommon/turbomodule/core (0.69.1): - - DoubleConversion - - glog - - RCT-Folly (= 2021.06.28.00-v2) - - React-bridging (= 0.69.1) - - React-callinvoker (= 0.69.1) - - React-Core (= 0.69.1) - - React-cxxreact (= 0.69.1) - - React-jsi (= 0.69.1) - - React-logger (= 0.69.1) - - React-perflogger (= 0.69.1) - - SocketRocket (0.6.0) - - Yoga (1.14.0) - - YogaKit (1.18.1): - - Yoga (~> 1.14) - -DEPENDENCIES: - - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`) - - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) - - Flipper (= 0.126.0) - - Flipper-Boost-iOSX (= 1.76.0.1.11) - - Flipper-DoubleConversion (= 3.2.0.1) - - Flipper-Fmt (= 7.1.7) - - Flipper-Folly (= 2.6.10) - - Flipper-Glog (= 0.5.0.5) - - Flipper-PeerTalk (= 0.0.4) - - Flipper-RSocket (= 1.4.3) - - FlipperKit (= 0.126.0) - - FlipperKit/Core (= 0.126.0) - - FlipperKit/CppBridge (= 0.126.0) - - FlipperKit/FBCxxFollyDynamicConvert (= 0.126.0) - - FlipperKit/FBDefines (= 0.126.0) - - FlipperKit/FKPortForwarding (= 0.126.0) - - FlipperKit/FlipperKitHighlightOverlay (= 0.126.0) - - FlipperKit/FlipperKitLayoutPlugin (= 0.126.0) - - FlipperKit/FlipperKitLayoutTextSearchable (= 0.126.0) - - FlipperKit/FlipperKitNetworkPlugin (= 0.126.0) - - FlipperKit/FlipperKitReactPlugin (= 0.126.0) - - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.126.0) - - FlipperKit/SKIOSNetworkPlugin (= 0.126.0) - - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - - OpenSSL-Universal (= 1.1.1100) - - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`) - - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`) - - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`) - - React (from `../node_modules/react-native/`) - - React-bridging (from `../node_modules/react-native/ReactCommon`) - - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`) - - React-Codegen (from `build/generated/ios`) - - React-Core (from `../node_modules/react-native/`) - - React-Core/DevSupport (from `../node_modules/react-native/`) - - React-Core/RCTWebSocket (from `../node_modules/react-native/`) - - React-CoreModules (from `../node_modules/react-native/React/CoreModules`) - - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) - - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) - - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) - - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) - - React-logger (from `../node_modules/react-native/ReactCommon/logger`) - - react-native-blob-util (from `../node_modules/react-native-blob-util`) - - react-native-image-picker (from `../node_modules/react-native-image-picker`) - - react-native-video-uploader (from `../..`) - - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`) - - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`) - - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`) - - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`) - - React-RCTImage (from `../node_modules/react-native/Libraries/Image`) - - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`) - - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`) - - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`) - - React-RCTText (from `../node_modules/react-native/Libraries/Text`) - - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) - - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) - - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) - -SPEC REPOS: - trunk: - - Alamofire - - AnyCodable-FlightSchool - - ApiVideoUploader - - CocoaAsyncSocket - - Flipper - - Flipper-Boost-iOSX - - Flipper-DoubleConversion - - Flipper-Fmt - - Flipper-Folly - - Flipper-Glog - - Flipper-PeerTalk - - Flipper-RSocket - - FlipperKit - - fmt - - libevent - - OpenSSL-Universal - - SocketRocket - - YogaKit - -EXTERNAL SOURCES: - boost: - :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" - DoubleConversion: - :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" - FBLazyVector: - :path: "../node_modules/react-native/Libraries/FBLazyVector" - FBReactNativeSpec: - :path: "../node_modules/react-native/React/FBReactNativeSpec" - glog: - :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" - RCT-Folly: - :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" - RCTRequired: - :path: "../node_modules/react-native/Libraries/RCTRequired" - RCTTypeSafety: - :path: "../node_modules/react-native/Libraries/TypeSafety" - React: - :path: "../node_modules/react-native/" - React-bridging: - :path: "../node_modules/react-native/ReactCommon" - React-callinvoker: - :path: "../node_modules/react-native/ReactCommon/callinvoker" - React-Codegen: - :path: build/generated/ios - React-Core: - :path: "../node_modules/react-native/" - React-CoreModules: - :path: "../node_modules/react-native/React/CoreModules" - React-cxxreact: - :path: "../node_modules/react-native/ReactCommon/cxxreact" - React-jsi: - :path: "../node_modules/react-native/ReactCommon/jsi" - React-jsiexecutor: - :path: "../node_modules/react-native/ReactCommon/jsiexecutor" - React-jsinspector: - :path: "../node_modules/react-native/ReactCommon/jsinspector" - React-logger: - :path: "../node_modules/react-native/ReactCommon/logger" - react-native-blob-util: - :path: "../node_modules/react-native-blob-util" - react-native-image-picker: - :path: "../node_modules/react-native-image-picker" - react-native-video-uploader: - :path: "../.." - React-perflogger: - :path: "../node_modules/react-native/ReactCommon/reactperflogger" - React-RCTActionSheet: - :path: "../node_modules/react-native/Libraries/ActionSheetIOS" - React-RCTAnimation: - :path: "../node_modules/react-native/Libraries/NativeAnimation" - React-RCTBlob: - :path: "../node_modules/react-native/Libraries/Blob" - React-RCTImage: - :path: "../node_modules/react-native/Libraries/Image" - React-RCTLinking: - :path: "../node_modules/react-native/Libraries/LinkingIOS" - React-RCTNetwork: - :path: "../node_modules/react-native/Libraries/Network" - React-RCTSettings: - :path: "../node_modules/react-native/Libraries/Settings" - React-RCTText: - :path: "../node_modules/react-native/Libraries/Text" - React-RCTVibration: - :path: "../node_modules/react-native/Libraries/Vibration" - React-runtimeexecutor: - :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" - ReactCommon: - :path: "../node_modules/react-native/ReactCommon" - Yoga: - :path: "../node_modules/react-native/ReactCommon/yoga" - -SPEC CHECKSUMS: - Alamofire: f3b09a368f1582ab751b3fff5460276e0d2cf5c9 - AnyCodable-FlightSchool: 84b795a9d3ec7ba9e5488673d15cc1b37a566af4 - ApiVideoUploader: 196b22ea1cf949dc54655d9c613b57f0747e8070 - boost: a7c83b31436843459a1961bfd74b96033dc77234 - CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99 - DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 - FBLazyVector: 068141206af867f72854753423d0117c4bf53419 - FBReactNativeSpec: 546a637adc797fa436dd51d1c63c580f820de31c - Flipper: 0866b26151933c224d73a387f2e28be944be126f - Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c - Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30 - Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b - Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3 - Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446 - Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9 - Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541 - FlipperKit: 09f334dd75c2119e864815dfd555b7503c23cca5 - fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a - libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c - RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a - RCTRequired: ae07282b2ec9c90d7eb98251603bc3f82403d239 - RCTTypeSafety: a04dc1339af2e1da759ccd093bf11c310dce1ef6 - React: dbd201f781b180eab148aa961683943c72f67dcf - React-bridging: 10a863fdc0fc6f9c9f8527640936b293cd288bdc - React-callinvoker: 6ad32eee2630dab9023de5df2a6a8cacbfc99a67 - React-Codegen: fe3423fa6f37d05e233ab0e85e34fe0b443a5654 - React-Core: 6177b1f2dd794fe202a5042d3678b2ddfcbfb7d4 - React-CoreModules: c74e6b155f9876b1947fc8a13f0cb437cc7f6dcd - React-cxxreact: a07b7d90c4c71dd38c7383c7344b34d0a1336aee - React-jsi: d762c410d10830b7579225c78f2fd881c29649ca - React-jsiexecutor: 758e70947c232828a66b5ddc42d02b4d010fa26e - React-jsinspector: 55605caf04e02f9b0e05842b786f1c12dde08f4b - React-logger: ca970551cb7eea2fd814d0d5f6fc1a471eb53b76 - react-native-blob-util: c3b0faecd2919db568e9d552084396f3e50b57c7 - react-native-image-picker: cffb727cf2f59bd5c0408e30b3dbe0b935f88835 - react-native-video-uploader: bda8aae8c6711a9553eb99822ba61abe0b9f35be - React-perflogger: c9161ff0f1c769993cd11d2751e4331ff4ceb7cd - React-RCTActionSheet: 2d885b0bea76a5254ef852939273edd8de116180 - React-RCTAnimation: 353fa4fc3c19060068832dd32e555182ec07be45 - React-RCTBlob: 647da863bc7d4f169bb80463fbcdd59c4fc76e6a - React-RCTImage: e77ee8d85f21ad5f4704e3ef67656903f45f9e76 - React-RCTLinking: 3dad213f5ef5798b9491037aebe84e8ad684d4c4 - React-RCTNetwork: ebbb9581d8fdc91596a4ee5e9f9ae37d5f1e13b9 - React-RCTSettings: a5e7f3f1d1b38be8bf9baa89228c5af98244f9ee - React-RCTText: 209576913f7eccd84425ea3f3813772f1f66e1e4 - React-RCTVibration: e8b7dd6635cc95689b5db643b5a3848f1e05b30b - React-runtimeexecutor: 27f468c5576eaf05ffb7a907528e44c75a3fcbae - ReactCommon: e30ec17dfb1d4c4f3419eac254350d6abca6d5a2 - SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 - Yoga: 7ab6e3ee4ce47d7b789d1cb520163833e515f452 - YogaKit: f782866e155069a2cca2517aafea43200b01fd5a - -PODFILE CHECKSUM: edc6e0b8215f23d2a17b9ffbca2b0d7dee74ee5f - -COCOAPODS: 1.11.3