From 37a4a2267a0e573a34b08c562d298d6d24c4b4ce Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Wed, 28 Nov 2018 21:33:01 +0100 Subject: [PATCH] Added cocoapods example project --- .npmignore | 1 + example-cocoapods/.babelrc | 3 + example-cocoapods/.buckconfig | 6 + example-cocoapods/.flowconfig | 70 + example-cocoapods/.gitattributes | 1 + example-cocoapods/.gitignore | 56 + example-cocoapods/.watchmanconfig | 1 + example-cocoapods/App.js | 56 + example-cocoapods/README.md | 17 + example-cocoapods/android/app/BUCK | 65 + example-cocoapods/android/app/build.gradle | 151 + .../android/app/proguard-rules.pro | 17 + .../android/app/src/main/AndroidManifest.xml | 26 + .../com/examplecocoapods/MainActivity.java | 15 + .../com/examplecocoapods/MainApplication.java | 47 + .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3056 bytes .../res/mipmap-hdpi/ic_launcher_round.png | Bin 0 -> 5024 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2096 bytes .../res/mipmap-mdpi/ic_launcher_round.png | Bin 0 -> 2858 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 4569 bytes .../res/mipmap-xhdpi/ic_launcher_round.png | Bin 0 -> 7098 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 6464 bytes .../res/mipmap-xxhdpi/ic_launcher_round.png | Bin 0 -> 10676 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 9250 bytes .../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 0 -> 15523 bytes .../app/src/main/res/values/strings.xml | 3 + .../app/src/main/res/values/styles.xml | 8 + example-cocoapods/android/build.gradle | 39 + example-cocoapods/android/gradle.properties | 18 + .../android/gradle/wrapper/gradle-wrapper.jar | Bin 0 -> 54329 bytes .../gradle/wrapper/gradle-wrapper.properties | 5 + example-cocoapods/android/gradlew | 172 + example-cocoapods/android/gradlew.bat | 84 + example-cocoapods/android/keystores/BUCK | 8 + .../keystores/debug.keystore.properties | 4 + example-cocoapods/android/settings.gradle | 5 + example-cocoapods/app.json | 4 + example-cocoapods/index.js | 7 + .../ios/ExampleCocoapods-tvOS/Info.plist | 54 + .../ios/ExampleCocoapods-tvOSTests/Info.plist | 24 + .../project.pbxproj | 1624 +++++ .../xcschemes/ExampleCocoapods-tvOS.xcscheme | 129 + .../xcschemes/ExampleCocoapods.xcscheme | 129 + .../contents.xcworkspacedata | 10 + .../ios/ExampleCocoapods/AppDelegate.h | 14 + .../ios/ExampleCocoapods/AppDelegate.m | 35 + .../Base.lproj/LaunchScreen.xib | 42 + .../AppIcon.appiconset/Contents.json | 38 + .../Images.xcassets/Contents.json | 6 + .../ios/ExampleCocoapods/Info.plist | 60 + example-cocoapods/ios/ExampleCocoapods/main.m | 16 + .../ExampleCocoapodsTests.m | 68 + .../ios/ExampleCocoapodsTests/Info.plist | 24 + example-cocoapods/ios/Podfile | 20 + example-cocoapods/ios/Podfile.lock | 30 + .../React/React/RCTAccessibilityManager.h | 1 + .../React/React/RCTActivityIndicatorView.h | 1 + .../React/RCTActivityIndicatorViewManager.h | 1 + .../Private/React/React/RCTAlertManager.h | 1 + .../Private/React/React/RCTAnimationType.h | 1 + .../Headers/Private/React/React/RCTAppState.h | 1 + .../Headers/Private/React/React/RCTAssert.h | 1 + .../React/React/RCTAsyncLocalStorage.h | 1 + .../React/React/RCTAutoInsetsProtocol.h | 1 + .../Private/React/React/RCTBorderDrawing.h | 1 + .../Private/React/React/RCTBorderStyle.h | 1 + .../Private/React/React/RCTBridge+Private.h | 1 + .../Headers/Private/React/React/RCTBridge.h | 1 + .../Private/React/React/RCTBridgeDelegate.h | 1 + .../Private/React/React/RCTBridgeMethod.h | 1 + .../Private/React/React/RCTBridgeModule.h | 1 + .../React/React/RCTBundleURLProvider.h | 1 + .../Private/React/React/RCTClipboard.h | 1 + .../Private/React/React/RCTComponent.h | 1 + .../Private/React/React/RCTComponentData.h | 1 + .../React/React/RCTConvert+CoreLocation.h | 1 + .../React/React/RCTConvert+Transform.h | 1 + .../Headers/Private/React/React/RCTConvert.h | 1 + .../Private/React/React/RCTCxxConvert.h | 1 + .../Private/React/React/RCTDatePicker.h | 1 + .../React/React/RCTDatePickerManager.h | 1 + .../Headers/Private/React/React/RCTDefines.h | 1 + .../Private/React/React/RCTDevSettings.h | 1 + .../Private/React/React/RCTDeviceInfo.h | 1 + .../Private/React/React/RCTDisplayLink.h | 1 + .../Private/React/React/RCTErrorCustomizer.h | 1 + .../Private/React/React/RCTErrorInfo.h | 1 + .../Private/React/React/RCTEventDispatcher.h | 1 + .../Private/React/React/RCTEventEmitter.h | 1 + .../React/React/RCTExceptionsManager.h | 1 + .../Headers/Private/React/React/RCTFPSGraph.h | 1 + .../Headers/Private/React/React/RCTFont.h | 1 + .../Private/React/React/RCTFrameUpdate.h | 1 + .../Private/React/React/RCTI18nManager.h | 1 + .../Headers/Private/React/React/RCTI18nUtil.h | 1 + .../Private/React/React/RCTImageSource.h | 1 + .../Private/React/React/RCTInvalidating.h | 1 + .../Private/React/React/RCTJSCErrorHandling.h | 1 + .../React/React/RCTJSCSamplingProfiler.h | 1 + .../Private/React/React/RCTJSStackFrame.h | 1 + .../React/React/RCTJavaScriptExecutor.h | 1 + .../Private/React/React/RCTJavaScriptLoader.h | 1 + .../Private/React/React/RCTKeyCommands.h | 1 + .../Private/React/React/RCTKeyboardObserver.h | 1 + .../Headers/Private/React/React/RCTLayout.h | 1 + .../Private/React/React/RCTLayoutAnimation.h | 1 + .../React/React/RCTLayoutAnimationGroup.h | 1 + .../Pods/Headers/Private/React/React/RCTLog.h | 1 + .../Headers/Private/React/React/RCTMacros.h | 1 + .../Private/React/React/RCTManagedPointer.h | 1 + .../Private/React/React/RCTMaskedView.h | 1 + .../React/React/RCTMaskedViewManager.h | 1 + .../Private/React/React/RCTModalHostView.h | 1 + .../React/React/RCTModalHostViewController.h | 1 + .../React/React/RCTModalHostViewManager.h | 1 + .../Private/React/React/RCTModalManager.h | 1 + .../Private/React/React/RCTModuleData.h | 1 + .../Private/React/React/RCTModuleMethod.h | 1 + .../React/React/RCTMultipartDataTask.h | 1 + .../React/React/RCTMultipartStreamReader.h | 1 + .../Headers/Private/React/React/RCTNavItem.h | 1 + .../Private/React/React/RCTNavItemManager.h | 1 + .../Private/React/React/RCTNavigator.h | 1 + .../Private/React/React/RCTNavigatorManager.h | 1 + .../Private/React/React/RCTNullability.h | 1 + .../Private/React/React/RCTParserUtils.h | 1 + .../React/React/RCTPerformanceLogger.h | 1 + .../Headers/Private/React/React/RCTPicker.h | 1 + .../Private/React/React/RCTPickerManager.h | 1 + .../Headers/Private/React/React/RCTPlatform.h | 1 + .../Private/React/React/RCTPointerEvents.h | 1 + .../Headers/Private/React/React/RCTProfile.h | 1 + .../React/React/RCTProgressViewManager.h | 1 + .../Headers/Private/React/React/RCTRedBox.h | 1 + .../React/RCTRedBoxExtraDataViewController.h | 1 + .../Private/React/React/RCTRefreshControl.h | 1 + .../React/React/RCTRefreshControlManager.h | 1 + .../Private/React/React/RCTReloadCommand.h | 1 + .../Private/React/React/RCTRootContentView.h | 1 + .../Private/React/React/RCTRootShadowView.h | 1 + .../Headers/Private/React/React/RCTRootView.h | 1 + .../Private/React/React/RCTRootViewDelegate.h | 1 + .../Private/React/React/RCTRootViewInternal.h | 1 + .../React/React/RCTSafeAreaShadowView.h | 1 + .../Private/React/React/RCTSafeAreaView.h | 1 + .../React/React/RCTSafeAreaViewLocalData.h | 1 + .../React/React/RCTSafeAreaViewManager.h | 1 + .../React/React/RCTScrollContentShadowView.h | 1 + .../React/React/RCTScrollContentView.h | 1 + .../React/React/RCTScrollContentViewManager.h | 1 + .../Private/React/React/RCTScrollView.h | 1 + .../React/React/RCTScrollViewManager.h | 1 + .../React/React/RCTScrollableProtocol.h | 1 + .../Private/React/React/RCTSegmentedControl.h | 1 + .../React/React/RCTSegmentedControlManager.h | 1 + .../React/React/RCTShadowView+Internal.h | 1 + .../React/React/RCTShadowView+Layout.h | 1 + .../Private/React/React/RCTShadowView.h | 1 + .../Headers/Private/React/React/RCTSlider.h | 1 + .../Private/React/React/RCTSliderManager.h | 1 + .../Private/React/React/RCTSourceCode.h | 1 + .../Private/React/React/RCTStatusBarManager.h | 1 + .../Headers/Private/React/React/RCTSurface.h | 1 + .../Private/React/React/RCTSurfaceDelegate.h | 1 + .../React/RCTSurfaceHostingProxyRootView.h | 1 + .../React/React/RCTSurfaceHostingView.h | 1 + .../React/React/RCTSurfaceRootShadowView.h | 1 + .../React/RCTSurfaceRootShadowViewDelegate.h | 1 + .../Private/React/React/RCTSurfaceRootView.h | 1 + .../React/React/RCTSurfaceSizeMeasureMode.h | 1 + .../Private/React/React/RCTSurfaceStage.h | 1 + .../React/React/RCTSurfaceView+Internal.h | 1 + .../Private/React/React/RCTSurfaceView.h | 1 + .../Headers/Private/React/React/RCTSwitch.h | 1 + .../Private/React/React/RCTSwitchManager.h | 1 + .../Headers/Private/React/React/RCTTabBar.h | 1 + .../Private/React/React/RCTTabBarItem.h | 1 + .../React/React/RCTTabBarItemManager.h | 1 + .../Private/React/React/RCTTabBarManager.h | 1 + .../React/React/RCTTextDecorationLineType.h | 1 + .../Headers/Private/React/React/RCTTiming.h | 1 + .../Private/React/React/RCTTouchEvent.h | 1 + .../Private/React/React/RCTTouchHandler.h | 1 + .../Private/React/React/RCTUIManager.h | 1 + .../React/RCTUIManagerObserverCoordinator.h | 1 + .../Private/React/React/RCTUIManagerUtils.h | 1 + .../Headers/Private/React/React/RCTUIUtils.h | 1 + .../React/React/RCTURLRequestDelegate.h | 1 + .../React/React/RCTURLRequestHandler.h | 1 + .../Headers/Private/React/React/RCTUtils.h | 1 + .../Headers/Private/React/React/RCTVersion.h | 1 + .../Headers/Private/React/React/RCTView.h | 1 + .../Private/React/React/RCTViewManager.h | 1 + .../Private/React/React/RCTWKWebView.h | 1 + .../Private/React/React/RCTWKWebViewManager.h | 1 + .../Headers/Private/React/React/RCTWebView.h | 1 + .../Private/React/React/RCTWebViewManager.h | 1 + .../React/React/RCTWrapperViewController.h | 1 + .../Private/React/React/UIView+Private.h | 1 + .../Private/React/React/UIView+React.h | 1 + .../react-native-date-picker/DatePicker.h | 1 + .../RNDatePickerManager.h | 1 + .../ios/Pods/Headers/Private/yoga/Utils.h | 1 + .../ios/Pods/Headers/Private/yoga/YGConfig.h | 1 + .../ios/Pods/Headers/Private/yoga/YGEnums.h | 1 + .../Headers/Private/yoga/YGFloatOptional.h | 1 + .../ios/Pods/Headers/Private/yoga/YGLayout.h | 1 + .../ios/Pods/Headers/Private/yoga/YGMacros.h | 1 + .../ios/Pods/Headers/Private/yoga/YGNode.h | 1 + .../Pods/Headers/Private/yoga/YGNodePrint.h | 1 + .../ios/Pods/Headers/Private/yoga/YGStyle.h | 1 + .../Pods/Headers/Private/yoga/Yoga-internal.h | 1 + .../ios/Pods/Headers/Private/yoga/Yoga.h | 1 + .../React/React/RCTAccessibilityManager.h | 1 + .../React/React/RCTActivityIndicatorView.h | 1 + .../React/RCTActivityIndicatorViewManager.h | 1 + .../Public/React/React/RCTAlertManager.h | 1 + .../Public/React/React/RCTAnimationType.h | 1 + .../Headers/Public/React/React/RCTAppState.h | 1 + .../Headers/Public/React/React/RCTAssert.h | 1 + .../Public/React/React/RCTAsyncLocalStorage.h | 1 + .../React/React/RCTAutoInsetsProtocol.h | 1 + .../Public/React/React/RCTBorderDrawing.h | 1 + .../Public/React/React/RCTBorderStyle.h | 1 + .../Public/React/React/RCTBridge+Private.h | 1 + .../Headers/Public/React/React/RCTBridge.h | 1 + .../Public/React/React/RCTBridgeDelegate.h | 1 + .../Public/React/React/RCTBridgeMethod.h | 1 + .../Public/React/React/RCTBridgeModule.h | 1 + .../Public/React/React/RCTBundleURLProvider.h | 1 + .../Headers/Public/React/React/RCTClipboard.h | 1 + .../Headers/Public/React/React/RCTComponent.h | 1 + .../Public/React/React/RCTComponentData.h | 1 + .../React/React/RCTConvert+CoreLocation.h | 1 + .../Public/React/React/RCTConvert+Transform.h | 1 + .../Headers/Public/React/React/RCTConvert.h | 1 + .../Public/React/React/RCTCxxConvert.h | 1 + .../Public/React/React/RCTDatePicker.h | 1 + .../Public/React/React/RCTDatePickerManager.h | 1 + .../Headers/Public/React/React/RCTDefines.h | 1 + .../Public/React/React/RCTDevSettings.h | 1 + .../Public/React/React/RCTDeviceInfo.h | 1 + .../Public/React/React/RCTDisplayLink.h | 1 + .../Public/React/React/RCTErrorCustomizer.h | 1 + .../Headers/Public/React/React/RCTErrorInfo.h | 1 + .../Public/React/React/RCTEventDispatcher.h | 1 + .../Public/React/React/RCTEventEmitter.h | 1 + .../Public/React/React/RCTExceptionsManager.h | 1 + .../Headers/Public/React/React/RCTFPSGraph.h | 1 + .../Pods/Headers/Public/React/React/RCTFont.h | 1 + .../Public/React/React/RCTFrameUpdate.h | 1 + .../Public/React/React/RCTI18nManager.h | 1 + .../Headers/Public/React/React/RCTI18nUtil.h | 1 + .../Public/React/React/RCTImageSource.h | 1 + .../Public/React/React/RCTInvalidating.h | 1 + .../Public/React/React/RCTJSCErrorHandling.h | 1 + .../React/React/RCTJSCSamplingProfiler.h | 1 + .../Public/React/React/RCTJSStackFrame.h | 1 + .../React/React/RCTJavaScriptExecutor.h | 1 + .../Public/React/React/RCTJavaScriptLoader.h | 1 + .../Public/React/React/RCTKeyCommands.h | 1 + .../Public/React/React/RCTKeyboardObserver.h | 1 + .../Headers/Public/React/React/RCTLayout.h | 1 + .../Public/React/React/RCTLayoutAnimation.h | 1 + .../React/React/RCTLayoutAnimationGroup.h | 1 + .../Pods/Headers/Public/React/React/RCTLog.h | 1 + .../Headers/Public/React/React/RCTMacros.h | 1 + .../Public/React/React/RCTManagedPointer.h | 1 + .../Public/React/React/RCTMaskedView.h | 1 + .../Public/React/React/RCTMaskedViewManager.h | 1 + .../Public/React/React/RCTModalHostView.h | 1 + .../React/React/RCTModalHostViewController.h | 1 + .../React/React/RCTModalHostViewManager.h | 1 + .../Public/React/React/RCTModalManager.h | 1 + .../Public/React/React/RCTModuleData.h | 1 + .../Public/React/React/RCTModuleMethod.h | 1 + .../Public/React/React/RCTMultipartDataTask.h | 1 + .../React/React/RCTMultipartStreamReader.h | 1 + .../Headers/Public/React/React/RCTNavItem.h | 1 + .../Public/React/React/RCTNavItemManager.h | 1 + .../Headers/Public/React/React/RCTNavigator.h | 1 + .../Public/React/React/RCTNavigatorManager.h | 1 + .../Public/React/React/RCTNullability.h | 1 + .../Public/React/React/RCTParserUtils.h | 1 + .../Public/React/React/RCTPerformanceLogger.h | 1 + .../Headers/Public/React/React/RCTPicker.h | 1 + .../Public/React/React/RCTPickerManager.h | 1 + .../Headers/Public/React/React/RCTPlatform.h | 1 + .../Public/React/React/RCTPointerEvents.h | 1 + .../Headers/Public/React/React/RCTProfile.h | 1 + .../React/React/RCTProgressViewManager.h | 1 + .../Headers/Public/React/React/RCTRedBox.h | 1 + .../React/RCTRedBoxExtraDataViewController.h | 1 + .../Public/React/React/RCTRefreshControl.h | 1 + .../React/React/RCTRefreshControlManager.h | 1 + .../Public/React/React/RCTReloadCommand.h | 1 + .../Public/React/React/RCTRootContentView.h | 1 + .../Public/React/React/RCTRootShadowView.h | 1 + .../Headers/Public/React/React/RCTRootView.h | 1 + .../Public/React/React/RCTRootViewDelegate.h | 1 + .../Public/React/React/RCTRootViewInternal.h | 1 + .../React/React/RCTSafeAreaShadowView.h | 1 + .../Public/React/React/RCTSafeAreaView.h | 1 + .../React/React/RCTSafeAreaViewLocalData.h | 1 + .../React/React/RCTSafeAreaViewManager.h | 1 + .../React/React/RCTScrollContentShadowView.h | 1 + .../Public/React/React/RCTScrollContentView.h | 1 + .../React/React/RCTScrollContentViewManager.h | 1 + .../Public/React/React/RCTScrollView.h | 1 + .../Public/React/React/RCTScrollViewManager.h | 1 + .../React/React/RCTScrollableProtocol.h | 1 + .../Public/React/React/RCTSegmentedControl.h | 1 + .../React/React/RCTSegmentedControlManager.h | 1 + .../React/React/RCTShadowView+Internal.h | 1 + .../Public/React/React/RCTShadowView+Layout.h | 1 + .../Public/React/React/RCTShadowView.h | 1 + .../Headers/Public/React/React/RCTSlider.h | 1 + .../Public/React/React/RCTSliderManager.h | 1 + .../Public/React/React/RCTSourceCode.h | 1 + .../Public/React/React/RCTStatusBarManager.h | 1 + .../Headers/Public/React/React/RCTSurface.h | 1 + .../Public/React/React/RCTSurfaceDelegate.h | 1 + .../React/RCTSurfaceHostingProxyRootView.h | 1 + .../React/React/RCTSurfaceHostingView.h | 1 + .../React/React/RCTSurfaceRootShadowView.h | 1 + .../React/RCTSurfaceRootShadowViewDelegate.h | 1 + .../Public/React/React/RCTSurfaceRootView.h | 1 + .../React/React/RCTSurfaceSizeMeasureMode.h | 1 + .../Public/React/React/RCTSurfaceStage.h | 1 + .../React/React/RCTSurfaceView+Internal.h | 1 + .../Public/React/React/RCTSurfaceView.h | 1 + .../Headers/Public/React/React/RCTSwitch.h | 1 + .../Public/React/React/RCTSwitchManager.h | 1 + .../Headers/Public/React/React/RCTTabBar.h | 1 + .../Public/React/React/RCTTabBarItem.h | 1 + .../Public/React/React/RCTTabBarItemManager.h | 1 + .../Public/React/React/RCTTabBarManager.h | 1 + .../React/React/RCTTextDecorationLineType.h | 1 + .../Headers/Public/React/React/RCTTiming.h | 1 + .../Public/React/React/RCTTouchEvent.h | 1 + .../Public/React/React/RCTTouchHandler.h | 1 + .../Headers/Public/React/React/RCTUIManager.h | 1 + .../React/RCTUIManagerObserverCoordinator.h | 1 + .../Public/React/React/RCTUIManagerUtils.h | 1 + .../Headers/Public/React/React/RCTUIUtils.h | 1 + .../React/React/RCTURLRequestDelegate.h | 1 + .../Public/React/React/RCTURLRequestHandler.h | 1 + .../Headers/Public/React/React/RCTUtils.h | 1 + .../Headers/Public/React/React/RCTVersion.h | 1 + .../Pods/Headers/Public/React/React/RCTView.h | 1 + .../Public/React/React/RCTViewManager.h | 1 + .../Headers/Public/React/React/RCTWKWebView.h | 1 + .../Public/React/React/RCTWKWebViewManager.h | 1 + .../Headers/Public/React/React/RCTWebView.h | 1 + .../Public/React/React/RCTWebViewManager.h | 1 + .../React/React/RCTWrapperViewController.h | 1 + .../Public/React/React/UIView+Private.h | 1 + .../Headers/Public/React/React/UIView+React.h | 1 + .../react-native-date-picker/DatePicker.h | 1 + .../RNDatePickerManager.h | 1 + .../ios/Pods/Headers/Public/yoga/YGEnums.h | 1 + .../ios/Pods/Headers/Public/yoga/YGMacros.h | 1 + .../ios/Pods/Headers/Public/yoga/Yoga.h | 1 + .../Pods/Local Podspecs/React.podspec.json | 528 ++ .../react-native-date-picker.podspec.json | 22 + .../ios/Pods/Local Podspecs/yoga.podspec.json | 32 + example-cocoapods/ios/Pods/Manifest.lock | 30 + .../ios/Pods/Pods.xcodeproj/project.pbxproj | 2200 +++++++ ...ExampleCocoapods-acknowledgements.markdown | 53 + ...ds-ExampleCocoapods-acknowledgements.plist | 91 + .../Pods-ExampleCocoapods-dummy.m | 5 + .../Pods-ExampleCocoapods-frameworks.sh | 137 + .../Pods-ExampleCocoapods-resources.sh | 106 + .../Pods-ExampleCocoapods.debug.xcconfig | 9 + .../Pods-ExampleCocoapods.release.xcconfig | 9 + ...leCocoapodsTests-acknowledgements.markdown | 3 + ...ampleCocoapodsTests-acknowledgements.plist | 29 + .../Pods-ExampleCocoapodsTests-dummy.m | 5 + .../Pods-ExampleCocoapodsTests-frameworks.sh | 137 + .../Pods-ExampleCocoapodsTests-resources.sh | 106 + .../Pods-ExampleCocoapodsTests.debug.xcconfig | 9 + ...ods-ExampleCocoapodsTests.release.xcconfig | 9 + .../Target Support Files/React/React-dummy.m | 5 + .../React/React-prefix.pch | 12 + .../Target Support Files/React/React.xcconfig | 12 + .../react-native-date-picker-dummy.m | 5 + .../react-native-date-picker-prefix.pch | 12 + .../react-native-date-picker.xcconfig | 10 + .../Target Support Files/yoga/yoga-dummy.m | 5 + .../Target Support Files/yoga/yoga-prefix.pch | 12 + .../Target Support Files/yoga/yoga.xcconfig | 9 + example-cocoapods/package.json | 23 + example-cocoapods/yarn.lock | 5211 +++++++++++++++++ 393 files changed, 12356 insertions(+) create mode 100644 example-cocoapods/.babelrc create mode 100644 example-cocoapods/.buckconfig create mode 100644 example-cocoapods/.flowconfig create mode 100644 example-cocoapods/.gitattributes create mode 100644 example-cocoapods/.gitignore create mode 100644 example-cocoapods/.watchmanconfig create mode 100644 example-cocoapods/App.js create mode 100644 example-cocoapods/README.md create mode 100644 example-cocoapods/android/app/BUCK create mode 100644 example-cocoapods/android/app/build.gradle create mode 100644 example-cocoapods/android/app/proguard-rules.pro create mode 100644 example-cocoapods/android/app/src/main/AndroidManifest.xml create mode 100644 example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainActivity.java create mode 100644 example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainApplication.java create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-hdpi/ic_launcher.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-mdpi/ic_launcher.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png create mode 100644 example-cocoapods/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png create mode 100644 example-cocoapods/android/app/src/main/res/values/strings.xml create mode 100644 example-cocoapods/android/app/src/main/res/values/styles.xml create mode 100644 example-cocoapods/android/build.gradle create mode 100644 example-cocoapods/android/gradle.properties create mode 100644 example-cocoapods/android/gradle/wrapper/gradle-wrapper.jar create mode 100644 example-cocoapods/android/gradle/wrapper/gradle-wrapper.properties create mode 100755 example-cocoapods/android/gradlew create mode 100644 example-cocoapods/android/gradlew.bat create mode 100644 example-cocoapods/android/keystores/BUCK create mode 100644 example-cocoapods/android/keystores/debug.keystore.properties create mode 100644 example-cocoapods/android/settings.gradle create mode 100644 example-cocoapods/app.json create mode 100644 example-cocoapods/index.js create mode 100644 example-cocoapods/ios/ExampleCocoapods-tvOS/Info.plist create mode 100644 example-cocoapods/ios/ExampleCocoapods-tvOSTests/Info.plist create mode 100644 example-cocoapods/ios/ExampleCocoapods.xcodeproj/project.pbxproj create mode 100644 example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods-tvOS.xcscheme create mode 100644 example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods.xcscheme create mode 100644 example-cocoapods/ios/ExampleCocoapods.xcworkspace/contents.xcworkspacedata create mode 100644 example-cocoapods/ios/ExampleCocoapods/AppDelegate.h create mode 100644 example-cocoapods/ios/ExampleCocoapods/AppDelegate.m create mode 100644 example-cocoapods/ios/ExampleCocoapods/Base.lproj/LaunchScreen.xib create mode 100644 example-cocoapods/ios/ExampleCocoapods/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 example-cocoapods/ios/ExampleCocoapods/Images.xcassets/Contents.json create mode 100644 example-cocoapods/ios/ExampleCocoapods/Info.plist create mode 100644 example-cocoapods/ios/ExampleCocoapods/main.m create mode 100644 example-cocoapods/ios/ExampleCocoapodsTests/ExampleCocoapodsTests.m create mode 100644 example-cocoapods/ios/ExampleCocoapodsTests/Info.plist create mode 100644 example-cocoapods/ios/Podfile create mode 100644 example-cocoapods/ios/Podfile.lock create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAccessibilityManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAlertManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAnimationType.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAppState.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAssert.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAsyncLocalStorage.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAutoInsetsProtocol.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderDrawing.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderStyle.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge+Private.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeMethod.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeModule.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBundleURLProvider.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTClipboard.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponent.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponentData.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+CoreLocation.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+Transform.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTCxxConvert.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePicker.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePickerManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDefines.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDevSettings.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDeviceInfo.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDisplayLink.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorCustomizer.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorInfo.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventDispatcher.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventEmitter.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTExceptionsManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFPSGraph.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFont.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFrameUpdate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nUtil.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTImageSource.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTInvalidating.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCErrorHandling.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCSamplingProfiler.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSStackFrame.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptExecutor.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptLoader.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyCommands.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyboardObserver.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayout.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimation.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimationGroup.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLog.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMacros.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTManagedPointer.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewController.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleData.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleMethod.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartDataTask.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartStreamReader.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItem.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItemManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigator.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigatorManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNullability.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTParserUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPerformanceLogger.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPicker.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPickerManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPlatform.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPointerEvents.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProfile.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProgressViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBox.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBoxExtraDataViewController.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControl.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControlManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTReloadCommand.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootContentView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewInternal.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewLocalData.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollableProtocol.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControl.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControlManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Internal.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Layout.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSlider.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSliderManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSourceCode.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTStatusBarManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurface.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingProxyRootView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowViewDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceSizeMeasureMode.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceStage.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView+Internal.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitch.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitchManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBar.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItem.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItemManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTextDecorationLineType.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTiming.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchEvent.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchHandler.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerObserverCoordinator.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestHandler.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTVersion.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWrapperViewController.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+Private.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+React.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/DatePicker.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/RNDatePickerManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/Utils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGConfig.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGEnums.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGFloatOptional.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGLayout.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGMacros.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGNode.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGNodePrint.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/YGStyle.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga-internal.h create mode 120000 example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAccessibilityManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAlertManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAnimationType.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAppState.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAssert.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAsyncLocalStorage.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAutoInsetsProtocol.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderDrawing.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderStyle.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge+Private.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeMethod.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeModule.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBundleURLProvider.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTClipboard.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponent.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponentData.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+CoreLocation.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+Transform.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTCxxConvert.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePicker.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePickerManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDefines.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDevSettings.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDeviceInfo.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDisplayLink.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorCustomizer.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorInfo.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventDispatcher.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventEmitter.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTExceptionsManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFPSGraph.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFont.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFrameUpdate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nUtil.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTImageSource.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTInvalidating.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCErrorHandling.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCSamplingProfiler.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSStackFrame.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptExecutor.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptLoader.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyCommands.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyboardObserver.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayout.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimation.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimationGroup.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLog.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMacros.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTManagedPointer.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewController.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleData.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleMethod.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartDataTask.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartStreamReader.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItem.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItemManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigator.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigatorManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNullability.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTParserUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPerformanceLogger.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPicker.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPickerManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPlatform.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPointerEvents.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProfile.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProgressViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBox.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBoxExtraDataViewController.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControl.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControlManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTReloadCommand.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootContentView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewInternal.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewLocalData.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollableProtocol.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControl.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControlManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Internal.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Layout.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSlider.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSliderManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSourceCode.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTStatusBarManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurface.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingProxyRootView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowViewDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceSizeMeasureMode.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceStage.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView+Internal.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitch.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitchManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBar.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItem.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItemManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTextDecorationLineType.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTiming.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchEvent.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchHandler.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerObserverCoordinator.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestDelegate.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestHandler.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUtils.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTVersion.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebView.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebViewManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWrapperViewController.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+Private.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+React.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/DatePicker.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/RNDatePickerManager.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/yoga/YGEnums.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/yoga/YGMacros.h create mode 120000 example-cocoapods/ios/Pods/Headers/Public/yoga/Yoga.h create mode 100644 example-cocoapods/ios/Pods/Local Podspecs/React.podspec.json create mode 100644 example-cocoapods/ios/Pods/Local Podspecs/react-native-date-picker.podspec.json create mode 100644 example-cocoapods/ios/Pods/Local Podspecs/yoga.podspec.json create mode 100644 example-cocoapods/ios/Pods/Manifest.lock create mode 100644 example-cocoapods/ios/Pods/Pods.xcodeproj/project.pbxproj create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.markdown create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.plist create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-dummy.m create mode 100755 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-frameworks.sh create mode 100755 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-resources.sh create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.debug.xcconfig create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.release.xcconfig create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.markdown create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.plist create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-dummy.m create mode 100755 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-frameworks.sh create mode 100755 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-resources.sh create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.debug.xcconfig create mode 100644 example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.release.xcconfig create mode 100644 example-cocoapods/ios/Pods/Target Support Files/React/React-dummy.m create mode 100644 example-cocoapods/ios/Pods/Target Support Files/React/React-prefix.pch create mode 100644 example-cocoapods/ios/Pods/Target Support Files/React/React.xcconfig create mode 100644 example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-dummy.m create mode 100644 example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-prefix.pch create mode 100644 example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker.xcconfig create mode 100644 example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-dummy.m create mode 100644 example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-prefix.pch create mode 100644 example-cocoapods/ios/Pods/Target Support Files/yoga/yoga.xcconfig create mode 100644 example-cocoapods/package.json create mode 100644 example-cocoapods/yarn.lock diff --git a/.npmignore b/.npmignore index 4a3b923..68894c3 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ demo docs example +example-cocoapods githubREADME.md .gitignore diff --git a/example-cocoapods/.babelrc b/example-cocoapods/.babelrc new file mode 100644 index 0000000..d4b74b5 --- /dev/null +++ b/example-cocoapods/.babelrc @@ -0,0 +1,3 @@ +{ + "presets": ["module:metro-react-native-babel-preset"] +} diff --git a/example-cocoapods/.buckconfig b/example-cocoapods/.buckconfig new file mode 100644 index 0000000..934256c --- /dev/null +++ b/example-cocoapods/.buckconfig @@ -0,0 +1,6 @@ + +[android] + target = Google Inc.:Google APIs:23 + +[maven_repositories] + central = https://repo1.maven.org/maven2 diff --git a/example-cocoapods/.flowconfig b/example-cocoapods/.flowconfig new file mode 100644 index 0000000..1043c82 --- /dev/null +++ b/example-cocoapods/.flowconfig @@ -0,0 +1,70 @@ +[ignore] +; We fork some components by platform +.*/*[.]android.js + +; Ignore "BUCK" generated dirs +/\.buckd/ + +; Ignore unexpected extra "@providesModule" +.*/node_modules/.*/node_modules/fbjs/.* + +; Ignore duplicate module providers +; For RN Apps installed via npm, "Libraries" folder is inside +; "node_modules/react-native" but in the source repo it is in the root +.*/Libraries/react-native/React.js + +; Ignore polyfills +.*/Libraries/polyfills/.* + +; Ignore metro +.*/node_modules/metro/.* + +[include] + +[libs] +node_modules/react-native/Libraries/react-native/react-native-interface.js +node_modules/react-native/flow/ +node_modules/react-native/flow-github/ + +[options] +emoji=true + +esproposal.optional_chaining=enable +esproposal.nullish_coalescing=enable + +module.system=haste +module.system.haste.use_name_reducers=true +# get basename +module.system.haste.name_reducers='^.*/\([a-zA-Z0-9$_.-]+\.js\(\.flow\)?\)$' -> '\1' +# strip .js or .js.flow suffix +module.system.haste.name_reducers='^\(.*\)\.js\(\.flow\)?$' -> '\1' +# strip .ios suffix +module.system.haste.name_reducers='^\(.*\)\.ios$' -> '\1' +module.system.haste.name_reducers='^\(.*\)\.android$' -> '\1' +module.system.haste.name_reducers='^\(.*\)\.native$' -> '\1' +module.system.haste.paths.blacklist=.*/__tests__/.* +module.system.haste.paths.blacklist=.*/__mocks__/.* +module.system.haste.paths.blacklist=/node_modules/react-native/Libraries/Animated/src/polyfills/.* +module.system.haste.paths.whitelist=/node_modules/react-native/Libraries/.* + +munge_underscores=true + +module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub' + +module.file_ext=.js +module.file_ext=.jsx +module.file_ext=.json +module.file_ext=.native.js + +suppress_type=$FlowIssue +suppress_type=$FlowFixMe +suppress_type=$FlowFixMeProps +suppress_type=$FlowFixMeState + +suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\) +suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+ +suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy +suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError + +[version] +^0.78.0 diff --git a/example-cocoapods/.gitattributes b/example-cocoapods/.gitattributes new file mode 100644 index 0000000..d42ff18 --- /dev/null +++ b/example-cocoapods/.gitattributes @@ -0,0 +1 @@ +*.pbxproj -text diff --git a/example-cocoapods/.gitignore b/example-cocoapods/.gitignore new file mode 100644 index 0000000..5d64756 --- /dev/null +++ b/example-cocoapods/.gitignore @@ -0,0 +1,56 @@ +# OSX +# +.DS_Store + +# Xcode +# +build/ +*.pbxuser +!default.pbxuser +*.mode1v3 +!default.mode1v3 +*.mode2v3 +!default.mode2v3 +*.perspectivev3 +!default.perspectivev3 +xcuserdata +*.xccheckout +*.moved-aside +DerivedData +*.hmap +*.ipa +*.xcuserstate +project.xcworkspace + +# Android/IntelliJ +# +build/ +.idea +.gradle +local.properties +*.iml + +# node.js +# +node_modules/ +npm-debug.log +yarn-error.log + +# BUCK +buck-out/ +\.buckd/ +*.keystore + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/ + +*/fastlane/report.xml +*/fastlane/Preview.html +*/fastlane/screenshots + +# Bundle artifact +*.jsbundle diff --git a/example-cocoapods/.watchmanconfig b/example-cocoapods/.watchmanconfig new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/example-cocoapods/.watchmanconfig @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/example-cocoapods/App.js b/example-cocoapods/App.js new file mode 100644 index 0000000..59cde2d --- /dev/null +++ b/example-cocoapods/App.js @@ -0,0 +1,56 @@ +/** + * Sample React Native App + * https://github.com/facebook/react-native + * + * @format + * @flow + */ + +import React, { Component } from 'react'; +import { Platform, StyleSheet, Text, View } from 'react-native'; +import DatePicker from 'react-native-date-picker' + +const instructions = Platform.select({ + ios: 'Press Cmd+R to reload,\n' + 'Cmd+D or shake for dev menu', + android: + 'Double tap R on your keyboard to reload,\n' + + 'Shake or press menu button for dev menu', +}); + +type Props = {}; +export default class App extends Component { + + state = { date: new Date() } + + render() { + return ( + + Welcome to React Native! + To get started, edit App.js + {instructions} + this.setState({ date })} /> + + ); + } +} + +const styles = StyleSheet.create({ + container: { + flex: 1, + justifyContent: 'center', + alignItems: 'center', + backgroundColor: '#F5FCFF', + }, + welcome: { + fontSize: 20, + textAlign: 'center', + margin: 10, + }, + instructions: { + textAlign: 'center', + color: '#333333', + marginBottom: 5, + }, +}); diff --git a/example-cocoapods/README.md b/example-cocoapods/README.md new file mode 100644 index 0000000..04f55bf --- /dev/null +++ b/example-cocoapods/README.md @@ -0,0 +1,17 @@ + +# How this cocoapods project were created + +1. `react native init ExampleCocoaPods` +2. `pod init` (from ./ios) +3. `yarn add react-native-date-picker` +4. `react-native-link` +5. Edited [Podfile](./ios/Podfile) + - Removed tvOS lines + - Added 2 lines in top accordning to [this StackOverflow answer](https://stackoverflow.com/questions/50805753/duplicate-module-name-react-native#51372213) +6. `pod install` (from ./ios) + +## Versions + +` "react": "16.6.1",`
+` "react-native": "0.57.7",`
+` "react-native-date-picker": "^2.2.1"`
diff --git a/example-cocoapods/android/app/BUCK b/example-cocoapods/android/app/BUCK new file mode 100644 index 0000000..fa4f250 --- /dev/null +++ b/example-cocoapods/android/app/BUCK @@ -0,0 +1,65 @@ +# To learn about Buck see [Docs](https://buckbuild.com/). +# To run your application with Buck: +# - install Buck +# - `npm start` - to start the packager +# - `cd android` +# - `keytool -genkey -v -keystore keystores/debug.keystore -storepass android -alias androiddebugkey -keypass android -dname "CN=Android Debug,O=Android,C=US"` +# - `./gradlew :app:copyDownloadableDepsToLibs` - make all Gradle compile dependencies available to Buck +# - `buck install -r android/app` - compile, install and run application +# + +lib_deps = [] + +for jarfile in glob(['libs/*.jar']): + name = 'jars__' + jarfile[jarfile.rindex('/') + 1: jarfile.rindex('.jar')] + lib_deps.append(':' + name) + prebuilt_jar( + name = name, + binary_jar = jarfile, + ) + +for aarfile in glob(['libs/*.aar']): + name = 'aars__' + aarfile[aarfile.rindex('/') + 1: aarfile.rindex('.aar')] + lib_deps.append(':' + name) + android_prebuilt_aar( + name = name, + aar = aarfile, + ) + +android_library( + name = "all-libs", + exported_deps = lib_deps, +) + +android_library( + name = "app-code", + srcs = glob([ + "src/main/java/**/*.java", + ]), + deps = [ + ":all-libs", + ":build_config", + ":res", + ], +) + +android_build_config( + name = "build_config", + package = "com.examplecocoapods", +) + +android_resource( + name = "res", + package = "com.examplecocoapods", + res = "src/main/res", +) + +android_binary( + name = "app", + keystore = "//android/keystores:debug", + manifest = "src/main/AndroidManifest.xml", + package_type = "debug", + deps = [ + ":app-code", + ], +) diff --git a/example-cocoapods/android/app/build.gradle b/example-cocoapods/android/app/build.gradle new file mode 100644 index 0000000..556a134 --- /dev/null +++ b/example-cocoapods/android/app/build.gradle @@ -0,0 +1,151 @@ +apply plugin: "com.android.application" + +import com.android.build.OutputFile + +/** + * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets + * and bundleReleaseJsAndAssets). + * These basically call `react-native bundle` with the correct arguments during the Android build + * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the + * bundle directly from the development server. Below you can see all the possible configurations + * and their defaults. If you decide to add a configuration block, make sure to add it before the + * `apply from: "../../node_modules/react-native/react.gradle"` line. + * + * project.ext.react = [ + * // the name of the generated asset file containing your JS bundle + * bundleAssetName: "index.android.bundle", + * + * // the entry file for bundle generation + * entryFile: "index.android.js", + * + * // whether to bundle JS and assets in debug mode + * bundleInDebug: false, + * + * // whether to bundle JS and assets in release mode + * bundleInRelease: true, + * + * // whether to bundle JS and assets in another build variant (if configured). + * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants + * // The configuration property can be in the following formats + * // 'bundleIn${productFlavor}${buildType}' + * // 'bundleIn${buildType}' + * // bundleInFreeDebug: true, + * // bundleInPaidRelease: true, + * // bundleInBeta: true, + * + * // whether to disable dev mode in custom build variants (by default only disabled in release) + * // for example: to disable dev mode in the staging build type (if configured) + * devDisabledInStaging: true, + * // The configuration property can be in the following formats + * // 'devDisabledIn${productFlavor}${buildType}' + * // 'devDisabledIn${buildType}' + * + * // the root of your project, i.e. where "package.json" lives + * root: "../../", + * + * // where to put the JS bundle asset in debug mode + * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", + * + * // where to put the JS bundle asset in release mode + * jsBundleDirRelease: "$buildDir/intermediates/assets/release", + * + * // where to put drawable resources / React Native assets, e.g. the ones you use via + * // require('./image.png')), in debug mode + * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug", + * + * // where to put drawable resources / React Native assets, e.g. the ones you use via + * // require('./image.png')), in release mode + * resourcesDirRelease: "$buildDir/intermediates/res/merged/release", + * + * // by default the gradle tasks are skipped if none of the JS files or assets change; this means + * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to + * // date; if you have any other folders that you want to ignore for performance reasons (gradle + * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/ + * // for example, you might want to remove it from here. + * inputExcludes: ["android/**", "ios/**"], + * + * // override which node gets called and with what additional arguments + * nodeExecutableAndArgs: ["node"], + * + * // supply additional arguments to the packager + * extraPackagerArgs: [] + * ] + */ + +project.ext.react = [ + entryFile: "index.js" +] + +apply from: "../../node_modules/react-native/react.gradle" + +/** + * Set this to true to create two separate APKs instead of one: + * - An APK that only works on ARM devices + * - An APK that only works on x86 devices + * The advantage is the size of the APK is reduced by about 4MB. + * Upload all the APKs to the Play Store and people will download + * the correct one based on the CPU architecture of their device. + */ +def enableSeparateBuildPerCPUArchitecture = false + +/** + * Run Proguard to shrink the Java bytecode in release builds. + */ +def enableProguardInReleaseBuilds = false + +android { + compileSdkVersion rootProject.ext.compileSdkVersion + buildToolsVersion rootProject.ext.buildToolsVersion + + defaultConfig { + applicationId "com.examplecocoapods" + minSdkVersion rootProject.ext.minSdkVersion + targetSdkVersion rootProject.ext.targetSdkVersion + versionCode 1 + versionName "1.0" + ndk { + abiFilters "armeabi-v7a", "x86" + } + } + splits { + abi { + reset() + enable enableSeparateBuildPerCPUArchitecture + universalApk false // If true, also generate a universal APK + include "armeabi-v7a", "x86" + } + } + buildTypes { + release { + minifyEnabled enableProguardInReleaseBuilds + proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" + } + } + // applicationVariants are e.g. debug, release + applicationVariants.all { variant -> + variant.outputs.each { output -> + // For each separate APK per architecture, set a unique version code as described here: + // http://tools.android.com/tech-docs/new-build-system/user-guide/apk-splits + def versionCodes = ["armeabi-v7a":1, "x86":2] + def abi = output.getFilter(OutputFile.ABI) + if (abi != null) { // null for the universal-debug, universal-release variants + output.versionCodeOverride = + versionCodes.get(abi) * 1048576 + defaultConfig.versionCode + } + } + } +} + +dependencies { + compile project(':react-native-date-picker') + implementation fileTree(dir: "libs", include: ["*.jar"]) + implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" + implementation "com.facebook.react:react-native:+" // From node_modules +} + +// Run this once to be able to run the application with BUCK +// puts all compile dependencies into folder libs for BUCK to use +task copyDownloadableDepsToLibs(type: Copy) { + from configurations.compile + into 'libs' +} diff --git a/example-cocoapods/android/app/proguard-rules.pro b/example-cocoapods/android/app/proguard-rules.pro new file mode 100644 index 0000000..a92fa17 --- /dev/null +++ b/example-cocoapods/android/app/proguard-rules.pro @@ -0,0 +1,17 @@ +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in /usr/local/Cellar/android-sdk/24.3.3/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the proguardFiles +# directive in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/example-cocoapods/android/app/src/main/AndroidManifest.xml b/example-cocoapods/android/app/src/main/AndroidManifest.xml new file mode 100644 index 0000000..d034e43 --- /dev/null +++ b/example-cocoapods/android/app/src/main/AndroidManifest.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + diff --git a/example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainActivity.java b/example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainActivity.java new file mode 100644 index 0000000..f3353ce --- /dev/null +++ b/example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainActivity.java @@ -0,0 +1,15 @@ +package com.examplecocoapods; + +import com.facebook.react.ReactActivity; + +public class MainActivity extends ReactActivity { + + /** + * Returns the name of the main component registered from JavaScript. + * This is used to schedule rendering of the component. + */ + @Override + protected String getMainComponentName() { + return "ExampleCocoapods"; + } +} diff --git a/example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainApplication.java b/example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainApplication.java new file mode 100644 index 0000000..cc6152c --- /dev/null +++ b/example-cocoapods/android/app/src/main/java/com/examplecocoapods/MainApplication.java @@ -0,0 +1,47 @@ +package com.examplecocoapods; + +import android.app.Application; + +import com.facebook.react.ReactApplication; +import com.henninghall.date_picker.DatePickerPackage; +import com.facebook.react.ReactNativeHost; +import com.facebook.react.ReactPackage; +import com.facebook.react.shell.MainReactPackage; +import com.facebook.soloader.SoLoader; + +import java.util.Arrays; +import java.util.List; + +public class MainApplication extends Application implements ReactApplication { + + private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) { + @Override + public boolean getUseDeveloperSupport() { + return BuildConfig.DEBUG; + } + + @Override + protected List getPackages() { + return Arrays.asList( + new MainReactPackage(), + new DatePickerPackage() + ); + } + + @Override + protected String getJSMainModuleName() { + return "index"; + } + }; + + @Override + public ReactNativeHost getReactNativeHost() { + return mReactNativeHost; + } + + @Override + public void onCreate() { + super.onCreate(); + SoLoader.init(this, /* native exopackage */ false); + } +} diff --git a/example-cocoapods/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/example-cocoapods/android/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..a2f5908281d070150700378b64a84c7db1f97aa1 GIT binary patch literal 3056 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 axPAxe%7rDusX+w*00006jj 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⁣ zwiG+x#%j}{0gU~J8;<|!B1@-XaB@{KORFwrYg_8rOv({b0EO#DbeQRm;B6_9=mXGf z-x|VL{zd`)#@yN}HkCSJbjbNlE|zL3Wm9Q8HY`sV)}3%pgN>cL^67{Z;PPL(*wT8N zUjXU{@|*hvm}({wsAC=x0^ok0%UAz0;sogW{B!nDqk|JJ5x~4NfTDgP49^zeu`csl?5mY@JdQdISc zFs!E{^grmkLnUk9 zny~m)1vws@5BFI<-0Tuo2JWX(0v`W|t(wg;s--L47WTvTMz-8l#TL^=OJNRS2?_Qj z3AKT+gvbyBi#H*-tJ%tWD|>EV3wy|8qxfzS!5RW;Jpl5*zo&^UBU=fG#2}UvRyNkK zA06Dy9;K1ca@r2T>yThYgI!ont$(G{6q#2QT+00r_x0(b)gsE`lBB?2gr55gq^D3Fi&p%E(p9>U%bv zkg1Jco(RbyTX7FDHOnl7-O@ zI$AaIl?9NJKPm(WiBP`1-#CB1QzU>&hKm)fpa5DKE{2$X0hGz-0uZ?cyTk(YC!Y&| zL=1VrNERSA5NA2jq7FACfX4JfPyj5XXl1yv0>~s;eF7L2$>&oMqeTFT2m$y7FlkON z_yurD1yIOvA;5C6016pyxBznGUt0kJ&k5r#;&>Jow`r)sp9R~PmK~lz$3xH%LT*1U zJdOyABZ3!FvNoR*vN$5ykHS8f`jA4zV+|L}i1C4`B2c{R0;UdYxaU|H)2avz@ z=mEYc|2S<+(B2Tj+FkX+2D+yFI!k9lWMA61DJ{)e;lum$(;O87?vGJJe!KtK04+N_ zI*P~t@dUb>9Xh{dbyl{-ZQ(UMgz7$|QfL5XSPkskt^NgctYC#;4WcZB1@%@wy@2t3 z2z0DI7&%b$*Aw~abe?GxE`ez@+6hOh-6*8fHRV{1os$EL@}uUZeG4h1&Be`98q*7j z=3-v+lhIjfWVo12!<>%V^a6lTgW3+_#W6n|p*~==zOH7z$0{LSZk(Tpd7EaD04hnA zL;#fxS0aD{`5^&D`}>0Uq?byDD-l2=!wm_bLcUl4gc(% za1p|itVANvFF>hghAS07Im1;IK;|b*W)}VDyI;BIp2=K*yu2a)j?B|f<44NI$NbmJ z#dE0>jI$fMr&@>4kN8MLFb4&2O9fEKaQg%(QO$4_1rVQywG^CmBLh#}_7gKW3vd?| z2?1^&KWq8}8I^_S0|)MowU_pw$q@nl@Nkn$z>BQq_KA^9yaR`(R3u{{Ig;cwt z@AJ^{ODQCm^neroM9nKNUAXi9RCK`OsP_LuR0PUR(YZCCX5dNF6VzcoK&=b^r`W?ltt|*F zpkoae%ZT{C1h~EcFui~b7fF`vb<<~j_VquuUA$}QqIKYELPp#;{u?q8Dz}WAG-(3; zjrm$i%7UbyZMM(Y{>!uJ#vNB?R~B{6Htp=>e*<{fQQ5W7V(1coCWlOON!MzZxhum| ztZBQpGR z;~#ur^&PockKdV{Q6R>o`Pl{0x!DEbpZ7y9Y;*ZvE!*gU`V1W3znva{f=?WO5I&>B z&hw6}tjECtaghm5z|C#%M;Yf_*pI^};h}Vl=^r9EN=tVDj86D;C$jIJ?K7VP+00000NkvXXu0mjf D5i!M* literal 0 HcmV?d00001 diff --git a/example-cocoapods/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/example-cocoapods/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..459ca609d3ae0d3943ab44cdc27feef9256dc6d7 GIT binary patch literal 7098 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 literal 0 HcmV?d00001 diff --git a/example-cocoapods/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/example-cocoapods/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..8ca12fe024be86e868d14e91120a6902f8e88ac6 GIT binary patch literal 6464 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 B0*L?s literal 0 HcmV?d00001 diff --git a/example-cocoapods/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/example-cocoapods/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..8e19b410a1b15ff180f3dacac19395fe3046cdec GIT binary patch literal 10676 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 literal 0 HcmV?d00001 diff --git a/example-cocoapods/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/example-cocoapods/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png new file mode 100644 index 0000000000000000000000000000000000000000..4c19a13c239cb67b8a2134ddd5f325db1d2d5bee GIT binary patch literal 15523 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 BIP(Ai literal 0 HcmV?d00001 diff --git a/example-cocoapods/android/app/src/main/res/values/strings.xml b/example-cocoapods/android/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..2f0a480 --- /dev/null +++ b/example-cocoapods/android/app/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ + + ExampleCocoapods + diff --git a/example-cocoapods/android/app/src/main/res/values/styles.xml b/example-cocoapods/android/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..319eb0c --- /dev/null +++ b/example-cocoapods/android/app/src/main/res/values/styles.xml @@ -0,0 +1,8 @@ + + + + + + diff --git a/example-cocoapods/android/build.gradle b/example-cocoapods/android/build.gradle new file mode 100644 index 0000000..a1e8085 --- /dev/null +++ b/example-cocoapods/android/build.gradle @@ -0,0 +1,39 @@ +// Top-level build file where you can add configuration options common to all sub-projects/modules. + +buildscript { + ext { + buildToolsVersion = "27.0.3" + minSdkVersion = 16 + compileSdkVersion = 27 + targetSdkVersion = 26 + supportLibVersion = "27.1.1" + } + repositories { + google() + jcenter() + } + dependencies { + classpath 'com.android.tools.build:gradle:3.1.4' + + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } +} + +allprojects { + repositories { + mavenLocal() + google() + jcenter() + maven { + // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm + url "$rootDir/../node_modules/react-native/android" + } + } +} + + +task wrapper(type: Wrapper) { + gradleVersion = '4.4' + distributionUrl = distributionUrl.replace("bin", "all") +} diff --git a/example-cocoapods/android/gradle.properties b/example-cocoapods/android/gradle.properties new file mode 100644 index 0000000..89e0d99 --- /dev/null +++ b/example-cocoapods/android/gradle.properties @@ -0,0 +1,18 @@ +# Project-wide Gradle settings. + +# IDE (e.g. Android Studio) users: +# Gradle settings configured through the IDE *will override* +# any settings specified in this file. + +# For more details on how to configure your build environment visit +# http://www.gradle.org/docs/current/userguide/build_environment.html + +# Specifies the JVM arguments used for the daemon process. +# The setting is particularly useful for tweaking memory settings. +# Default value: -Xmx10248m -XX:MaxPermSize=256m +# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 + +# When configured, Gradle will run in incubating parallel mode. +# This option should only be used with decoupled projects. More details, visit +# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects +# org.gradle.parallel=true diff --git a/example-cocoapods/android/gradle/wrapper/gradle-wrapper.jar b/example-cocoapods/android/gradle/wrapper/gradle-wrapper.jar new file mode 100644 index 0000000000000000000000000000000000000000..01b8bf6b1f99cad9213fc495b33ad5bbab8efd20 GIT binary patch literal 54329 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

<5G2M1WZP5 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 \(.*\)$'` + if expr "$link" : '/.*' > /dev/null; then + PRG="$link" + else + PRG=`dirname "$PRG"`"/$link" + fi +done +SAVED="`pwd`" +cd "`dirname \"$PRG\"`/" >/dev/null +APP_HOME="`pwd -P`" +cd "$SAVED" >/dev/null + +APP_NAME="Gradle" +APP_BASE_NAME=`basename "$0"` + +# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +DEFAULT_JVM_OPTS="" + +# Use the maximum available, or set MAX_FD != -1 to use that value. +MAX_FD="maximum" + +warn () { + echo "$*" +} + +die () { + echo + echo "$*" + echo + exit 1 +} + +# OS specific support (must be 'true' or 'false'). +cygwin=false +msys=false +darwin=false +nonstop=false +case "`uname`" in + CYGWIN* ) + cygwin=true + ;; + Darwin* ) + darwin=true + ;; + MINGW* ) + msys=true + ;; + NONSTOP* ) + nonstop=true + ;; +esac + +CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + +# Determine the Java command to use to start the JVM. +if [ -n "$JAVA_HOME" ] ; then + if [ -x "$JAVA_HOME/jre/sh/java" ] ; then + # IBM's JDK on AIX uses strange locations for the executables + JAVACMD="$JAVA_HOME/jre/sh/java" + else + JAVACMD="$JAVA_HOME/bin/java" + fi + if [ ! -x "$JAVACMD" ] ; then + die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." + fi +else + JAVACMD="java" + which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. + +Please set the JAVA_HOME variable in your environment to match the +location of your Java installation." +fi + +# Increase the maximum file descriptors if we can. +if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then + MAX_FD_LIMIT=`ulimit -H -n` + if [ $? -eq 0 ] ; then + if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then + MAX_FD="$MAX_FD_LIMIT" + fi + ulimit -n $MAX_FD + if [ $? -ne 0 ] ; then + warn "Could not set maximum file descriptor limit: $MAX_FD" + fi + else + warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" + fi +fi + +# For Darwin, add options to specify how the application appears in the dock +if $darwin; then + GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" +fi + +# For Cygwin, switch paths to Windows format before running java +if $cygwin ; then + APP_HOME=`cygpath --path --mixed "$APP_HOME"` + CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` + + # We build the pattern for arguments to be converted via cygpath + ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` + SEP="" + for dir in $ROOTDIRSRAW ; do + ROOTDIRS="$ROOTDIRS$SEP$dir" + SEP="|" + done + OURCYGPATTERN="(^($ROOTDIRS))" + # Add a user-defined pattern to the cygpath arguments + if [ "$GRADLE_CYGPATTERN" != "" ] ; then + OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" + fi + # Now convert the arguments - kludge to limit ourselves to /bin/sh + i=0 + for arg in "$@" ; do + CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` + CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option + + if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition + eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` + else + eval `echo args$i`="\"$arg\"" + fi + i=$((i+1)) + done + case $i in + (0) set -- ;; + (1) set -- "$args0" ;; + (2) set -- "$args0" "$args1" ;; + (3) set -- "$args0" "$args1" "$args2" ;; + (4) set -- "$args0" "$args1" "$args2" "$args3" ;; + (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + esac +fi + +# Escape application args +save () { + for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done + echo " " +} +APP_ARGS=$(save "$@") + +# Collect all arguments for the java command, following the shell quoting and substitution rules +eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" + +# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong +if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then + cd "$(dirname "$0")" +fi + +exec "$JAVACMD" "$@" diff --git a/example-cocoapods/android/gradlew.bat b/example-cocoapods/android/gradlew.bat new file mode 100644 index 0000000..e95643d --- /dev/null +++ b/example-cocoapods/android/gradlew.bat @@ -0,0 +1,84 @@ +@if "%DEBUG%" == "" @echo off +@rem ########################################################################## +@rem +@rem Gradle startup script for Windows +@rem +@rem ########################################################################## + +@rem Set local scope for the variables with windows NT shell +if "%OS%"=="Windows_NT" setlocal + +set DIRNAME=%~dp0 +if "%DIRNAME%" == "" set DIRNAME=. +set APP_BASE_NAME=%~n0 +set APP_HOME=%DIRNAME% + +@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. +set DEFAULT_JVM_OPTS= + +@rem Find java.exe +if defined JAVA_HOME goto findJavaFromJavaHome + +set JAVA_EXE=java.exe +%JAVA_EXE% -version >NUL 2>&1 +if "%ERRORLEVEL%" == "0" goto init + +echo. +echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:findJavaFromJavaHome +set JAVA_HOME=%JAVA_HOME:"=% +set JAVA_EXE=%JAVA_HOME%/bin/java.exe + +if exist "%JAVA_EXE%" goto init + +echo. +echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% +echo. +echo Please set the JAVA_HOME variable in your environment to match the +echo location of your Java installation. + +goto fail + +:init +@rem Get command-line arguments, handling Windows variants + +if not "%OS%" == "Windows_NT" goto win9xME_args + +:win9xME_args +@rem Slurp the command line arguments. +set CMD_LINE_ARGS= +set _SKIP=2 + +:win9xME_args_slurp +if "x%~1" == "x" goto execute + +set CMD_LINE_ARGS=%* + +:execute +@rem Setup the command line + +set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar + +@rem Execute Gradle +"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% + +:end +@rem End local scope for the variables with windows NT shell +if "%ERRORLEVEL%"=="0" goto mainEnd + +:fail +rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of +rem the _cmd.exe /c_ return code! +if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 +exit /b 1 + +:mainEnd +if "%OS%"=="Windows_NT" endlocal + +:omega diff --git a/example-cocoapods/android/keystores/BUCK b/example-cocoapods/android/keystores/BUCK new file mode 100644 index 0000000..88e4c31 --- /dev/null +++ b/example-cocoapods/android/keystores/BUCK @@ -0,0 +1,8 @@ +keystore( + name = "debug", + properties = "debug.keystore.properties", + store = "debug.keystore", + visibility = [ + "PUBLIC", + ], +) diff --git a/example-cocoapods/android/keystores/debug.keystore.properties b/example-cocoapods/android/keystores/debug.keystore.properties new file mode 100644 index 0000000..121bfb4 --- /dev/null +++ b/example-cocoapods/android/keystores/debug.keystore.properties @@ -0,0 +1,4 @@ +key.store=debug.keystore +key.alias=androiddebugkey +key.store.password=android +key.alias.password=android diff --git a/example-cocoapods/android/settings.gradle b/example-cocoapods/android/settings.gradle new file mode 100644 index 0000000..ebd2f44 --- /dev/null +++ b/example-cocoapods/android/settings.gradle @@ -0,0 +1,5 @@ +rootProject.name = 'ExampleCocoapods' +include ':react-native-date-picker' +project(':react-native-date-picker').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-date-picker/android') + +include ':app' diff --git a/example-cocoapods/app.json b/example-cocoapods/app.json new file mode 100644 index 0000000..f82acd3 --- /dev/null +++ b/example-cocoapods/app.json @@ -0,0 +1,4 @@ +{ + "name": "ExampleCocoapods", + "displayName": "ExampleCocoapods" +} \ No newline at end of file diff --git a/example-cocoapods/index.js b/example-cocoapods/index.js new file mode 100644 index 0000000..802b435 --- /dev/null +++ b/example-cocoapods/index.js @@ -0,0 +1,7 @@ +/** @format */ + +import {AppRegistry} from 'react-native'; +import App from './App'; +import {name as appName} from './app.json'; + +AppRegistry.registerComponent(appName, () => App); diff --git a/example-cocoapods/ios/ExampleCocoapods-tvOS/Info.plist b/example-cocoapods/ios/ExampleCocoapods-tvOS/Info.plist new file mode 100644 index 0000000..2fb6a11 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods-tvOS/Info.plist @@ -0,0 +1,54 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + NSLocationWhenInUseUsageDescription + + NSAppTransportSecurity + + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + + + + diff --git a/example-cocoapods/ios/ExampleCocoapods-tvOSTests/Info.plist b/example-cocoapods/ios/ExampleCocoapods-tvOSTests/Info.plist new file mode 100644 index 0000000..886825c --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods-tvOSTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/example-cocoapods/ios/ExampleCocoapods.xcodeproj/project.pbxproj b/example-cocoapods/ios/ExampleCocoapods.xcodeproj/project.pbxproj new file mode 100644 index 0000000..37a2a14 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods.xcodeproj/project.pbxproj @@ -0,0 +1,1624 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; + 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; + 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; }; + 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; }; + 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; }; + 00E356F31AD99517003FC87E /* ExampleCocoapodsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ExampleCocoapodsTests.m */; }; + 0594AC98AF2A9D32834F2EB9 /* libPods-ExampleCocoapodsTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 28C4B65A4635B72CA352917C /* libPods-ExampleCocoapodsTests.a */; }; + 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; + 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; + 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; + 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; }; + 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; + 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; }; + 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; + 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; + 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; + 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; + 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; + 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; + 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; + 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; + 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; }; + 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; }; + 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; }; + 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; }; + 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; }; + 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; }; + 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; }; + 2DCD954D1E0B4F2C00145EB5 /* ExampleCocoapodsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* ExampleCocoapodsTests.m */; }; + 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; }; + 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; + A00FFD44D6E80814A53E1FF9 /* libPods-ExampleCocoapods.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5458FE1BD4EF376FE5DAB50 /* libPods-ExampleCocoapods.a */; }; + ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RCTActionSheet; + }; + 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RCTGeolocation; + }; + 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 58B5115D1A9E6B3D00147676; + remoteInfo = RCTImage; + }; + 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 58B511DB1A9E6C8500147676; + remoteInfo = RCTNetwork; + }; + 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 832C81801AAF6DEF007FA2F7; + remoteInfo = RCTVibration; + }; + 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 13B07F861A680F5B00A75B9A; + remoteInfo = ExampleCocoapods; + }; + 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RCTSettings; + }; + 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3C86DF461ADF2C930047B81A; + remoteInfo = RCTWebSocket; + }; + 146834031AC3E56700842450 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192; + remoteInfo = React; + }; + 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; + remoteInfo = "ExampleCocoapods-tvOS"; + }; + 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = ADD01A681E09402E00F6D226; + remoteInfo = "RCTBlob-tvOS"; + }; + 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3DBE0D001F3B181A0099AA32; + remoteInfo = fishhook; + }; + 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32; + remoteInfo = "fishhook-tvOS"; + }; + 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EBF21BDC1FC498900052F4D5; + remoteInfo = jsinspector; + }; + 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5; + remoteInfo = "jsinspector-tvOS"; + }; + 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7; + remoteInfo = "third-party"; + }; + 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D383D3C1EBD27B6005632C8; + remoteInfo = "third-party-tvOS"; + }; + 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 139D7E881E25C6D100323FB7; + remoteInfo = "double-conversion"; + }; + 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D383D621EBD27B9005632C8; + remoteInfo = "double-conversion-tvOS"; + }; + 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9936F3131F5F2E4B0010BF04; + remoteInfo = privatedata; + }; + 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04; + remoteInfo = "privatedata-tvOS"; + }; + 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A283A1D9B042B00D4039D; + remoteInfo = "RCTImage-tvOS"; + }; + 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A28471D9B043800D4039D; + remoteInfo = "RCTLinking-tvOS"; + }; + 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A28541D9B044C00D4039D; + remoteInfo = "RCTNetwork-tvOS"; + }; + 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A28611D9B046600D4039D; + remoteInfo = "RCTSettings-tvOS"; + }; + 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A287B1D9B048500D4039D; + remoteInfo = "RCTText-tvOS"; + }; + 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A28881D9B049200D4039D; + remoteInfo = "RCTWebSocket-tvOS"; + }; + 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A28131D9B038B00D4039D; + remoteInfo = "React-tvOS"; + }; + 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D3C059A1DE3340900C268FA; + remoteInfo = yoga; + }; + 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D3C06751DE3340C00C268FA; + remoteInfo = "yoga-tvOS"; + }; + 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4; + remoteInfo = cxxreact; + }; + 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4; + remoteInfo = "cxxreact-tvOS"; + }; + 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D3CD90B1DE5FBD600167DC4; + remoteInfo = jschelpers; + }; + 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4; + remoteInfo = "jschelpers-tvOS"; + }; + 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RCTAnimation; + }; + 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 2D2A28201D9B03D100D4039D; + remoteInfo = "RCTAnimation-tvOS"; + }; + 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 134814201AA4EA6300B7C361; + remoteInfo = RCTLinking; + }; + 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 58B5119B1A9E6C1200147676; + remoteInfo = RCTText; + }; + ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 358F4ED71D1E81A9004DF814; + remoteInfo = RCTBlob; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; + 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = ""; }; + 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = ""; }; + 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = ""; }; + 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = ""; }; + 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = ""; }; + 00E356EE1AD99517003FC87E /* ExampleCocoapodsTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ExampleCocoapodsTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 00E356F21AD99517003FC87E /* ExampleCocoapodsTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ExampleCocoapodsTests.m; sourceTree = ""; }; + 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; }; + 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; }; + 13B07F961A680F5B00A75B9A /* ExampleCocoapods.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ExampleCocoapods.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = ExampleCocoapods/AppDelegate.h; sourceTree = ""; }; + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = ExampleCocoapods/AppDelegate.m; sourceTree = ""; }; + 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ExampleCocoapods/Images.xcassets; sourceTree = ""; }; + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ExampleCocoapods/Info.plist; sourceTree = ""; }; + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = ExampleCocoapods/main.m; sourceTree = ""; }; + 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; }; + 28C4B65A4635B72CA352917C /* libPods-ExampleCocoapodsTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ExampleCocoapodsTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E47B1E0B4A5D006451C7 /* ExampleCocoapods-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ExampleCocoapods-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E4901E0B4A5D006451C7 /* ExampleCocoapods-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ExampleCocoapods-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 5E3139C3EF102648C4B4389A /* Pods-ExampleCocoapods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleCocoapods.release.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.release.xcconfig"; sourceTree = ""; }; + 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; + 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; + 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = ""; }; + 88F43416EA70AEBEE951EBF8 /* Pods-ExampleCocoapodsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleCocoapodsTests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.debug.xcconfig"; sourceTree = ""; }; + 9969C68C07BC54CFFC569580 /* Pods-ExampleCocoapodsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleCocoapodsTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.release.xcconfig"; sourceTree = ""; }; + ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = ""; }; + EC76F553D9F6DBC5B6B2CF61 /* Pods-ExampleCocoapods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ExampleCocoapods.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.debug.xcconfig"; sourceTree = ""; }; + F5458FE1BD4EF376FE5DAB50 /* libPods-ExampleCocoapods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ExampleCocoapods.a"; sourceTree = BUILT_PRODUCTS_DIR; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 00E356EB1AD99517003FC87E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */, + 0594AC98AF2A9D32834F2EB9 /* libPods-ExampleCocoapodsTests.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 13B07F8C1A680F5B00A75B9A /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */, + 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */, + 146834051AC3E58100842450 /* libReact.a in Frameworks */, + 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */, + 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */, + 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */, + 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */, + 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */, + 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */, + 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */, + 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, + 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, + A00FFD44D6E80814A53E1FF9 /* libPods-ExampleCocoapods.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2D02E4781E0B4A5D006451C7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */, + 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */, + 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */, + 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */, + 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */, + 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */, + 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */, + 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 00C302A81ABCB8CE00DB3ED1 /* Products */ = { + isa = PBXGroup; + children = ( + 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */, + ); + name = Products; + sourceTree = ""; + }; + 00C302B61ABCB90400DB3ED1 /* Products */ = { + isa = PBXGroup; + children = ( + 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */, + ); + name = Products; + sourceTree = ""; + }; + 00C302BC1ABCB91800DB3ED1 /* Products */ = { + isa = PBXGroup; + children = ( + 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */, + 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 00C302D41ABCB9D200DB3ED1 /* Products */ = { + isa = PBXGroup; + children = ( + 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */, + 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 00C302E01ABCB9EE00DB3ED1 /* Products */ = { + isa = PBXGroup; + children = ( + 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */, + ); + name = Products; + sourceTree = ""; + }; + 00E356EF1AD99517003FC87E /* ExampleCocoapodsTests */ = { + isa = PBXGroup; + children = ( + 00E356F21AD99517003FC87E /* ExampleCocoapodsTests.m */, + 00E356F01AD99517003FC87E /* Supporting Files */, + ); + path = ExampleCocoapodsTests; + sourceTree = ""; + }; + 00E356F01AD99517003FC87E /* Supporting Files */ = { + isa = PBXGroup; + children = ( + 00E356F11AD99517003FC87E /* Info.plist */, + ); + name = "Supporting Files"; + sourceTree = ""; + }; + 139105B71AF99BAD00B5F7CC /* Products */ = { + isa = PBXGroup; + children = ( + 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */, + 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 139FDEE71B06529A00C62182 /* Products */ = { + isa = PBXGroup; + children = ( + 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */, + 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */, + 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */, + 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 13B07FAE1A68108700A75B9A /* ExampleCocoapods */ = { + isa = PBXGroup; + children = ( + 008F07F21AC5B25A0029DE68 /* main.jsbundle */, + 13B07FAF1A68108700A75B9A /* AppDelegate.h */, + 13B07FB01A68108700A75B9A /* AppDelegate.m */, + 13B07FB51A68108700A75B9A /* Images.xcassets */, + 13B07FB61A68108700A75B9A /* Info.plist */, + 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, + 13B07FB71A68108700A75B9A /* main.m */, + ); + name = ExampleCocoapods; + sourceTree = ""; + }; + 146834001AC3E56700842450 /* Products */ = { + isa = PBXGroup; + children = ( + 146834041AC3E56700842450 /* libReact.a */, + 3DAD3EA31DF850E9000B6D8A /* libReact.a */, + 3DAD3EA51DF850E9000B6D8A /* libyoga.a */, + 3DAD3EA71DF850E9000B6D8A /* libyoga.a */, + 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */, + 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */, + 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */, + 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */, + 2DF0FFDF2056DD460020B375 /* libjsinspector.a */, + 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */, + 2DF0FFE32056DD460020B375 /* libthird-party.a */, + 2DF0FFE52056DD460020B375 /* libthird-party.a */, + 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */, + 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */, + 2DF0FFEB2056DD460020B375 /* libprivatedata.a */, + 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { + isa = PBXGroup; + children = ( + 2D16E6891FA4F8E400B85C8A /* libReact.a */, + F5458FE1BD4EF376FE5DAB50 /* libPods-ExampleCocoapods.a */, + 28C4B65A4635B72CA352917C /* libPods-ExampleCocoapodsTests.a */, + ); + name = Frameworks; + sourceTree = ""; + }; + 5E91572E1DD0AC6500FF2AA8 /* Products */ = { + isa = PBXGroup; + children = ( + 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */, + 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */, + ); + name = Products; + sourceTree = ""; + }; + 78C398B11ACF4ADC00677621 /* Products */ = { + isa = PBXGroup; + children = ( + 78C398B91ACF4ADC00677621 /* libRCTLinking.a */, + 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 832341AE1AAA6A7D00B99B32 /* Libraries */ = { + isa = PBXGroup; + children = ( + 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */, + 146833FF1AC3E56700842450 /* React.xcodeproj */, + 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */, + ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */, + 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */, + 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */, + 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */, + 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */, + 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */, + 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */, + 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, + 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, + ); + name = Libraries; + sourceTree = ""; + }; + 832341B11AAA6A8300B99B32 /* Products */ = { + isa = PBXGroup; + children = ( + 832341B51AAA6A8300B99B32 /* libRCTText.a */, + 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; + 83CBB9F61A601CBA00E9B192 = { + isa = PBXGroup; + children = ( + 13B07FAE1A68108700A75B9A /* ExampleCocoapods */, + 832341AE1AAA6A7D00B99B32 /* Libraries */, + 00E356EF1AD99517003FC87E /* ExampleCocoapodsTests */, + 83CBBA001A601CBA00E9B192 /* Products */, + 2D16E6871FA4F8E400B85C8A /* Frameworks */, + 96BACA78F26F483CD786ECFA /* Pods */, + ); + indentWidth = 2; + sourceTree = ""; + tabWidth = 2; + usesTabs = 0; + }; + 83CBBA001A601CBA00E9B192 /* Products */ = { + isa = PBXGroup; + children = ( + 13B07F961A680F5B00A75B9A /* ExampleCocoapods.app */, + 00E356EE1AD99517003FC87E /* ExampleCocoapodsTests.xctest */, + 2D02E47B1E0B4A5D006451C7 /* ExampleCocoapods-tvOS.app */, + 2D02E4901E0B4A5D006451C7 /* ExampleCocoapods-tvOSTests.xctest */, + ); + name = Products; + sourceTree = ""; + }; + 96BACA78F26F483CD786ECFA /* Pods */ = { + isa = PBXGroup; + children = ( + EC76F553D9F6DBC5B6B2CF61 /* Pods-ExampleCocoapods.debug.xcconfig */, + 5E3139C3EF102648C4B4389A /* Pods-ExampleCocoapods.release.xcconfig */, + 88F43416EA70AEBEE951EBF8 /* Pods-ExampleCocoapodsTests.debug.xcconfig */, + 9969C68C07BC54CFFC569580 /* Pods-ExampleCocoapodsTests.release.xcconfig */, + ); + name = Pods; + sourceTree = ""; + }; + ADBDB9201DFEBF0600ED6528 /* Products */ = { + isa = PBXGroup; + children = ( + ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */, + 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 00E356ED1AD99517003FC87E /* ExampleCocoapodsTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ExampleCocoapodsTests" */; + buildPhases = ( + 017CB0ED9EAAF9D55607698E /* [CP] Check Pods Manifest.lock */, + 00E356EA1AD99517003FC87E /* Sources */, + 00E356EB1AD99517003FC87E /* Frameworks */, + 00E356EC1AD99517003FC87E /* Resources */, + 5B18A00A635B6803874B98A6 /* [CP] Embed Pods Frameworks */, + 05E78A551019AE1E19245001 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + 00E356F51AD99517003FC87E /* PBXTargetDependency */, + ); + name = ExampleCocoapodsTests; + productName = ExampleCocoapodsTests; + productReference = 00E356EE1AD99517003FC87E /* ExampleCocoapodsTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; + 13B07F861A680F5B00A75B9A /* ExampleCocoapods */ = { + isa = PBXNativeTarget; + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ExampleCocoapods" */; + buildPhases = ( + 478514CCA1884E970BCA7458 /* [CP] Check Pods Manifest.lock */, + 13B07F871A680F5B00A75B9A /* Sources */, + 13B07F8C1A680F5B00A75B9A /* Frameworks */, + 13B07F8E1A680F5B00A75B9A /* Resources */, + 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */, + 7C5F453A16F32E31F009ECC0 /* [CP] Embed Pods Frameworks */, + 7C8B489C1F3208397CA516B9 /* [CP] Copy Pods Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ExampleCocoapods; + productName = "Hello World"; + productReference = 13B07F961A680F5B00A75B9A /* ExampleCocoapods.app */; + productType = "com.apple.product-type.application"; + }; + 2D02E47A1E0B4A5D006451C7 /* ExampleCocoapods-tvOS */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "ExampleCocoapods-tvOS" */; + buildPhases = ( + 2D02E4771E0B4A5D006451C7 /* Sources */, + 2D02E4781E0B4A5D006451C7 /* Frameworks */, + 2D02E4791E0B4A5D006451C7 /* Resources */, + 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "ExampleCocoapods-tvOS"; + productName = "ExampleCocoapods-tvOS"; + productReference = 2D02E47B1E0B4A5D006451C7 /* ExampleCocoapods-tvOS.app */; + productType = "com.apple.product-type.application"; + }; + 2D02E48F1E0B4A5D006451C7 /* ExampleCocoapods-tvOSTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "ExampleCocoapods-tvOSTests" */; + buildPhases = ( + 2D02E48C1E0B4A5D006451C7 /* Sources */, + 2D02E48D1E0B4A5D006451C7 /* Frameworks */, + 2D02E48E1E0B4A5D006451C7 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, + ); + name = "ExampleCocoapods-tvOSTests"; + productName = "ExampleCocoapods-tvOSTests"; + productReference = 2D02E4901E0B4A5D006451C7 /* ExampleCocoapods-tvOSTests.xctest */; + productType = "com.apple.product-type.bundle.unit-test"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 83CBB9F71A601CBA00E9B192 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0940; + ORGANIZATIONNAME = Facebook; + TargetAttributes = { + 00E356ED1AD99517003FC87E = { + CreatedOnToolsVersion = 6.2; + TestTargetID = 13B07F861A680F5B00A75B9A; + }; + 2D02E47A1E0B4A5D006451C7 = { + CreatedOnToolsVersion = 8.2.1; + ProvisioningStyle = Automatic; + }; + 2D02E48F1E0B4A5D006451C7 = { + CreatedOnToolsVersion = 8.2.1; + ProvisioningStyle = Automatic; + TestTargetID = 2D02E47A1E0B4A5D006451C7; + }; + }; + }; + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ExampleCocoapods" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 83CBB9F61A601CBA00E9B192; + productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */; + ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */; + }, + { + ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */; + ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */; + }, + { + ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */; + ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */; + }, + { + ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */; + ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */; + }, + { + ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */; + ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */; + }, + { + ProductGroup = 78C398B11ACF4ADC00677621 /* Products */; + ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */; + }, + { + ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */; + ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */; + }, + { + ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */; + ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */; + }, + { + ProductGroup = 832341B11AAA6A8300B99B32 /* Products */; + ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */; + }, + { + ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */; + ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */; + }, + { + ProductGroup = 139FDEE71B06529A00C62182 /* Products */; + ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */; + }, + { + ProductGroup = 146834001AC3E56700842450 /* Products */; + ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 13B07F861A680F5B00A75B9A /* ExampleCocoapods */, + 00E356ED1AD99517003FC87E /* ExampleCocoapodsTests */, + 2D02E47A1E0B4A5D006451C7 /* ExampleCocoapods-tvOS */, + 2D02E48F1E0B4A5D006451C7 /* ExampleCocoapods-tvOSTests */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTActionSheet.a; + remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTGeolocation.a; + remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTImage.a; + remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTNetwork.a; + remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTVibration.a; + remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTSettings.a; + remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTWebSocket.a; + remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 146834041AC3E56700842450 /* libReact.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libReact.a; + remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTBlob-tvOS.a"; + remoteRef = 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libfishhook.a; + remoteRef = 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libfishhook-tvOS.a"; + remoteRef = 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFDF2056DD460020B375 /* libjsinspector.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libjsinspector.a; + remoteRef = 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libjsinspector-tvOS.a"; + remoteRef = 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFE32056DD460020B375 /* libthird-party.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libthird-party.a"; + remoteRef = 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFE52056DD460020B375 /* libthird-party.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libthird-party.a"; + remoteRef = 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libdouble-conversion.a"; + remoteRef = 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libdouble-conversion.a"; + remoteRef = 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFEB2056DD460020B375 /* libprivatedata.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libprivatedata.a; + remoteRef = 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libprivatedata-tvOS.a"; + remoteRef = 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTImage-tvOS.a"; + remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTLinking-tvOS.a"; + remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTNetwork-tvOS.a"; + remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTSettings-tvOS.a"; + remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTText-tvOS.a"; + remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = "libRCTWebSocket-tvOS.a"; + remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libReact.a; + remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libyoga.a; + remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libyoga.a; + remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libcxxreact.a; + remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libcxxreact.a; + remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libjschelpers.a; + remoteRef = 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libjschelpers.a; + remoteRef = 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTAnimation.a; + remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTAnimation.a; + remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTLinking.a; + remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 832341B51AAA6A8300B99B32 /* libRCTText.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTText.a; + remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libRCTBlob.a; + remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXResourcesBuildPhase section */ + 00E356EC1AD99517003FC87E /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 13B07F8E1A680F5B00A75B9A /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, + 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2D02E4791E0B4A5D006451C7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2D02E48E1E0B4A5D006451C7 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXShellScriptBuildPhase section */ + 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Bundle React Native code and images"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; + }; + 017CB0ED9EAAF9D55607698E /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-ExampleCocoapodsTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 05E78A551019AE1E19245001 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; + 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "Bundle React Native Code And Images"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh"; + }; + 478514CCA1884E970BCA7458 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-ExampleCocoapods-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; + showEnvVarsInLog = 0; + }; + 5B18A00A635B6803874B98A6 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 7C5F453A16F32E31F009ECC0 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + 7C8B489C1F3208397CA516B9 /* [CP] Copy Pods Resources */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + ); + name = "[CP] Copy Pods Resources"; + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-resources.sh\"\n"; + showEnvVarsInLog = 0; + }; +/* End PBXShellScriptBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 00E356EA1AD99517003FC87E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 00E356F31AD99517003FC87E /* ExampleCocoapodsTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 13B07F871A680F5B00A75B9A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */, + 13B07FC11A68108700A75B9A /* main.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2D02E4771E0B4A5D006451C7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */, + 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 2D02E48C1E0B4A5D006451C7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2DCD954D1E0B4F2C00145EB5 /* ExampleCocoapodsTests.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 13B07F861A680F5B00A75B9A /* ExampleCocoapods */; + targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; + }; + 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 2D02E47A1E0B4A5D006451C7 /* ExampleCocoapods-tvOS */; + targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin PBXVariantGroup section */ + 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = { + isa = PBXVariantGroup; + children = ( + 13B07FB21A68108700A75B9A /* Base */, + ); + name = LaunchScreen.xib; + path = ExampleCocoapods; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 00E356F61AD99517003FC87E /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 88F43416EA70AEBEE951EBF8 /* Pods-ExampleCocoapodsTests.debug.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + INFOPLIST_FILE = ExampleCocoapodsTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ExampleCocoapods.app/ExampleCocoapods"; + }; + name = Debug; + }; + 00E356F71AD99517003FC87E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 9969C68C07BC54CFFC569580 /* Pods-ExampleCocoapodsTests.release.xcconfig */; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + COPY_PHASE_STRIP = NO; + INFOPLIST_FILE = ExampleCocoapodsTests/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = "$(TARGET_NAME)"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ExampleCocoapods.app/ExampleCocoapods"; + }; + name = Release; + }; + 13B07F941A680F5B00A75B9A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EC76F553D9F6DBC5B6B2CF61 /* Pods-ExampleCocoapods.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CURRENT_PROJECT_VERSION = 1; + DEAD_CODE_STRIPPING = NO; + INFOPLIST_FILE = ExampleCocoapods/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = ExampleCocoapods; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Debug; + }; + 13B07F951A680F5B00A75B9A /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 5E3139C3EF102648C4B4389A /* Pods-ExampleCocoapods.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CURRENT_PROJECT_VERSION = 1; + INFOPLIST_FILE = ExampleCocoapods/Info.plist; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ( + "$(inherited)", + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; + PRODUCT_NAME = ExampleCocoapods; + VERSIONING_SYSTEM = "apple-generic"; + }; + name = Release; + }; + 2D02E4971E0B4A5E006451C7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_ANALYZER_NONNULL = YES; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_TESTABILITY = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "ExampleCocoapods-tvOS/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.ExampleCocoapods-tvOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = appletvos; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 9.2; + }; + name = Debug; + }; + 2D02E4981E0B4A5E006451C7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image"; + ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; + CLANG_ANALYZER_NONNULL = YES; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "ExampleCocoapods-tvOS/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.ExampleCocoapods-tvOS"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = appletvos; + TARGETED_DEVICE_FAMILY = 3; + TVOS_DEPLOYMENT_TARGET = 9.2; + }; + name = Release; + }; + 2D02E4991E0B4A5E006451C7 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_ANALYZER_NONNULL = YES; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_TESTABILITY = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "ExampleCocoapods-tvOSTests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.ExampleCocoapods-tvOSTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = appletvos; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ExampleCocoapods-tvOS.app/ExampleCocoapods-tvOS"; + TVOS_DEPLOYMENT_TARGET = 10.1; + }; + name = Debug; + }; + 2D02E49A1E0B4A5E006451C7 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + BUNDLE_LOADER = "$(TEST_HOST)"; + CLANG_ANALYZER_NONNULL = YES; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "ExampleCocoapods-tvOSTests/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + OTHER_LDFLAGS = ( + "-ObjC", + "-lc++", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.ExampleCocoapods-tvOSTests"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = appletvos; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ExampleCocoapods-tvOS.app/ExampleCocoapods-tvOS"; + TVOS_DEPLOYMENT_TARGET = 10.1; + }; + name = Release; + }; + 83CBBA201A601CBA00E9B192 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + }; + name = Debug; + }; + 83CBBA211A601CBA00E9B192 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; + COPY_PHASE_STRIP = YES; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "ExampleCocoapodsTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 00E356F61AD99517003FC87E /* Debug */, + 00E356F71AD99517003FC87E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ExampleCocoapods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 13B07F941A680F5B00A75B9A /* Debug */, + 13B07F951A680F5B00A75B9A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "ExampleCocoapods-tvOS" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2D02E4971E0B4A5E006451C7 /* Debug */, + 2D02E4981E0B4A5E006451C7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "ExampleCocoapods-tvOSTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2D02E4991E0B4A5E006451C7 /* Debug */, + 2D02E49A1E0B4A5E006451C7 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ExampleCocoapods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 83CBBA201A601CBA00E9B192 /* Debug */, + 83CBBA211A601CBA00E9B192 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */; +} diff --git a/example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods-tvOS.xcscheme b/example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods-tvOS.xcscheme new file mode 100644 index 0000000..417f41b --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods-tvOS.xcscheme @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods.xcscheme b/example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods.xcscheme new file mode 100644 index 0000000..96fc53c --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods.xcodeproj/xcshareddata/xcschemes/ExampleCocoapods.xcscheme @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/example-cocoapods/ios/ExampleCocoapods.xcworkspace/contents.xcworkspacedata b/example-cocoapods/ios/ExampleCocoapods.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..2b1a990 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,10 @@ + + + + + + + diff --git a/example-cocoapods/ios/ExampleCocoapods/AppDelegate.h b/example-cocoapods/ios/ExampleCocoapods/AppDelegate.h new file mode 100644 index 0000000..d4f2580 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods/AppDelegate.h @@ -0,0 +1,14 @@ +/** + * Copyright (c) 2015-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +#import + +@interface AppDelegate : UIResponder + +@property (nonatomic, strong) UIWindow *window; + +@end diff --git a/example-cocoapods/ios/ExampleCocoapods/AppDelegate.m b/example-cocoapods/ios/ExampleCocoapods/AppDelegate.m new file mode 100644 index 0000000..a8337f6 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods/AppDelegate.m @@ -0,0 +1,35 @@ +/** + * Copyright (c) 2015-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +#import "AppDelegate.h" + +#import +#import + +@implementation AppDelegate + +- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions +{ + NSURL *jsCodeLocation; + + jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil]; + + RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation + moduleName:@"ExampleCocoapods" + initialProperties:nil + launchOptions:launchOptions]; + rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; + + self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds]; + UIViewController *rootViewController = [UIViewController new]; + rootViewController.view = rootView; + self.window.rootViewController = rootViewController; + [self.window makeKeyAndVisible]; + return YES; +} + +@end diff --git a/example-cocoapods/ios/ExampleCocoapods/Base.lproj/LaunchScreen.xib b/example-cocoapods/ios/ExampleCocoapods/Base.lproj/LaunchScreen.xib new file mode 100644 index 0000000..2aad42b --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods/Base.lproj/LaunchScreen.xib @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/example-cocoapods/ios/ExampleCocoapods/Images.xcassets/AppIcon.appiconset/Contents.json b/example-cocoapods/ios/ExampleCocoapods/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..118c98f --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,38 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/example-cocoapods/ios/ExampleCocoapods/Images.xcassets/Contents.json b/example-cocoapods/ios/ExampleCocoapods/Images.xcassets/Contents.json new file mode 100644 index 0000000..2d92bd5 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods/Images.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/example-cocoapods/ios/ExampleCocoapods/Info.plist b/example-cocoapods/ios/ExampleCocoapods/Info.plist new file mode 100644 index 0000000..6b5499a --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods/Info.plist @@ -0,0 +1,60 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + ExampleCocoapods + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSRequiresIPhoneOS + + NSLocationWhenInUseUsageDescription + + UILaunchStoryboardName + LaunchScreen + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UIViewControllerBasedStatusBarAppearance + + NSLocationWhenInUseUsageDescription + + NSAppTransportSecurity + + + NSAllowsArbitraryLoads + + NSExceptionDomains + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + + + + + diff --git a/example-cocoapods/ios/ExampleCocoapods/main.m b/example-cocoapods/ios/ExampleCocoapods/main.m new file mode 100644 index 0000000..c73e006 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapods/main.m @@ -0,0 +1,16 @@ +/** + * Copyright (c) 2015-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +#import + +#import "AppDelegate.h" + +int main(int argc, char * argv[]) { + @autoreleasepool { + return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); + } +} diff --git a/example-cocoapods/ios/ExampleCocoapodsTests/ExampleCocoapodsTests.m b/example-cocoapods/ios/ExampleCocoapodsTests/ExampleCocoapodsTests.m new file mode 100644 index 0000000..e8cd966 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapodsTests/ExampleCocoapodsTests.m @@ -0,0 +1,68 @@ +/** + * Copyright (c) 2015-present, Facebook, Inc. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + */ + +#import +#import + +#import +#import + +#define TIMEOUT_SECONDS 600 +#define TEXT_TO_LOOK_FOR @"Welcome to React Native!" + +@interface ExampleCocoapodsTests : XCTestCase + +@end + +@implementation ExampleCocoapodsTests + +- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test +{ + if (test(view)) { + return YES; + } + for (UIView *subview in [view subviews]) { + if ([self findSubviewInView:subview matching:test]) { + return YES; + } + } + return NO; +} + +- (void)testRendersWelcomeScreen +{ + UIViewController *vc = [[[RCTSharedApplication() delegate] window] rootViewController]; + NSDate *date = [NSDate dateWithTimeIntervalSinceNow:TIMEOUT_SECONDS]; + BOOL foundElement = NO; + + __block NSString *redboxError = nil; + RCTSetLogFunction(^(RCTLogLevel level, RCTLogSource source, NSString *fileName, NSNumber *lineNumber, NSString *message) { + if (level >= RCTLogLevelError) { + redboxError = message; + } + }); + + while ([date timeIntervalSinceNow] > 0 && !foundElement && !redboxError) { + [[NSRunLoop mainRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; + [[NSRunLoop mainRunLoop] runMode:NSRunLoopCommonModes beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.1]]; + + foundElement = [self findSubviewInView:vc.view matching:^BOOL(UIView *view) { + if ([view.accessibilityLabel isEqualToString:TEXT_TO_LOOK_FOR]) { + return YES; + } + return NO; + }]; + } + + RCTSetLogFunction(RCTDefaultLogFunction); + + XCTAssertNil(redboxError, @"RedBox error: %@", redboxError); + XCTAssertTrue(foundElement, @"Couldn't find element with text '%@' in %d seconds", TEXT_TO_LOOK_FOR, TIMEOUT_SECONDS); +} + + +@end diff --git a/example-cocoapods/ios/ExampleCocoapodsTests/Info.plist b/example-cocoapods/ios/ExampleCocoapodsTests/Info.plist new file mode 100644 index 0000000..ba72822 --- /dev/null +++ b/example-cocoapods/ios/ExampleCocoapodsTests/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/example-cocoapods/ios/Podfile b/example-cocoapods/ios/Podfile new file mode 100644 index 0000000..06ae2e1 --- /dev/null +++ b/example-cocoapods/ios/Podfile @@ -0,0 +1,20 @@ +# Uncomment the next line to define a global platform for your project +# platform :ios, '9.0' +pod 'React', :path => '../node_modules/react-native' +pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' + +target 'ExampleCocoapods' do + # Uncomment the next line if you're using Swift or would like to use dynamic frameworks + # use_frameworks! + + # Pods for ExampleCocoapods + + pod 'react-native-date-picker', :path => '../node_modules/react-native-date-picker' + + target 'ExampleCocoapodsTests' do + inherit! :search_paths + # Pods for testing + end + +end + diff --git a/example-cocoapods/ios/Podfile.lock b/example-cocoapods/ios/Podfile.lock new file mode 100644 index 0000000..0765f39 --- /dev/null +++ b/example-cocoapods/ios/Podfile.lock @@ -0,0 +1,30 @@ +PODS: + - React (0.57.7): + - React/Core (= 0.57.7) + - react-native-date-picker (2.2.1): + - React + - React/Core (0.57.7): + - yoga (= 0.57.7.React) + - yoga (0.57.7.React) + +DEPENDENCIES: + - React (from `../node_modules/react-native`) + - react-native-date-picker (from `../node_modules/react-native-date-picker`) + - yoga (from `../node_modules/react-native/ReactCommon/yoga`) + +EXTERNAL SOURCES: + React: + :path: ../node_modules/react-native + react-native-date-picker: + :path: ../node_modules/react-native-date-picker + yoga: + :path: ../node_modules/react-native/ReactCommon/yoga + +SPEC CHECKSUMS: + React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11 + react-native-date-picker: e6ce9225e56a3aeaddc01847be02c7ed1477de58 + yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85 + +PODFILE CHECKSUM: 74280a6d663f7ca045d2efeeeb62f80c71e4f4bd + +COCOAPODS: 1.4.0 diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAccessibilityManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAccessibilityManager.h new file mode 120000 index 0000000..fc8b03b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAccessibilityManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAccessibilityManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorView.h new file mode 120000 index 0000000..0c5bbad --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTActivityIndicatorView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorViewManager.h new file mode 120000 index 0000000..b8cc7db --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTActivityIndicatorViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTActivityIndicatorViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAlertManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAlertManager.h new file mode 120000 index 0000000..d48ca0d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAlertManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAlertManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAnimationType.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAnimationType.h new file mode 120000 index 0000000..6768bdc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAnimationType.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTAnimationType.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAppState.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAppState.h new file mode 120000 index 0000000..1e2dfd2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAppState.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAppState.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAssert.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAssert.h new file mode 120000 index 0000000..4761c46 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAssert.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTAssert.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAsyncLocalStorage.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAsyncLocalStorage.h new file mode 120000 index 0000000..16d8616 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAsyncLocalStorage.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAsyncLocalStorage.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAutoInsetsProtocol.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAutoInsetsProtocol.h new file mode 120000 index 0000000..977cac1 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTAutoInsetsProtocol.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTAutoInsetsProtocol.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderDrawing.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderDrawing.h new file mode 120000 index 0000000..d594a2e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderDrawing.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTBorderDrawing.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderStyle.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderStyle.h new file mode 120000 index 0000000..d01ef1f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBorderStyle.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTBorderStyle.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge+Private.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge+Private.h new file mode 120000 index 0000000..108d3aa --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge+Private.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridge+Private.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge.h new file mode 120000 index 0000000..9dc520c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridge.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridge.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeDelegate.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeDelegate.h new file mode 120000 index 0000000..8d7c3e4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridgeDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeMethod.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeMethod.h new file mode 120000 index 0000000..fb43a0b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeMethod.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridgeMethod.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeModule.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeModule.h new file mode 120000 index 0000000..aaa1a01 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBridgeModule.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridgeModule.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBundleURLProvider.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBundleURLProvider.h new file mode 120000 index 0000000..0235a7d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTBundleURLProvider.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBundleURLProvider.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTClipboard.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTClipboard.h new file mode 120000 index 0000000..e90e624 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTClipboard.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTClipboard.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponent.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponent.h new file mode 120000 index 0000000..e02cd2e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponent.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTComponent.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponentData.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponentData.h new file mode 120000 index 0000000..2758f5c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTComponentData.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTComponentData.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+CoreLocation.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+CoreLocation.h new file mode 120000 index 0000000..178041a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+CoreLocation.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTConvert+CoreLocation.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+Transform.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+Transform.h new file mode 120000 index 0000000..9642fcf --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert+Transform.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTConvert+Transform.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert.h new file mode 120000 index 0000000..6fc180f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTConvert.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTConvert.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTCxxConvert.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTCxxConvert.h new file mode 120000 index 0000000..1c2b54b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTCxxConvert.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTCxxConvert.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePicker.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePicker.h new file mode 120000 index 0000000..b5f9b97 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePicker.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTDatePicker.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePickerManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePickerManager.h new file mode 120000 index 0000000..d6ac8a1 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDatePickerManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTDatePickerManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDefines.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDefines.h new file mode 120000 index 0000000..b3c2a2b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDefines.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTDefines.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDevSettings.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDevSettings.h new file mode 120000 index 0000000..d139e67 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDevSettings.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTDevSettings.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDeviceInfo.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDeviceInfo.h new file mode 120000 index 0000000..c3a35d5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDeviceInfo.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTDeviceInfo.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDisplayLink.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDisplayLink.h new file mode 120000 index 0000000..e304ba0 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTDisplayLink.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTDisplayLink.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorCustomizer.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorCustomizer.h new file mode 120000 index 0000000..d7d88fb --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorCustomizer.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTErrorCustomizer.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorInfo.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorInfo.h new file mode 120000 index 0000000..73aea6a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTErrorInfo.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTErrorInfo.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventDispatcher.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventDispatcher.h new file mode 120000 index 0000000..de3e65c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventDispatcher.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTEventDispatcher.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventEmitter.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventEmitter.h new file mode 120000 index 0000000..706c933 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTEventEmitter.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTEventEmitter.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTExceptionsManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTExceptionsManager.h new file mode 120000 index 0000000..4eaa898 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTExceptionsManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTExceptionsManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFPSGraph.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFPSGraph.h new file mode 120000 index 0000000..d653014 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFPSGraph.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Profiler/RCTFPSGraph.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFont.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFont.h new file mode 120000 index 0000000..aac6506 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFont.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTFont.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFrameUpdate.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFrameUpdate.h new file mode 120000 index 0000000..fced175 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTFrameUpdate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTFrameUpdate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nManager.h new file mode 120000 index 0000000..d3c6d62 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTI18nManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nUtil.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nUtil.h new file mode 120000 index 0000000..1bddac1 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTI18nUtil.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTI18nUtil.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTImageSource.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTImageSource.h new file mode 120000 index 0000000..861fc79 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTImageSource.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTImageSource.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTInvalidating.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTInvalidating.h new file mode 120000 index 0000000..285e9af --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTInvalidating.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTInvalidating.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCErrorHandling.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCErrorHandling.h new file mode 120000 index 0000000..6a80fde --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCErrorHandling.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJSCErrorHandling.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCSamplingProfiler.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCSamplingProfiler.h new file mode 120000 index 0000000..f6f9c35 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSCSamplingProfiler.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTJSCSamplingProfiler.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSStackFrame.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSStackFrame.h new file mode 120000 index 0000000..df7d61c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJSStackFrame.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJSStackFrame.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptExecutor.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptExecutor.h new file mode 120000 index 0000000..1081962 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptExecutor.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJavaScriptExecutor.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptLoader.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptLoader.h new file mode 120000 index 0000000..eec188e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTJavaScriptLoader.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJavaScriptLoader.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyCommands.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyCommands.h new file mode 120000 index 0000000..6217ece --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyCommands.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTKeyCommands.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyboardObserver.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyboardObserver.h new file mode 120000 index 0000000..6e324b8 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTKeyboardObserver.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTKeyboardObserver.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayout.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayout.h new file mode 120000 index 0000000..0d1995c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayout.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTLayout.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimation.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimation.h new file mode 120000 index 0000000..4700738 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimation.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTLayoutAnimation.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimationGroup.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimationGroup.h new file mode 120000 index 0000000..3a0db4b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLayoutAnimationGroup.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTLayoutAnimationGroup.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLog.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLog.h new file mode 120000 index 0000000..ef54a82 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTLog.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTLog.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMacros.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMacros.h new file mode 120000 index 0000000..31884e5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMacros.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Profiler/RCTMacros.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTManagedPointer.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTManagedPointer.h new file mode 120000 index 0000000..ed6f6f9 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTManagedPointer.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTManagedPointer.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedView.h new file mode 120000 index 0000000..a9e271c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTMaskedView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedViewManager.h new file mode 120000 index 0000000..1507260 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMaskedViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTMaskedViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostView.h new file mode 120000 index 0000000..a47a559 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalHostView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewController.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewController.h new file mode 120000 index 0000000..1c70a0f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalHostViewController.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewManager.h new file mode 120000 index 0000000..6622147 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalHostViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalHostViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalManager.h new file mode 120000 index 0000000..a043e06 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModalManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleData.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleData.h new file mode 120000 index 0000000..2f242b7 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleData.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTModuleData.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleMethod.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleMethod.h new file mode 120000 index 0000000..b2ba8c3 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTModuleMethod.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTModuleMethod.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartDataTask.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartDataTask.h new file mode 120000 index 0000000..16816b9 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartDataTask.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTMultipartDataTask.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartStreamReader.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartStreamReader.h new file mode 120000 index 0000000..7b5f843 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTMultipartStreamReader.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTMultipartStreamReader.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItem.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItem.h new file mode 120000 index 0000000..9c44756 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItem.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavItem.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItemManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItemManager.h new file mode 120000 index 0000000..135477f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavItemManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavItemManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigator.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigator.h new file mode 120000 index 0000000..8391a9a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigator.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavigator.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigatorManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigatorManager.h new file mode 120000 index 0000000..2d9d117 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNavigatorManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavigatorManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNullability.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNullability.h new file mode 120000 index 0000000..1644ebe --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTNullability.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTNullability.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTParserUtils.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTParserUtils.h new file mode 120000 index 0000000..0d2bee9 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTParserUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTParserUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPerformanceLogger.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPerformanceLogger.h new file mode 120000 index 0000000..a1164c4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPerformanceLogger.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTPerformanceLogger.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPicker.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPicker.h new file mode 120000 index 0000000..c228c4f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPicker.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTPicker.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPickerManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPickerManager.h new file mode 120000 index 0000000..5e7bfa0 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPickerManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTPickerManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPlatform.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPlatform.h new file mode 120000 index 0000000..65b7637 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPlatform.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTPlatform.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPointerEvents.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPointerEvents.h new file mode 120000 index 0000000..2df7161 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTPointerEvents.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTPointerEvents.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProfile.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProfile.h new file mode 120000 index 0000000..23c2683 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProfile.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Profiler/RCTProfile.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProgressViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProgressViewManager.h new file mode 120000 index 0000000..1504fc2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTProgressViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTProgressViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBox.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBox.h new file mode 120000 index 0000000..a17cd2a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBox.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTRedBox.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBoxExtraDataViewController.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBoxExtraDataViewController.h new file mode 120000 index 0000000..9fbe8ef --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRedBoxExtraDataViewController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControl.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControl.h new file mode 120000 index 0000000..a44be6e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControl.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTRefreshControl.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControlManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControlManager.h new file mode 120000 index 0000000..8939ee0 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRefreshControlManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTRefreshControlManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTReloadCommand.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTReloadCommand.h new file mode 120000 index 0000000..68729ee --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTReloadCommand.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTReloadCommand.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootContentView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootContentView.h new file mode 120000 index 0000000..aa8e212 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootContentView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootContentView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootShadowView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootShadowView.h new file mode 120000 index 0000000..cdc4d64 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTRootShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootView.h new file mode 120000 index 0000000..f00392e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewDelegate.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewDelegate.h new file mode 120000 index 0000000..9c6bfdc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootViewDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewInternal.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewInternal.h new file mode 120000 index 0000000..ba4f178 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTRootViewInternal.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootViewInternal.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaShadowView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaShadowView.h new file mode 120000 index 0000000..7fa97ad --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaView.h new file mode 120000 index 0000000..e7cbbf5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewLocalData.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewLocalData.h new file mode 120000 index 0000000..25bfbdb --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewLocalData.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaViewLocalData.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewManager.h new file mode 120000 index 0000000..702a06f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSafeAreaViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentShadowView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentShadowView.h new file mode 120000 index 0000000..f853434 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentView.h new file mode 120000 index 0000000..49d98f5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentViewManager.h new file mode 120000 index 0000000..5a0c7b5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollContentViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollView.h new file mode 120000 index 0000000..aff0d45 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollViewManager.h new file mode 120000 index 0000000..977f403 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollableProtocol.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollableProtocol.h new file mode 120000 index 0000000..f4d4370 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTScrollableProtocol.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollableProtocol.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControl.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControl.h new file mode 120000 index 0000000..aa7160e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControl.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSegmentedControl.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControlManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControlManager.h new file mode 120000 index 0000000..6e3801d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSegmentedControlManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSegmentedControlManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Internal.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Internal.h new file mode 120000 index 0000000..f6c4c7e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Internal.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTShadowView+Internal.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Layout.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Layout.h new file mode 120000 index 0000000..bb8b02d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView+Layout.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTShadowView+Layout.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView.h new file mode 120000 index 0000000..e6820a5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSlider.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSlider.h new file mode 120000 index 0000000..797a6dc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSlider.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSlider.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSliderManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSliderManager.h new file mode 120000 index 0000000..94f51b2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSliderManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSliderManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSourceCode.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSourceCode.h new file mode 120000 index 0000000..5d9c5d2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSourceCode.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTSourceCode.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTStatusBarManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTStatusBarManager.h new file mode 120000 index 0000000..b112a8a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTStatusBarManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTStatusBarManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurface.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurface.h new file mode 120000 index 0000000..3469a1c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurface.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurface.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceDelegate.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceDelegate.h new file mode 120000 index 0000000..eab7fee --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingProxyRootView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingProxyRootView.h new file mode 120000 index 0000000..742fcae --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingProxyRootView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingProxyRootView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingView.h new file mode 120000 index 0000000..4d7e1e5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceHostingView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowView.h new file mode 120000 index 0000000..eb63c7b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceRootShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowViewDelegate.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowViewDelegate.h new file mode 120000 index 0000000..15007b6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootShadowViewDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceRootShadowViewDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootView.h new file mode 120000 index 0000000..b838430 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceRootView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceRootView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceSizeMeasureMode.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceSizeMeasureMode.h new file mode 120000 index 0000000..7da0fa3 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceSizeMeasureMode.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceStage.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceStage.h new file mode 120000 index 0000000..066b638 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceStage.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceStage.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView+Internal.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView+Internal.h new file mode 120000 index 0000000..9a1c0eb --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView+Internal.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceView+Internal.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView.h new file mode 120000 index 0000000..87e50e4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSurfaceView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitch.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitch.h new file mode 120000 index 0000000..c04332f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitch.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSwitch.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitchManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitchManager.h new file mode 120000 index 0000000..20ab2fc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTSwitchManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSwitchManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBar.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBar.h new file mode 120000 index 0000000..63c56ac --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBar.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBar.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItem.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItem.h new file mode 120000 index 0000000..65c19c6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItem.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBarItem.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItemManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItemManager.h new file mode 120000 index 0000000..6db87be --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarItemManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBarItemManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarManager.h new file mode 120000 index 0000000..db41d5c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTabBarManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBarManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTextDecorationLineType.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTextDecorationLineType.h new file mode 120000 index 0000000..d1bb3cf --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTextDecorationLineType.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTextDecorationLineType.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTiming.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTiming.h new file mode 120000 index 0000000..00772a3 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTiming.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTTiming.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchEvent.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchEvent.h new file mode 120000 index 0000000..cde251e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchEvent.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTTouchEvent.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchHandler.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchHandler.h new file mode 120000 index 0000000..6c291d4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTTouchHandler.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTTouchHandler.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManager.h new file mode 120000 index 0000000..c238e75 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTUIManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerObserverCoordinator.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerObserverCoordinator.h new file mode 120000 index 0000000..1d1d386 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerObserverCoordinator.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTUIManagerObserverCoordinator.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerUtils.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerUtils.h new file mode 120000 index 0000000..2637880 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIManagerUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTUIManagerUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIUtils.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIUtils.h new file mode 120000 index 0000000..42d7250 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUIUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/UIUtils/RCTUIUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestDelegate.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestDelegate.h new file mode 120000 index 0000000..8c89460 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTURLRequestDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestHandler.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestHandler.h new file mode 120000 index 0000000..25629f6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTURLRequestHandler.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTURLRequestHandler.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUtils.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUtils.h new file mode 120000 index 0000000..ae80f11 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTVersion.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTVersion.h new file mode 120000 index 0000000..7294e61 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTVersion.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTVersion.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTView.h new file mode 120000 index 0000000..b4fe456 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTViewManager.h new file mode 120000 index 0000000..171cb69 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebView.h new file mode 120000 index 0000000..c249385 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWKWebView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebViewManager.h new file mode 120000 index 0000000..f4e857a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWKWebViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWKWebViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebView.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebView.h new file mode 120000 index 0000000..b7f894c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWebView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebViewManager.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebViewManager.h new file mode 120000 index 0000000..188c2c6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWebViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWebViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWrapperViewController.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWrapperViewController.h new file mode 120000 index 0000000..1d77dd8 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/RCTWrapperViewController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWrapperViewController.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+Private.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+Private.h new file mode 120000 index 0000000..3018914 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+Private.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/UIView+Private.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+React.h b/example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+React.h new file mode 120000 index 0000000..2766d83 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/React/React/UIView+React.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/UIView+React.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/DatePicker.h b/example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/DatePicker.h new file mode 120000 index 0000000..87908de --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/DatePicker.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-date-picker/ios/RNDatePicker/DatePicker.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/RNDatePickerManager.h b/example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/RNDatePickerManager.h new file mode 120000 index 0000000..a5135aa --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/react-native-date-picker/RNDatePickerManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-date-picker/ios/RNDatePicker/RNDatePickerManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/Utils.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/Utils.h new file mode 120000 index 0000000..3ef3620 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/Utils.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/Utils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGConfig.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGConfig.h new file mode 120000 index 0000000..a6d72ad --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGConfig.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGConfig.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGEnums.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGEnums.h new file mode 120000 index 0000000..b10f998 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGEnums.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGFloatOptional.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGFloatOptional.h new file mode 120000 index 0000000..915d69c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGFloatOptional.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGFloatOptional.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGLayout.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGLayout.h new file mode 120000 index 0000000..e68f6bd --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGLayout.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGLayout.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGMacros.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGMacros.h new file mode 120000 index 0000000..3c8ad5a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGMacros.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGNode.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGNode.h new file mode 120000 index 0000000..e8c3a95 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGNode.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNode.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGNodePrint.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGNodePrint.h new file mode 120000 index 0000000..da1691e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGNodePrint.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGNodePrint.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/YGStyle.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGStyle.h new file mode 120000 index 0000000..d2773e2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/YGStyle.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGStyle.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga-internal.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga-internal.h new file mode 120000 index 0000000..4568c5b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga-internal.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/Yoga-internal.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga.h b/example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga.h new file mode 120000 index 0000000..d870fc6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Private/yoga/Yoga.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAccessibilityManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAccessibilityManager.h new file mode 120000 index 0000000..fc8b03b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAccessibilityManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAccessibilityManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorView.h new file mode 120000 index 0000000..0c5bbad --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTActivityIndicatorView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorViewManager.h new file mode 120000 index 0000000..b8cc7db --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTActivityIndicatorViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTActivityIndicatorViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAlertManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAlertManager.h new file mode 120000 index 0000000..d48ca0d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAlertManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAlertManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAnimationType.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAnimationType.h new file mode 120000 index 0000000..6768bdc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAnimationType.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTAnimationType.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAppState.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAppState.h new file mode 120000 index 0000000..1e2dfd2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAppState.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAppState.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAssert.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAssert.h new file mode 120000 index 0000000..4761c46 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAssert.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTAssert.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAsyncLocalStorage.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAsyncLocalStorage.h new file mode 120000 index 0000000..16d8616 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAsyncLocalStorage.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTAsyncLocalStorage.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAutoInsetsProtocol.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAutoInsetsProtocol.h new file mode 120000 index 0000000..977cac1 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTAutoInsetsProtocol.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTAutoInsetsProtocol.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderDrawing.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderDrawing.h new file mode 120000 index 0000000..d594a2e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderDrawing.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTBorderDrawing.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderStyle.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderStyle.h new file mode 120000 index 0000000..d01ef1f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBorderStyle.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTBorderStyle.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge+Private.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge+Private.h new file mode 120000 index 0000000..108d3aa --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge+Private.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridge+Private.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge.h new file mode 120000 index 0000000..9dc520c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridge.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridge.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeDelegate.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeDelegate.h new file mode 120000 index 0000000..8d7c3e4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridgeDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeMethod.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeMethod.h new file mode 120000 index 0000000..fb43a0b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeMethod.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridgeMethod.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeModule.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeModule.h new file mode 120000 index 0000000..aaa1a01 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBridgeModule.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBridgeModule.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBundleURLProvider.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBundleURLProvider.h new file mode 120000 index 0000000..0235a7d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTBundleURLProvider.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTBundleURLProvider.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTClipboard.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTClipboard.h new file mode 120000 index 0000000..e90e624 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTClipboard.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTClipboard.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponent.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponent.h new file mode 120000 index 0000000..e02cd2e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponent.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTComponent.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponentData.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponentData.h new file mode 120000 index 0000000..2758f5c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTComponentData.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTComponentData.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+CoreLocation.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+CoreLocation.h new file mode 120000 index 0000000..178041a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+CoreLocation.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTConvert+CoreLocation.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+Transform.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+Transform.h new file mode 120000 index 0000000..9642fcf --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert+Transform.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTConvert+Transform.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert.h new file mode 120000 index 0000000..6fc180f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTConvert.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTConvert.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTCxxConvert.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTCxxConvert.h new file mode 120000 index 0000000..1c2b54b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTCxxConvert.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTCxxConvert.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePicker.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePicker.h new file mode 120000 index 0000000..b5f9b97 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePicker.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTDatePicker.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePickerManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePickerManager.h new file mode 120000 index 0000000..d6ac8a1 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDatePickerManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTDatePickerManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDefines.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDefines.h new file mode 120000 index 0000000..b3c2a2b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDefines.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTDefines.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDevSettings.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDevSettings.h new file mode 120000 index 0000000..d139e67 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDevSettings.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTDevSettings.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDeviceInfo.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDeviceInfo.h new file mode 120000 index 0000000..c3a35d5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDeviceInfo.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTDeviceInfo.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDisplayLink.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDisplayLink.h new file mode 120000 index 0000000..e304ba0 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTDisplayLink.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTDisplayLink.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorCustomizer.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorCustomizer.h new file mode 120000 index 0000000..d7d88fb --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorCustomizer.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTErrorCustomizer.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorInfo.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorInfo.h new file mode 120000 index 0000000..73aea6a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTErrorInfo.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTErrorInfo.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventDispatcher.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventDispatcher.h new file mode 120000 index 0000000..de3e65c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventDispatcher.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTEventDispatcher.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventEmitter.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventEmitter.h new file mode 120000 index 0000000..706c933 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTEventEmitter.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTEventEmitter.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTExceptionsManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTExceptionsManager.h new file mode 120000 index 0000000..4eaa898 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTExceptionsManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTExceptionsManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFPSGraph.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFPSGraph.h new file mode 120000 index 0000000..d653014 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFPSGraph.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Profiler/RCTFPSGraph.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFont.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFont.h new file mode 120000 index 0000000..aac6506 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFont.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTFont.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFrameUpdate.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFrameUpdate.h new file mode 120000 index 0000000..fced175 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTFrameUpdate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTFrameUpdate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nManager.h new file mode 120000 index 0000000..d3c6d62 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTI18nManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nUtil.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nUtil.h new file mode 120000 index 0000000..1bddac1 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTI18nUtil.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTI18nUtil.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTImageSource.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTImageSource.h new file mode 120000 index 0000000..861fc79 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTImageSource.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTImageSource.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTInvalidating.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTInvalidating.h new file mode 120000 index 0000000..285e9af --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTInvalidating.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTInvalidating.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCErrorHandling.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCErrorHandling.h new file mode 120000 index 0000000..6a80fde --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCErrorHandling.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJSCErrorHandling.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCSamplingProfiler.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCSamplingProfiler.h new file mode 120000 index 0000000..f6f9c35 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSCSamplingProfiler.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTJSCSamplingProfiler.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSStackFrame.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSStackFrame.h new file mode 120000 index 0000000..df7d61c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJSStackFrame.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJSStackFrame.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptExecutor.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptExecutor.h new file mode 120000 index 0000000..1081962 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptExecutor.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJavaScriptExecutor.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptLoader.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptLoader.h new file mode 120000 index 0000000..eec188e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTJavaScriptLoader.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTJavaScriptLoader.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyCommands.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyCommands.h new file mode 120000 index 0000000..6217ece --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyCommands.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTKeyCommands.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyboardObserver.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyboardObserver.h new file mode 120000 index 0000000..6e324b8 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTKeyboardObserver.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTKeyboardObserver.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayout.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayout.h new file mode 120000 index 0000000..0d1995c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayout.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTLayout.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimation.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimation.h new file mode 120000 index 0000000..4700738 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimation.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTLayoutAnimation.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimationGroup.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimationGroup.h new file mode 120000 index 0000000..3a0db4b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLayoutAnimationGroup.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTLayoutAnimationGroup.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLog.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLog.h new file mode 120000 index 0000000..ef54a82 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTLog.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTLog.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMacros.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMacros.h new file mode 120000 index 0000000..31884e5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMacros.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Profiler/RCTMacros.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTManagedPointer.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTManagedPointer.h new file mode 120000 index 0000000..ed6f6f9 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTManagedPointer.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTManagedPointer.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedView.h new file mode 120000 index 0000000..a9e271c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTMaskedView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedViewManager.h new file mode 120000 index 0000000..1507260 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMaskedViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTMaskedViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostView.h new file mode 120000 index 0000000..a47a559 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalHostView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewController.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewController.h new file mode 120000 index 0000000..1c70a0f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalHostViewController.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewManager.h new file mode 120000 index 0000000..6622147 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalHostViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalHostViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalManager.h new file mode 120000 index 0000000..a043e06 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModalManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTModalManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleData.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleData.h new file mode 120000 index 0000000..2f242b7 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleData.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTModuleData.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleMethod.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleMethod.h new file mode 120000 index 0000000..b2ba8c3 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTModuleMethod.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTModuleMethod.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartDataTask.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartDataTask.h new file mode 120000 index 0000000..16816b9 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartDataTask.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTMultipartDataTask.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartStreamReader.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartStreamReader.h new file mode 120000 index 0000000..7b5f843 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTMultipartStreamReader.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTMultipartStreamReader.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItem.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItem.h new file mode 120000 index 0000000..9c44756 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItem.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavItem.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItemManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItemManager.h new file mode 120000 index 0000000..135477f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavItemManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavItemManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigator.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigator.h new file mode 120000 index 0000000..8391a9a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigator.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavigator.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigatorManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigatorManager.h new file mode 120000 index 0000000..2d9d117 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNavigatorManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTNavigatorManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNullability.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNullability.h new file mode 120000 index 0000000..1644ebe --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTNullability.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTNullability.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTParserUtils.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTParserUtils.h new file mode 120000 index 0000000..0d2bee9 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTParserUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTParserUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPerformanceLogger.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPerformanceLogger.h new file mode 120000 index 0000000..a1164c4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPerformanceLogger.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTPerformanceLogger.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPicker.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPicker.h new file mode 120000 index 0000000..c228c4f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPicker.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTPicker.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPickerManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPickerManager.h new file mode 120000 index 0000000..5e7bfa0 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPickerManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTPickerManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPlatform.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPlatform.h new file mode 120000 index 0000000..65b7637 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPlatform.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTPlatform.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPointerEvents.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPointerEvents.h new file mode 120000 index 0000000..2df7161 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTPointerEvents.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTPointerEvents.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProfile.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProfile.h new file mode 120000 index 0000000..23c2683 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProfile.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Profiler/RCTProfile.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProgressViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProgressViewManager.h new file mode 120000 index 0000000..1504fc2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTProgressViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTProgressViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBox.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBox.h new file mode 120000 index 0000000..a17cd2a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBox.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTRedBox.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBoxExtraDataViewController.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBoxExtraDataViewController.h new file mode 120000 index 0000000..9fbe8ef --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRedBoxExtraDataViewController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControl.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControl.h new file mode 120000 index 0000000..a44be6e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControl.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTRefreshControl.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControlManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControlManager.h new file mode 120000 index 0000000..8939ee0 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRefreshControlManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTRefreshControlManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTReloadCommand.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTReloadCommand.h new file mode 120000 index 0000000..68729ee --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTReloadCommand.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTReloadCommand.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootContentView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootContentView.h new file mode 120000 index 0000000..aa8e212 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootContentView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootContentView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootShadowView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootShadowView.h new file mode 120000 index 0000000..cdc4d64 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTRootShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootView.h new file mode 120000 index 0000000..f00392e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewDelegate.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewDelegate.h new file mode 120000 index 0000000..9c6bfdc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootViewDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewInternal.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewInternal.h new file mode 120000 index 0000000..ba4f178 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTRootViewInternal.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTRootViewInternal.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaShadowView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaShadowView.h new file mode 120000 index 0000000..7fa97ad --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaView.h new file mode 120000 index 0000000..e7cbbf5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewLocalData.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewLocalData.h new file mode 120000 index 0000000..25bfbdb --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewLocalData.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaViewLocalData.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewManager.h new file mode 120000 index 0000000..702a06f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSafeAreaViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentShadowView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentShadowView.h new file mode 120000 index 0000000..f853434 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentView.h new file mode 120000 index 0000000..49d98f5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentViewManager.h new file mode 120000 index 0000000..5a0c7b5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollContentViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollView.h new file mode 120000 index 0000000..aff0d45 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollViewManager.h new file mode 120000 index 0000000..977f403 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollableProtocol.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollableProtocol.h new file mode 120000 index 0000000..f4d4370 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTScrollableProtocol.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollableProtocol.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControl.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControl.h new file mode 120000 index 0000000..aa7160e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControl.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSegmentedControl.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControlManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControlManager.h new file mode 120000 index 0000000..6e3801d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSegmentedControlManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSegmentedControlManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Internal.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Internal.h new file mode 120000 index 0000000..f6c4c7e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Internal.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTShadowView+Internal.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Layout.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Layout.h new file mode 120000 index 0000000..bb8b02d --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView+Layout.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTShadowView+Layout.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView.h new file mode 120000 index 0000000..e6820a5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSlider.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSlider.h new file mode 120000 index 0000000..797a6dc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSlider.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSlider.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSliderManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSliderManager.h new file mode 120000 index 0000000..94f51b2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSliderManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSliderManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSourceCode.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSourceCode.h new file mode 120000 index 0000000..5d9c5d2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSourceCode.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTSourceCode.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTStatusBarManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTStatusBarManager.h new file mode 120000 index 0000000..b112a8a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTStatusBarManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTStatusBarManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurface.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurface.h new file mode 120000 index 0000000..3469a1c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurface.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurface.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceDelegate.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceDelegate.h new file mode 120000 index 0000000..eab7fee --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingProxyRootView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingProxyRootView.h new file mode 120000 index 0000000..742fcae --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingProxyRootView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingProxyRootView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingView.h new file mode 120000 index 0000000..4d7e1e5 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceHostingView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowView.h new file mode 120000 index 0000000..eb63c7b --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceRootShadowView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowViewDelegate.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowViewDelegate.h new file mode 120000 index 0000000..15007b6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootShadowViewDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceRootShadowViewDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootView.h new file mode 120000 index 0000000..b838430 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceRootView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceRootView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceSizeMeasureMode.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceSizeMeasureMode.h new file mode 120000 index 0000000..7da0fa3 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceSizeMeasureMode.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceStage.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceStage.h new file mode 120000 index 0000000..066b638 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceStage.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceStage.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView+Internal.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView+Internal.h new file mode 120000 index 0000000..9a1c0eb --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView+Internal.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceView+Internal.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView.h new file mode 120000 index 0000000..87e50e4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSurfaceView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/Surface/RCTSurfaceView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitch.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitch.h new file mode 120000 index 0000000..c04332f --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitch.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSwitch.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitchManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitchManager.h new file mode 120000 index 0000000..20ab2fc --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTSwitchManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTSwitchManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBar.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBar.h new file mode 120000 index 0000000..63c56ac --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBar.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBar.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItem.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItem.h new file mode 120000 index 0000000..65c19c6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItem.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBarItem.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItemManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItemManager.h new file mode 120000 index 0000000..6db87be --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarItemManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBarItemManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarManager.h new file mode 120000 index 0000000..db41d5c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTabBarManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTabBarManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTextDecorationLineType.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTextDecorationLineType.h new file mode 120000 index 0000000..d1bb3cf --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTextDecorationLineType.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTTextDecorationLineType.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTiming.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTiming.h new file mode 120000 index 0000000..00772a3 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTiming.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTTiming.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchEvent.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchEvent.h new file mode 120000 index 0000000..cde251e --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchEvent.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTTouchEvent.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchHandler.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchHandler.h new file mode 120000 index 0000000..6c291d4 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTTouchHandler.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTTouchHandler.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManager.h new file mode 120000 index 0000000..c238e75 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTUIManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerObserverCoordinator.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerObserverCoordinator.h new file mode 120000 index 0000000..1d1d386 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerObserverCoordinator.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTUIManagerObserverCoordinator.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerUtils.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerUtils.h new file mode 120000 index 0000000..2637880 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIManagerUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Modules/RCTUIManagerUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIUtils.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIUtils.h new file mode 120000 index 0000000..42d7250 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUIUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/UIUtils/RCTUIUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestDelegate.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestDelegate.h new file mode 120000 index 0000000..8c89460 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestDelegate.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTURLRequestDelegate.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestHandler.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestHandler.h new file mode 120000 index 0000000..25629f6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTURLRequestHandler.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTURLRequestHandler.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUtils.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUtils.h new file mode 120000 index 0000000..ae80f11 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTUtils.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTUtils.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTVersion.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTVersion.h new file mode 120000 index 0000000..7294e61 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTVersion.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Base/RCTVersion.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTView.h new file mode 120000 index 0000000..b4fe456 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTViewManager.h new file mode 120000 index 0000000..171cb69 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebView.h new file mode 120000 index 0000000..c249385 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWKWebView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebViewManager.h new file mode 120000 index 0000000..f4e857a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWKWebViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWKWebViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebView.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebView.h new file mode 120000 index 0000000..b7f894c --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebView.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWebView.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebViewManager.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebViewManager.h new file mode 120000 index 0000000..188c2c6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWebViewManager.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWebViewManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWrapperViewController.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWrapperViewController.h new file mode 120000 index 0000000..1d77dd8 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/RCTWrapperViewController.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/RCTWrapperViewController.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+Private.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+Private.h new file mode 120000 index 0000000..3018914 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+Private.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/UIView+Private.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+React.h b/example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+React.h new file mode 120000 index 0000000..2766d83 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/React/React/UIView+React.h @@ -0,0 +1 @@ +../../../../../../node_modules/react-native/React/Views/UIView+React.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/DatePicker.h b/example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/DatePicker.h new file mode 120000 index 0000000..87908de --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/DatePicker.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-date-picker/ios/RNDatePicker/DatePicker.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/RNDatePickerManager.h b/example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/RNDatePickerManager.h new file mode 120000 index 0000000..a5135aa --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/react-native-date-picker/RNDatePickerManager.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native-date-picker/ios/RNDatePicker/RNDatePickerManager.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/yoga/YGEnums.h b/example-cocoapods/ios/Pods/Headers/Public/yoga/YGEnums.h new file mode 120000 index 0000000..b10f998 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/yoga/YGEnums.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/yoga/YGMacros.h b/example-cocoapods/ios/Pods/Headers/Public/yoga/YGMacros.h new file mode 120000 index 0000000..3c8ad5a --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/yoga/YGMacros.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Headers/Public/yoga/Yoga.h b/example-cocoapods/ios/Pods/Headers/Public/yoga/Yoga.h new file mode 120000 index 0000000..d870fc6 --- /dev/null +++ b/example-cocoapods/ios/Pods/Headers/Public/yoga/Yoga.h @@ -0,0 +1 @@ +../../../../../node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h \ No newline at end of file diff --git a/example-cocoapods/ios/Pods/Local Podspecs/React.podspec.json b/example-cocoapods/ios/Pods/Local Podspecs/React.podspec.json new file mode 100644 index 0000000..b810388 --- /dev/null +++ b/example-cocoapods/ios/Pods/Local Podspecs/React.podspec.json @@ -0,0 +1,528 @@ +{ + "name": "React", + "version": "0.57.7", + "summary": "A framework for building native apps using React", + "description": "React Native apps are built using the React JS\nframework, and render directly to native UIKit\nelements using a fully asynchronous architecture.\nThere is no browser and no HTML. We have picked what\nwe think is the best set of features from these and\nother technologies to build what we hope to become\nthe best product development framework available,\nwith an emphasis on iteration speed, developer\ndelight, continuity of technology, and absolutely\nbeautiful and fast products with no compromises in\nquality or capability.", + "homepage": "http://facebook.github.io/react-native/", + "license": "MIT", + "authors": "Facebook", + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.57.7" + }, + "default_subspecs": "Core", + "requires_arc": true, + "platforms": { + "ios": "9.0", + "tvos": "9.2" + }, + "pod_target_xcconfig": { + "CLANG_CXX_LANGUAGE_STANDARD": "c++14" + }, + "preserve_paths": [ + "package.json", + "LICENSE", + "LICENSE-docs" + ], + "cocoapods_version": ">= 1.2.0", + "subspecs": [ + { + "name": "Core", + "dependencies": { + "yoga": [ + "0.57.7.React" + ] + }, + "source_files": "React/**/*.{c,h,m,mm,S,cpp}", + "exclude_files": [ + "**/__tests__/*", + "IntegrationTests/*", + "React/DevSupport/*", + "React/Inspector/*", + "ReactCommon/yoga/*", + "React/Cxx*/*", + "React/Fabric/**/*" + ], + "ios": { + "exclude_files": "React/**/RCTTV*.*" + }, + "tvos": { + "exclude_files": [ + "React/Modules/RCTClipboard*", + "React/Views/RCTDatePicker*", + "React/Views/RCTPicker*", + "React/Views/RCTRefreshControl*", + "React/Views/RCTSlider*", + "React/Views/RCTSwitch*", + "React/Views/RCTWebView*" + ] + }, + "header_dir": "React", + "frameworks": "JavaScriptCore", + "libraries": "stdc++", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" + } + }, + { + "name": "CxxBridge", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ], + "React/Core": [ + + ], + "React/cxxreact": [ + + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "private_header_files": "React/Cxx*/*.h", + "source_files": "React/Cxx*/*.{h,m,mm}" + }, + { + "name": "DevSupport", + "dependencies": { + "React/Core": [ + + ], + "React/RCTWebSocket": [ + + ] + }, + "source_files": [ + "React/DevSupport/*", + "React/Inspector/*" + ] + }, + { + "name": "RCTFabric", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ], + "React/Core": [ + + ], + "React/fabric": [ + + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "React/Fabric/**/*.{c,h,m,mm,S,cpp}", + "exclude_files": "**/tests/*", + "header_dir": "React", + "frameworks": "JavaScriptCore", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" + } + }, + { + "name": "tvOS", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "React/**/RCTTV*.{h,m}" + }, + { + "name": "jschelpers", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ], + "React/PrivateDatabase": [ + + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/jschelpers/*.{cpp,h}", + "private_header_files": "ReactCommon/jschelpers/*.h", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" + }, + "frameworks": "JavaScriptCore" + }, + { + "name": "jsinspector", + "source_files": "ReactCommon/jsinspector/*.{cpp,h}", + "private_header_files": "ReactCommon/jsinspector/*.h", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" + } + }, + { + "name": "PrivateDatabase", + "source_files": "ReactCommon/privatedata/*.{cpp,h}", + "private_header_files": "ReactCommon/privatedata/*.h", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\"" + } + }, + { + "name": "cxxreact", + "dependencies": { + "React/jschelpers": [ + + ], + "React/jsinspector": [ + + ], + "boost-for-react-native": [ + "1.63.0" + ], + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/cxxreact/*.{cpp,h}", + "exclude_files": "ReactCommon/cxxreact/SampleCxxModule.*", + "private_header_files": "ReactCommon/cxxreact/*.h", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "fabric", + "subspecs": [ + { + "name": "activityindicator", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/activityindicator/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/activityindicator", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "attributedstring", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/attributedstring/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/attributedstring", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "core", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/core/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/core", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "debug", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/debug/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/debug", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "graphics", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/graphics/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/graphics", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "scrollview", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/scrollview/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/scrollview", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "text", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/text/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/text", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "textlayoutmanager", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/textlayoutmanager/**/*.{cpp,h,mm}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/textlayoutmanager", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "uimanager", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/uimanager/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/uimanager", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "view", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ], + "yoga": [ + + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/view/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/view", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + } + ] + }, + { + "name": "RCTFabricSample", + "dependencies": { + "Folly": [ + "2016.10.31.00" + ] + }, + "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", + "source_files": "ReactCommon/fabric/sample/**/*.{cpp,h}", + "exclude_files": "**/tests/*", + "header_dir": "fabric/sample", + "pod_target_xcconfig": { + "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/Folly\"" + } + }, + { + "name": "ART", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/ART/**/*.{h,m}" + }, + { + "name": "RCTActionSheet", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/ActionSheetIOS/*.{h,m}" + }, + { + "name": "RCTAnimation", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/NativeAnimation/{Drivers/*,Nodes/*,*}.{h,m}", + "header_dir": "RCTAnimation" + }, + { + "name": "RCTBlob", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/Blob/*.{h,m,mm}", + "preserve_paths": "Libraries/Blob/*.js" + }, + { + "name": "RCTCameraRoll", + "dependencies": { + "React/Core": [ + + ], + "React/RCTImage": [ + + ] + }, + "source_files": "Libraries/CameraRoll/*.{h,m}" + }, + { + "name": "RCTGeolocation", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/Geolocation/*.{h,m}" + }, + { + "name": "RCTImage", + "dependencies": { + "React/Core": [ + + ], + "React/RCTNetwork": [ + + ] + }, + "source_files": "Libraries/Image/*.{h,m}" + }, + { + "name": "RCTNetwork", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/Network/*.{h,m,mm}" + }, + { + "name": "RCTPushNotification", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/PushNotificationIOS/*.{h,m}" + }, + { + "name": "RCTSettings", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/Settings/*.{h,m}" + }, + { + "name": "RCTText", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/Text/**/*.{h,m}" + }, + { + "name": "RCTVibration", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/Vibration/*.{h,m}" + }, + { + "name": "RCTWebSocket", + "dependencies": { + "React/Core": [ + + ], + "React/RCTBlob": [ + + ], + "React/fishhook": [ + + ] + }, + "source_files": "Libraries/WebSocket/*.{h,m}" + }, + { + "name": "fishhook", + "header_dir": "fishhook", + "source_files": "Libraries/fishhook/*.{h,c}" + }, + { + "name": "RCTLinkingIOS", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/LinkingIOS/*.{h,m}" + }, + { + "name": "RCTTest", + "dependencies": { + "React/Core": [ + + ] + }, + "source_files": "Libraries/RCTTest/**/*.{h,m}", + "frameworks": "XCTest" + }, + { + "name": "_ignore_me_subspec_for_linting_", + "dependencies": { + "React/Core": [ + + ], + "React/CxxBridge": [ + + ] + } + } + ] +} diff --git a/example-cocoapods/ios/Pods/Local Podspecs/react-native-date-picker.podspec.json b/example-cocoapods/ios/Pods/Local Podspecs/react-native-date-picker.podspec.json new file mode 100644 index 0000000..f4dbadb --- /dev/null +++ b/example-cocoapods/ios/Pods/Local Podspecs/react-native-date-picker.podspec.json @@ -0,0 +1,22 @@ +{ + "name": "react-native-date-picker", + "version": "2.2.1", + "summary": "React Native Date Picker component for Android and iOS", + "authors": { + "henninghall": "henning.hall@hotmail.com" + }, + "homepage": "https://github.com/henninghall/react-native-date-picker", + "license": "MIT", + "platforms": { + "ios": "8.0" + }, + "source": { + "git": "https://github.com/henninghall/react-native-date-picker.git" + }, + "source_files": "ios/RNDatePicker/*.{h,m}", + "dependencies": { + "React": [ + + ] + } +} diff --git a/example-cocoapods/ios/Pods/Local Podspecs/yoga.podspec.json b/example-cocoapods/ios/Pods/Local Podspecs/yoga.podspec.json new file mode 100644 index 0000000..519c1bc --- /dev/null +++ b/example-cocoapods/ios/Pods/Local Podspecs/yoga.podspec.json @@ -0,0 +1,32 @@ +{ + "name": "yoga", + "version": "0.57.7.React", + "license": { + "type": "MIT" + }, + "homepage": "https://facebook.github.io/yoga/", + "documentation_url": "https://facebook.github.io/yoga/docs/api/c/", + "summary": "Yoga is a cross-platform layout engine which implements Flexbox.", + "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.", + "authors": "Facebook", + "source": { + "git": "https://github.com/facebook/react-native.git", + "tag": "v0.57.7" + }, + "module_name": "yoga", + "requires_arc": false, + "compiler_flags": [ + "-fno-omit-frame-pointer", + "-fexceptions", + "-Wall", + "-Werror", + "-std=c++1y", + "-fPIC" + ], + "platforms": { + "ios": "9.0", + "tvos": "9.2" + }, + "source_files": "yoga/**/*.{cpp,h}", + "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h" +} diff --git a/example-cocoapods/ios/Pods/Manifest.lock b/example-cocoapods/ios/Pods/Manifest.lock new file mode 100644 index 0000000..0765f39 --- /dev/null +++ b/example-cocoapods/ios/Pods/Manifest.lock @@ -0,0 +1,30 @@ +PODS: + - React (0.57.7): + - React/Core (= 0.57.7) + - react-native-date-picker (2.2.1): + - React + - React/Core (0.57.7): + - yoga (= 0.57.7.React) + - yoga (0.57.7.React) + +DEPENDENCIES: + - React (from `../node_modules/react-native`) + - react-native-date-picker (from `../node_modules/react-native-date-picker`) + - yoga (from `../node_modules/react-native/ReactCommon/yoga`) + +EXTERNAL SOURCES: + React: + :path: ../node_modules/react-native + react-native-date-picker: + :path: ../node_modules/react-native-date-picker + yoga: + :path: ../node_modules/react-native/ReactCommon/yoga + +SPEC CHECKSUMS: + React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11 + react-native-date-picker: e6ce9225e56a3aeaddc01847be02c7ed1477de58 + yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85 + +PODFILE CHECKSUM: 74280a6d663f7ca045d2efeeeb62f80c71e4f4bd + +COCOAPODS: 1.4.0 diff --git a/example-cocoapods/ios/Pods/Pods.xcodeproj/project.pbxproj b/example-cocoapods/ios/Pods/Pods.xcodeproj/project.pbxproj new file mode 100644 index 0000000..e74d245 --- /dev/null +++ b/example-cocoapods/ios/Pods/Pods.xcodeproj/project.pbxproj @@ -0,0 +1,2200 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 00A78C150C08CE1FFC8D97A46391A075 /* RCTBorderDrawing.m in Sources */ = {isa = PBXBuildFile; fileRef = 2661BFC1495DB0097400399605FE7973 /* RCTBorderDrawing.m */; }; + 00D00346EDD83B2F35A895D3A2DFE255 /* RCTJavaScriptLoader.h in Headers */ = {isa = PBXBuildFile; fileRef = 48F6077058179095D007458952BA3D85 /* RCTJavaScriptLoader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0140C0F4F922D7D579A492A5A8BE8D51 /* RCTProfileTrampoline-arm.S in Sources */ = {isa = PBXBuildFile; fileRef = 9ECCE4E37443D2BB53E73375D97B20B7 /* RCTProfileTrampoline-arm.S */; }; + 0387AEF76716F3C5711658219B032086 /* RNDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C3D50228874A2BF009E9AF3E0B913DF /* RNDatePickerManager.m */; }; + 03B483B951C58A4A97912DF6C84CB859 /* RCTProgressViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 896CACD6531B91258677CE6D9E496288 /* RCTProgressViewManager.m */; }; + 0495B7A30154C36BB3C668F56C942360 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B53A15A241FD8AAFB51191B67D365185 /* Foundation.framework */; }; + 04E2E0FEBBFBDE649E493738F77EEBD9 /* RCTDisplayLink.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FAD330ED03DED396C4EBE3059971AD9 /* RCTDisplayLink.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 05F32BEB2BAABE1FE75F3FBA54932ECE /* YGStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F80569CD79C755CB4CF39F911E5759B /* YGStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 06784C618C588BEE8825C8109C2B2B28 /* RCTURLRequestHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 5C95D5FD72C4C96D0166B84E0AE170AC /* RCTURLRequestHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 094F994735590134821D90348F9D7C8C /* RCTKeyCommands.m in Sources */ = {isa = PBXBuildFile; fileRef = A0EF736F4C27DBC148245FBA44A3551B /* RCTKeyCommands.m */; }; + 0AFB057F02EF86F307CED8F2E41BFA15 /* RCTMultipartDataTask.m in Sources */ = {isa = PBXBuildFile; fileRef = 95E19DE149F520B89CE528C1E71F28A0 /* RCTMultipartDataTask.m */; }; + 0B73F6171E273AD274B95362A0147DD7 /* RCTLayoutAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = AC0B1F5ED9E4093C1AE3F59008494EB7 /* RCTLayoutAnimation.m */; }; + 0C03D87DCC2C7F12506407ED86E5B1A4 /* RCTActivityIndicatorViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A21198E67566BD862F4B62497A81FEB0 /* RCTActivityIndicatorViewManager.m */; }; + 0C66C3B00B51DEE7438E28C4B2D14B4A /* RCTConvert+CoreLocation.h in Headers */ = {isa = PBXBuildFile; fileRef = 8184A1CD846826B1EA39DC0252DF16A5 /* RCTConvert+CoreLocation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0C9B74AB06AAE9994CC9A81BE0C2D6F6 /* RCTFont.h in Headers */ = {isa = PBXBuildFile; fileRef = 6870634CA04EC3CFE193A0F3016E14F3 /* RCTFont.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 0EDC6CBB097A745B3491D5B9922F7F51 /* YGNode.h in Headers */ = {isa = PBXBuildFile; fileRef = BAADB69A007D86CC8889507C1BDC2C84 /* YGNode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 10063BCEA3CC0B40C512FF418F1474CC /* RCTSurfaceRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = B425E17FB4A90FD0748EEBE38F31EEBE /* RCTSurfaceRootView.mm */; }; + 1071825D0B764530FB36B8695E6F279D /* RCTWrapperViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = B5A93B3421A59B63A51E97A189621122 /* RCTWrapperViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11953204E0F439444218385885B117DB /* RCTPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 7026E7015EA4A60A113766E201859482 /* RCTPlatform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 11D2EF8008DAEFDD571BFBA9EF89A95C /* RCTRefreshControl.m in Sources */ = {isa = PBXBuildFile; fileRef = 1981D4436F6873413EB17661941200B1 /* RCTRefreshControl.m */; }; + 12CE2F23397553B26E388BB5506D0839 /* UIView+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 759B51FCC190B5C5D9FDBD54A7D6B0C2 /* UIView+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 12D1A4C551F199FE46E6AB6111CDDFAE /* RCTMaskedViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7925E307BEFD4CCCC7C588A3252C5075 /* RCTMaskedViewManager.m */; }; + 1448783EDAF4078D8082A523BA659F5D /* RCTMaskedView.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F677E4027F8EEB768E94912EDDB4158 /* RCTMaskedView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 146ADEF145A5009F864F97C5437B692B /* RCTBridgeDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 6EC7A7C464FC20FFE108A7939DFA2366 /* RCTBridgeDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 14C19537674851EAC0733056A644BD6D /* RCTKeyboardObserver.m in Sources */ = {isa = PBXBuildFile; fileRef = 8144D31597F629DE02D736F775F25050 /* RCTKeyboardObserver.m */; }; + 1680E242EF372B580A9C617342A595E8 /* RCTScrollContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = 16EFC544082772529595724E92860BB2 /* RCTScrollContentView.m */; }; + 168789157F19529AB7AE4922A47C7224 /* Utils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A46060C4D5F353D9C317BD2021CA3279 /* Utils.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 1799FF6E5F4AB68D6D3FFB8D69D6840F /* RCTUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = 24866CF4F30FC925EA4D16610D77B26F /* RCTUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 18B9FA379B8CE86D3A5EC3E33D9775DD /* YGConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = F13EA44D4D9AF0F8222A246FE729C6AC /* YGConfig.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19DAC145F872BA4CBFD1D953A55D3C58 /* RCTRootContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DC5656772736B527EE5CCAE5BBF2CBF /* RCTRootContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 19EB84C0463964F70496B9B637B598E4 /* RCTScrollView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1EC777FBD545DE6B96E686AE2BFD209D /* RCTScrollView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1A11ABB39FB60004FEA6445E70DA5D87 /* RCTReloadCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 7387A3852D4C419DADD23FCCF8B6FC29 /* RCTReloadCommand.m */; }; + 1A35FE0A42BCD56BA2EB00CD17AC9945 /* RCTShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 0DBB3E721BFDC4B6AC1C8907A05C549E /* RCTShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1B0CB505EFE2A3C364FFABE3CA7A3B4F /* RCTWKWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B1D24E5E14C532A7BA79D220FD72836 /* RCTWKWebView.m */; }; + 1BCD33D95B39D485819C9F48850D2173 /* RCTSurfaceView.h in Headers */ = {isa = PBXBuildFile; fileRef = B5A7213F14BE242F78A79BE944D004CF /* RCTSurfaceView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1C2969C197EC99C7987E6166083C461A /* RCTNavItem.m in Sources */ = {isa = PBXBuildFile; fileRef = DB5CEB5AEA46E9473A585F71AD6E29AE /* RCTNavItem.m */; }; + 1CC77C0DA696C0A9B7FF4BA1C95D505F /* RCTScrollContentShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D8317C3081541A8F2625B2C3C765DD /* RCTScrollContentShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 1F7934DAB2771B54C10DEC6687B103FF /* RCTJSCSamplingProfiler.m in Sources */ = {isa = PBXBuildFile; fileRef = B72EF548E4DA03242078A65B298B5EF2 /* RCTJSCSamplingProfiler.m */; }; + 2292EBC0CF549F256545439206AA31F3 /* RCTSurfaceStage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2805CEF9C9B5788CB3ACAD311DDF4555 /* RCTSurfaceStage.m */; }; + 25BFDB8653EE1F4E21599FAA92AA7812 /* RCTSurfaceRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = F3C0BFA70D23270C8F3AC3394DB9E6C6 /* RCTSurfaceRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2756D865FE6EA1D6B048DF088DA39B86 /* RCTModuleMethod.mm in Sources */ = {isa = PBXBuildFile; fileRef = E0D562EF0519C178D21AF6AA907F1A3C /* RCTModuleMethod.mm */; }; + 27A3C03437041734622FA597C509DF65 /* RCTManagedPointer.mm in Sources */ = {isa = PBXBuildFile; fileRef = 394C6AB2D4F8336F22AF0C1EE0A0B3D2 /* RCTManagedPointer.mm */; }; + 27E5797D56B7C8705EF4A8CAB0413457 /* RCTTabBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F5BF0210512317C92105B588BA24BC8 /* RCTTabBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2948BEA2C8E85E3F221BE61034101D93 /* RCTSurfaceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = EBBFE0B223EE0E6EF8B0F6B3A59D8BE4 /* RCTSurfaceDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 297062C00C857B8E66AD063EEF09CDA8 /* RCTPerfMonitor.m in Sources */ = {isa = PBXBuildFile; fileRef = AB940BA0C5443D4D956188EA959DB9B7 /* RCTPerfMonitor.m */; }; + 29FFE414BE765AD43ECB04690B6B3FB5 /* RCTBridge+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 095349663DF5833A65BD655035915F3D /* RCTBridge+Private.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2AF632A540DDF443E9FD7F9E786CF423 /* RCTImageSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C45CD6D17945A67960875D8EC30E22B /* RCTImageSource.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2B147CAAAFB6C051FFCB49FD14549639 /* RCTTabBarItem.m in Sources */ = {isa = PBXBuildFile; fileRef = B355D5B7A01EFE17EA8EE0A40F7EE64B /* RCTTabBarItem.m */; }; + 2D57FB061F888114FB58B6430634A06B /* RCTDatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = F0956C783C6F77ECC8EB6B1597B08956 /* RCTDatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2DBF473F787BF15E4D776E499932EC41 /* RCTAccessibilityManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 9246EA2DE23E3049E232471B67382678 /* RCTAccessibilityManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2E44F140C02908F0A679B81E58C85DB7 /* RCTPickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DC8346042812C7608C73C74C27667E26 /* RCTPickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 2EC3B8C3DF0B2FBB90EE626727B1373F /* RCTCxxConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D88E312B884043340A9D55E70AA57AB /* RCTCxxConvert.m */; }; + 301EDA12398A4538678B39273B5A6780 /* RCTModalManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8DA07491EDD206BCB5141729CFCF2627 /* RCTModalManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3120FF1CDC93FCCA87984B5279AD991A /* RCTDatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 92E6EDBE9D9FEF8629F5509012803CD8 /* RCTDatePicker.m */; }; + 323284700371C81D8B6541ED353EBC5E /* RCTI18nManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B49ABFED98D201E4BF2D7620F86736E8 /* RCTI18nManager.m */; }; + 34649AA17441DBDEA446E776BCB02A6A /* RCTScrollViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = AC08BD13C2F65EB727CB1726D0510EC4 /* RCTScrollViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 35C6DEB7943F1490682108DFCF19020D /* RCTTouchHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 16525D0575CB70A72F5A18F6ADB740BD /* RCTTouchHandler.m */; }; + 368C4F81C8D027179986E3CA9396FB96 /* RCTStatusBarManager.h in Headers */ = {isa = PBXBuildFile; fileRef = FD3F8C43BAC9431E500696F99C4B88E7 /* RCTStatusBarManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 36F3411D73712614A58A18576909FF26 /* RCTTabBar.h in Headers */ = {isa = PBXBuildFile; fileRef = 89254FFC2A2B6ADD513D5D92D2C5465C /* RCTTabBar.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 38D12B13B0326FCECACCAAB09095E0B9 /* RCTJSCErrorHandling.h in Headers */ = {isa = PBXBuildFile; fileRef = CC672F9C412C22130DE12AF0099E0A2F /* RCTJSCErrorHandling.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3917656467E65481157C8E80CEAC6667 /* RCTTouchEvent.m in Sources */ = {isa = PBXBuildFile; fileRef = 1F7C3EE5ADFC30120427DA34724527C7 /* RCTTouchEvent.m */; }; + 39CCE7A5AF80F95152333A320E553D2D /* RCTEventDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = FDFFD233A08D6A4A531C39E109FCE750 /* RCTEventDispatcher.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 39E8CAAB2C18211322177FC6E881FE04 /* RCTSafeAreaViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C7E8807AF289D3CBE50368FA91F1E6B /* RCTSafeAreaViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B01FF688A4E69B4F66F4317D11F2841 /* Yoga.h in Headers */ = {isa = PBXBuildFile; fileRef = 5665B688D95296187243DC5325A66560 /* Yoga.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3B0237974C0F96BF986B92EA9C758149 /* RCTSwitch.m in Sources */ = {isa = PBXBuildFile; fileRef = EE660BB2681A4CA11C5492D36502834C /* RCTSwitch.m */; }; + 3C1EA0F9C318B86DA96D01EE2E363B62 /* RCTView.h in Headers */ = {isa = PBXBuildFile; fileRef = 529837C4E50980E9BAD968B964553F61 /* RCTView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 3D4FFC2D2EDC763BF5FE1A5434C76BC3 /* RCTParserUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = F118BB3B4CA352FEDABD612340A3FBE7 /* RCTParserUtils.m */; }; + 3DA548E0670875F650F8D5B8488EC41D /* RCTProfile.m in Sources */ = {isa = PBXBuildFile; fileRef = 8271B73EADC956399FE69F70E4F036AC /* RCTProfile.m */; }; + 3E05756245DA1EB47F3DC775861E5AB4 /* React-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 7281562E776A53C7C824FE4EA0B342F4 /* React-dummy.m */; }; + 3F45E6E5BECC62B6EC44254A7D72D1A1 /* RCTSurface.mm in Sources */ = {isa = PBXBuildFile; fileRef = 84384B9BC088375908F1AAFB7EDA8192 /* RCTSurface.mm */; }; + 42E7B1D18E5A8F93F573AA4CEDFF5F5A /* RCTShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 1512BB122BD411B1511616AE01112207 /* RCTShadowView.m */; }; + 42F54EE5F7194513F9862860FCF0F304 /* RCTExceptionsManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F526450990C10DFA742B3B71836BC31 /* RCTExceptionsManager.m */; }; + 44A09FD9F4E75E1876F252609F087214 /* RCTMultipartStreamReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 937886FC6FA693F5719A6D34FBCB6934 /* RCTMultipartStreamReader.m */; }; + 4579BD135283415888410B644140A752 /* RCTAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = F7297D9738D752509457810C8223BEC4 /* RCTAssert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4673725F464FED6617FBBACA217C2C5D /* RCTComponentData.m in Sources */ = {isa = PBXBuildFile; fileRef = A6FD9525068B97D2811B9F9427C35E8F /* RCTComponentData.m */; }; + 46856CE6021541C8FDB785D6BF1AD4F7 /* RCTFrameUpdate.m in Sources */ = {isa = PBXBuildFile; fileRef = 78408BD2F442BC6A54EB9B4B9357DDBF /* RCTFrameUpdate.m */; }; + 47ECC8A2463E424E593DF75EE3E5D057 /* RCTModuleData.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E3EE04F6297A8B14005B004559360B /* RCTModuleData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 48DB35576AC6282FE88CA4D9DE03286A /* RCTErrorInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A78DADE866607FD14A6E7D7A2DC440C /* RCTErrorInfo.m */; }; + 4A73FEADA68F6E699EC021DB0CC0F1CC /* UIView+React.m in Sources */ = {isa = PBXBuildFile; fileRef = 233C85718999C066CB1281B537C10B09 /* UIView+React.m */; }; + 4ADC7580A1D618AB0A25D154A509802E /* RCTScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 947839FFAA79E38CEC39FCFA3FD63715 /* RCTScrollView.m */; }; + 4B10FE7B066425A61CFF91B6F7562AA5 /* RCTShadowView+Internal.m in Sources */ = {isa = PBXBuildFile; fileRef = 914925E15359862E8D632CB16C49BE71 /* RCTShadowView+Internal.m */; }; + 4B4AFF7E9E321D57E32FEFBF9DBB472B /* RCTParserUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = B89A95E93D88107DB67671C7441DE805 /* RCTParserUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B8864D92447483D3C0BE8F7162F94E0 /* RCTSegmentedControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A4FB7885C18030415418B03A0ABA0A /* RCTSegmentedControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4B9CE951F14E93224716E7F796D89273 /* RCTUIManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CE61C2C7A2FF69928BDDBF1818CEB3CC /* RCTUIManager.m */; }; + 4F0E1F873A25D8A4E742C4E36CA85CB0 /* RCTConvert+Transform.h in Headers */ = {isa = PBXBuildFile; fileRef = 98242080A1564B2278199F82A6353624 /* RCTConvert+Transform.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 4FAEF33E372BC6FF9699AD773F02B48B /* RCTInvalidating.h in Headers */ = {isa = PBXBuildFile; fileRef = 7AE9156308C66074B348BFD43A8A5209 /* RCTInvalidating.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 504C05403487D18AB61ADC7772C6FF58 /* RCTRefreshControlManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DB1583722EDE4AF1E8066B043C4D07B0 /* RCTRefreshControlManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 50688B604C35BB254F3B143A7BA68D77 /* RCTBundleURLProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 9A2C2AE42C9D6EFDBE7DAFBCB73BD75C /* RCTBundleURLProvider.m */; }; + 508CD09B016F171A5DA9B2FB4BC99AEF /* RCTShadowView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC904D3C0347D4B4B735FD196FA56FFE /* RCTShadowView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5153A3D22CCDA0ABBE5170F9AA8589A0 /* RCTScrollContentShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 91E3439FDB1EB6A4DEB5454F35E954EC /* RCTScrollContentShadowView.m */; }; + 519929230BF67DB7BE6B92D968C0D42B /* RCTNavigator.h in Headers */ = {isa = PBXBuildFile; fileRef = D66AAF974A169D8F7C676E2B688E67FF /* RCTNavigator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 524AAEFEF34F303D773781FB96070981 /* RCTProgressViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = CF0150D1B14FC4B07E7AA394931E2084 /* RCTProgressViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5256BB03C04058502D2EFB2BDDA36F60 /* RCTModalHostViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = E607818B2D6C109000001AA9641113D9 /* RCTModalHostViewManager.m */; }; + 5291333F7CE96B27344503101EAA73AA /* YGNodePrint.h in Headers */ = {isa = PBXBuildFile; fileRef = D7135674136663477727E690C83A0B49 /* YGNodePrint.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 53230245270696FEB6204F6921D510DC /* RCTScrollViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 40C2449AA757176D1A2A61A3E4D5ACA4 /* RCTScrollViewManager.m */; }; + 53AF00C10BFE4440D6579AE89B7A8544 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B4E3AC1528D162145D99323382DD5E10 /* JavaScriptCore.framework */; }; + 53E4FACD8FBA1DB80E6D8AAE7A3B9426 /* RCTExceptionsManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A2FB34EC6886B057AE4C8E7C6D4A641F /* RCTExceptionsManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 546D0E19BDBE477C25F629AD852A0971 /* YGConfig.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 8DC571DFDD560242C9FA7B9896548F1A /* YGConfig.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + 5584524F32F148BD9402F6ED95526393 /* RCTSurfaceHostingProxyRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = C668F84C3A66920EBDBFA2C1466DF8BC /* RCTSurfaceHostingProxyRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56D862FC0438B6316BCD60E0CB03FF3B /* RCTRootViewInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 78348EE7EF6B4C0AF54CB4ED4A1C457F /* RCTRootViewInternal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 56FA2A22B73FDAEC47094B98D0B1797B /* RCTSurfaceHostingProxyRootView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 958F96240F0B45B911852FD7E50BC009 /* RCTSurfaceHostingProxyRootView.mm */; }; + 5A7AA9BB6AEC1529A9F6EB0BFBFA8476 /* RCTSwitchManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 55111F882A429489BB26E9C742C35E07 /* RCTSwitchManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5AA92E04A74BBE75AFE82EF3028BBF0E /* RCTKeyboardObserver.h in Headers */ = {isa = PBXBuildFile; fileRef = B08C5BE8F2E37E6840A9A789FAD7DB77 /* RCTKeyboardObserver.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5ACC7BDD4C4AE2DF3B5BA646D5F169B2 /* RCTClipboard.h in Headers */ = {isa = PBXBuildFile; fileRef = 69622FC4694FDCC3768671B5A1B709BD /* RCTClipboard.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 5CA7AE330A3EA3FA2970174817ACBEAA /* RCTRefreshControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 001D32B76CC676D28073E45CE6453EA0 /* RCTRefreshControlManager.m */; }; + 5D13727D55C76F70DC2991577692B5E3 /* RCTEventDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = EA734C0DF40BCA9333F1F5A5C85190EA /* RCTEventDispatcher.m */; }; + 5DABEC44F9245A7A37D03EF77E6AFBCA /* RCTUIManagerObserverCoordinator.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1B722D6720099AE19EDF470A2C5A3E09 /* RCTUIManagerObserverCoordinator.mm */; }; + 5F9852B1595E1619ACC7E68A5F00043B /* RCTFPSGraph.m in Sources */ = {isa = PBXBuildFile; fileRef = 265AE13D30CD2B546DEC22D58B220643 /* RCTFPSGraph.m */; }; + 5FD6B34C74C175EE0FC1EB3E51203170 /* RCTFrameUpdate.h in Headers */ = {isa = PBXBuildFile; fileRef = A8C8A94E236E00F7677E35C5268D81DB /* RCTFrameUpdate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 60743C690FD14076E2C46DA3302C47B5 /* RCTPointerEvents.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EC1F007D6E6D52E4B840CC63D430B74 /* RCTPointerEvents.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6124BE8E743D869CD10C2DA4B5491102 /* RCTAppState.m in Sources */ = {isa = PBXBuildFile; fileRef = 6DBE3BF381A24E0976ABBCB24E90DBE1 /* RCTAppState.m */; }; + 614996C127A2974335AC1DEE3468E91F /* DatePicker.h in Headers */ = {isa = PBXBuildFile; fileRef = F91BD92DC93A689F09E6BF32BF0D6A98 /* DatePicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 614A50EDEC8C1103A7196E5651626E67 /* RCTTextDecorationLineType.h in Headers */ = {isa = PBXBuildFile; fileRef = A53D00A533F2D5008233735C2C21382B /* RCTTextDecorationLineType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 63DA0AAD609F8619C872D8063F277041 /* RCTBorderDrawing.h in Headers */ = {isa = PBXBuildFile; fileRef = FA0CF579E0535D8B4666910B5B4147B7 /* RCTBorderDrawing.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 651814698FD3CA9601ECADCFB44756C6 /* RCTPickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A81AAAE15900582001C1A3A7A92A670F /* RCTPickerManager.m */; }; + 666E0475D8B743209BB2636D6CC50E78 /* RCTReloadCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = CE5844F6FAB99B5994BFC716D433D084 /* RCTReloadCommand.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 66AC8E4421833E97872D400A72B133FE /* YGLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E21328F622EDB13677DD7DFAA121018 /* YGLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 67BFB78B4FB4BC1179457F68E4E123E7 /* RCTComponentData.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D3A27F8539B9B7DC6D58627410EB356 /* RCTComponentData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 682B7D3BB5076F823580BCBD94D16D2A /* YGMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = F262A199E2A7C56EB148480CBE4962C9 /* YGMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6836536B06BE14FA220ACB9C58C6CEAE /* RCTSurfaceHostingView.h in Headers */ = {isa = PBXBuildFile; fileRef = F9807E1CA295B96E5E83E0EBDA417C2C /* RCTSurfaceHostingView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6B9DCA298907B86A7E18F52E813C4E2B /* RCTSurfaceStage.h in Headers */ = {isa = PBXBuildFile; fileRef = 30842F11D11167C5BD73F5D82582C740 /* RCTSurfaceStage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6C69F3A89258C0F79002EA2BA7841A23 /* RCTBundleURLProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = C51FF32ED1B6390B39864A0A822A9B3C /* RCTBundleURLProvider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6EC294CE3437E6131047651636FABB6B /* RCTShadowView+Layout.m in Sources */ = {isa = PBXBuildFile; fileRef = 50DEC7C700C06AF8A545C39DC9D5B457 /* RCTShadowView+Layout.m */; }; + 6ED4975EC586352935DA24D7052065DE /* RCTSegmentedControl.m in Sources */ = {isa = PBXBuildFile; fileRef = B38A4BC615DB1649A465F0BD3197B01D /* RCTSegmentedControl.m */; }; + 6F6E5F0210E19290E10C220C4AF08676 /* RCTNullability.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A8F1F51DB77D882C94B06A51A233672 /* RCTNullability.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 6FAED13A744FC099A1F78BDAA4A4D903 /* RCTWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 207EF0F1F1A6BD384DA81A2E9E9CB1A4 /* RCTWebViewManager.m */; }; + 6FECF893DB9601AA2A3AA8F87DFF6C3F /* RCTMultipartDataTask.h in Headers */ = {isa = PBXBuildFile; fileRef = FEAB7B22ED68B74B02D5DAB620B4273E /* RCTMultipartDataTask.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7083181C7F7BEA876896EEB017951D38 /* RCTModalHostViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 25F957FCA2CBDF660E05098543366454 /* RCTModalHostViewController.m */; }; + 7197173CAA3D587D88C766C07E743A20 /* RCTActivityIndicatorView.m in Sources */ = {isa = PBXBuildFile; fileRef = A24C30BCC5EE07D610E73B031BF5FEF8 /* RCTActivityIndicatorView.m */; }; + 725B2C1A3D34095BDE08E3F3B1BA5607 /* RCTAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = E96CEAA4103BE34FBF6C6254C3F1E2F6 /* RCTAssert.m */; }; + 73244C581E4D30676C1E28120B594413 /* RCTNavigator.m in Sources */ = {isa = PBXBuildFile; fileRef = 00EA3D3D89FFDD001C16391B86DA5BE3 /* RCTNavigator.m */; }; + 73593C1E0CF7C349E2D7B090400D0D0D /* RCTSurfaceHostingView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AE93D68C7079DE29B2478D09C9843C4C /* RCTSurfaceHostingView.mm */; }; + 73AECE5A3A7F4BA26ADE9190B2124CFF /* RCTVersion.m in Sources */ = {isa = PBXBuildFile; fileRef = E47F445B9728C3E00AE842C2974D2A3C /* RCTVersion.m */; }; + 745AB31E5B514C3ECF93DAFD4272A8B4 /* RCTConvert+CoreLocation.m in Sources */ = {isa = PBXBuildFile; fileRef = C3C5D10F3785469710AA79F3AF62D612 /* RCTConvert+CoreLocation.m */; }; + 74B0579D5EBFC8BB35452942287BB502 /* RCTUIUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D3B25E26B648D959E2B86ED575A558 /* RCTUIUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74C4006C68179D018E708B5701430E6D /* RCTPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 39CBE6E621B1384DE87C07D1E69E1830 /* RCTPicker.m */; }; + 74C90683E30E34B19C4A4FF759E6A109 /* RCTMaskedViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4EA68E7204DA8EADC4713D10DCC41ED6 /* RCTMaskedViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 74E20E73519358E1D0A60ADD140B5254 /* RCTAppState.h in Headers */ = {isa = PBXBuildFile; fileRef = 65E8A83362F5CE4F2FBE221613A28D03 /* RCTAppState.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7567D966F0D2E7EC553895231AF20688 /* RCTUIManagerUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 7CB94A0A834270561188D13276C97714 /* RCTUIManagerUtils.m */; }; + 76C43ABFAB80CDB2EBE9F8F8EACDA0FE /* RCTImageSource.m in Sources */ = {isa = PBXBuildFile; fileRef = BB5CC97BF41EB5F0C9D099AC26B630BC /* RCTImageSource.m */; }; + 77725400BEFD5B393F2F2E5497C572F3 /* RCTProfileTrampoline-i386.S in Sources */ = {isa = PBXBuildFile; fileRef = D833FCEAF7F74D4FBFDA8A5354FECC70 /* RCTProfileTrampoline-i386.S */; }; + 795151A09AD343FB01C3165F0F923712 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B53A15A241FD8AAFB51191B67D365185 /* Foundation.framework */; }; + 7A687AD56B053CCC94235A763B45B019 /* RCTSafeAreaShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = C1D56BA43C91D178FE36514D8E4CCAD3 /* RCTSafeAreaShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 7C910BBFB351F43CBDBAA9A5207E1EA7 /* RCTFont.mm in Sources */ = {isa = PBXBuildFile; fileRef = 60EBAB4A49BE30EB601A4376AC599BD6 /* RCTFont.mm */; }; + 7E9C626C1AB06E0062F55B946A730ABC /* RCTSafeAreaView.m in Sources */ = {isa = PBXBuildFile; fileRef = DDDCFFAA6D479FCF2379060BC6C3DC82 /* RCTSafeAreaView.m */; }; + 7ED237EB8BBF5972C5AF007A35B82FDF /* RCTSafeAreaViewLocalData.m in Sources */ = {isa = PBXBuildFile; fileRef = EE564976B2D94CDD61F69FB73FF988BA /* RCTSafeAreaViewLocalData.m */; }; + 7FEF048F835D8FD8341A394B623F7736 /* RCTModuleData.mm in Sources */ = {isa = PBXBuildFile; fileRef = 96F7BAE593B9D627F191126A89C369B8 /* RCTModuleData.mm */; }; + 806E27F11FBA7ACE03762F237D3F4289 /* RCTRootView.m in Sources */ = {isa = PBXBuildFile; fileRef = FC2BEDE92E32EE0501CC776FCB336E92 /* RCTRootView.m */; }; + 80DE8F272B43F34D737756668A62D42D /* react-native-date-picker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A189FA30B180E89646CD3B022BB6F319 /* react-native-date-picker-dummy.m */; }; + 8101DEF14D1F899625105BCB9751F042 /* RCTPlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = CC16BE4780EFE3F4B4E7EC3F56624615 /* RCTPlatform.m */; }; + 817FC31F4A5585D8860BF75E28E67F56 /* RCTDisplayLink.m in Sources */ = {isa = PBXBuildFile; fileRef = 98B2BB51FC298B2DBAB9F66139825A1E /* RCTDisplayLink.m */; }; + 81B9691DFBD1539103998BD551E2ECB1 /* RCTAlertManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D14A2C34E3A8F103B0426D86F7518A82 /* RCTAlertManager.m */; }; + 828F57852F1C9C2533B1299FC91E6C5A /* Yoga-internal.h in Headers */ = {isa = PBXBuildFile; fileRef = D40EC239DD2254A4DAC3225F8BF4721B /* Yoga-internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 83576A005A9896AF67826CD29901A67C /* RCTRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2418BB931F669D5307CF05A08454FCAD /* RCTRootShadowView.m */; }; + 855F420BFE1099D81C89907E27D326A8 /* RCTRedBoxExtraDataViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E16A9033B783F27B757FE15793F1604 /* RCTRedBoxExtraDataViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 86EDA89E3E90BA97D4D1EA0DABF02A8F /* RCTJavaScriptLoader.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7175A2B8EBDBA698B0A839CAD430B717 /* RCTJavaScriptLoader.mm */; }; + 87B44E893ACD4A78911584A610D1E520 /* RCTViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3429FDD71FA744536A21709D272208F5 /* RCTViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88E2A272FCC45B44055C33D45D325990 /* RCTTouchHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = ABAA80CC322C2792EEA162BA16CFD951 /* RCTTouchHandler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 88FDC223BD3F363CB12F5CD9850C3FF5 /* RCTBridgeMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = A335D31B2783114432E826338E78474B /* RCTBridgeMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 89A59F500D07AC548FA96676701E9D05 /* RCTRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2584C100B59BC67E3C9AA692F918A089 /* RCTRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B333FA2F4B8DA1135B4013D141E14F8 /* RCTTiming.h in Headers */ = {isa = PBXBuildFile; fileRef = FEBB45796258D3D83D68AD8CD0F0EF26 /* RCTTiming.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8B4B48732AB3BBF690A56A1D1A8DD115 /* RCTWrapperViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B3533D1F93DA25ED3D31F1F160AFDFEF /* RCTWrapperViewController.m */; }; + 8B812F32257662B87C0D56BFF489C360 /* YGFloatOptional.h in Headers */ = {isa = PBXBuildFile; fileRef = 924F2346098CA594328CB517AB4CD842 /* YGFloatOptional.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8CB978AA1B698AB3469FDFF2459C6B6A /* RCTScrollContentViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A2A16B9D4F009A5E517EF55D30B7CE49 /* RCTScrollContentViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8DA593AB64FFFAD3D6F8F634307E83B9 /* RCTLayoutAnimation.h in Headers */ = {isa = PBXBuildFile; fileRef = 606081CAD69D9114BE0886D03901B0CE /* RCTLayoutAnimation.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EBF917767FC9525A925A2147958C9CF /* RCTFPSGraph.h in Headers */ = {isa = PBXBuildFile; fileRef = EEC6C8E46B5474C3C59D879E4DABB4A9 /* RCTFPSGraph.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8EE82CD7B3D2056D4B6ECDC1E74534A4 /* RCTURLRequestDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DCF8AC1CA53229D7CDED61215A189D6 /* RCTURLRequestDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 8FB6B4455506259EB7AB96810BE5968F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B53A15A241FD8AAFB51191B67D365185 /* Foundation.framework */; }; + 900C54918E9E5505618C121BA02CFFB2 /* RCTModalHostView.m in Sources */ = {isa = PBXBuildFile; fileRef = F20BEFB76DD29C634F9A7F32E88F97D8 /* RCTModalHostView.m */; }; + 91F63665F21D6F7EF5E5ECB607EC2671 /* RCTSurfaceRootShadowViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = F054D4F3F03D5BB05A643592F6535B9C /* RCTSurfaceRootShadowViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 927E8DC0BB3EBB048F3DBA0D4CEEB70E /* RCTDatePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A41350928420BFDE8564501235239420 /* RCTDatePickerManager.m */; }; + 928A7BBCB134D3DEE551B1ADDB66C825 /* Pods-ExampleCocoapods-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B7C15F9874E6E43C73BCF1D6586FF3E /* Pods-ExampleCocoapods-dummy.m */; }; + 936B556780BFD7A28E396266A2E3F5E0 /* RCTLog.h in Headers */ = {isa = PBXBuildFile; fileRef = 81642AA85896122FA55B739D01AE006A /* RCTLog.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 93E7BB49F7694ADEF143FE9BA50CD2F0 /* RCTAsyncLocalStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 69C50A816A40C75A17358E188D2B8244 /* RCTAsyncLocalStorage.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 942BAC03FA8DE5F8FB04AA8341404211 /* RCTBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 78F2AA31ABC7B12141F204F29EB84592 /* RCTBridgeModule.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 94575F3961A1E10D4880A19C79410524 /* RCTSliderManager.h in Headers */ = {isa = PBXBuildFile; fileRef = F2054819E7AB2A52BB1C2423A8B5C051 /* RCTSliderManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 958457B0B40A0610570B4F62A715B2DF /* RCTRefreshControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 371257F56A4F46844B7B5CB9FF8F4FCA /* RCTRefreshControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 95B7ABF03B2C4BBD6BA722ED0F46A494 /* RCTWKWebViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3582B09B5FFEB2D7C27CBEE5C99A3B /* RCTWKWebViewManager.m */; }; + 95F0DECACAE26EA2FB9E1263AC3A0F94 /* RCTDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 41D660E9C3B36421F1E379238A34E021 /* RCTDeviceInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96605787A629A45209108FEC89AE3C96 /* RCTMaskedView.m in Sources */ = {isa = PBXBuildFile; fileRef = CDAA551A2043CFCF17EA1681B2D5C0FF /* RCTMaskedView.m */; }; + 96B17764F0B2F1B58C52729D776D22E0 /* RCTSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 774DAF38D07416A95D3A2FDCF74112DB /* RCTSwitch.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 96E59FCA959611B450BE2C06FE2F2AB8 /* RCTLayoutAnimationGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = CDCFBC0FA07D21A9B1F0E6DEEE7BD31B /* RCTLayoutAnimationGroup.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 973E6DA88952FEB3B3F0AB541C6FE1CD /* RCTWKWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = CC4DAC8BDE251C85B2A74F5B8B3C650C /* RCTWKWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 982B156E41D166D54DDBCF6C65D95FBB /* yoga-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F93802C83A958965405BB124A8DC4BD6 /* yoga-dummy.m */; }; + 984D91999DBAEE7A126B36254EE866BF /* RCTTabBarItemManager.h in Headers */ = {isa = PBXBuildFile; fileRef = C42569FF867C2939F4F732C557FF1D03 /* RCTTabBarItemManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 98C5F2DC4ED727E470876CA1602D5516 /* RCTUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = A847556A99D08AC67979C210D2F3E461 /* RCTUtils.m */; }; + 98D3A29DE7A37773EC59EFCAD5A63DD2 /* RCTRedBoxExtraDataViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 224A6866F81C45FFC64ACCE0C07D905B /* RCTRedBoxExtraDataViewController.m */; }; + 9A8C16252E73055B31B17902855289BE /* RCTUIManagerObserverCoordinator.h in Headers */ = {isa = PBXBuildFile; fileRef = C6E8AC5D0941CBD3AA7052EE40A29208 /* RCTUIManagerObserverCoordinator.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9AB820AB95D503C07761E50FFC644141 /* RCTConvert.m in Sources */ = {isa = PBXBuildFile; fileRef = DD13CD4A9E6AF2C167C155815A1932D2 /* RCTConvert.m */; }; + 9C5C38F4D6044B1B6C70461002F18D0E /* RCTDeviceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C6D8151AF54E84634445BD8795CE29F /* RCTDeviceInfo.m */; }; + 9C86DB5D3AE260D39F3678616FB760C3 /* RCTConvert+Transform.m in Sources */ = {isa = PBXBuildFile; fileRef = 673004059BC3DDA7137EDCC6F8B851AB /* RCTConvert+Transform.m */; }; + 9DA61DEEBDAF54B8920CC0642CB612F7 /* RCTDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1019F62D1DD71169B6CA323AC552955D /* RCTDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9DEA9F5FA74579E55F3F3E651E7EE243 /* UIView+React.h in Headers */ = {isa = PBXBuildFile; fileRef = 4FB9298A062CBB7F0307A18DFA4A1971 /* UIView+React.h */; settings = {ATTRIBUTES = (Project, ); }; }; + 9F1CA6A976D5CA84636BEDD2FE090046 /* RCTRedBox.m in Sources */ = {isa = PBXBuildFile; fileRef = D44B0AC9F9D014420D85D62EA5F90E38 /* RCTRedBox.m */; }; + 9FE7847AF8B9F1B7DAC6D73B62F384DB /* RCTRedBox.h in Headers */ = {isa = PBXBuildFile; fileRef = FA5D0FF85FA9A209C329ADF15CC02783 /* RCTRedBox.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0BE1044161F8367E44AA1802EB1D533 /* RNDatePickerManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 946BCD50F0D1B8A729D3647DCE935ABF /* RNDatePickerManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A0C7F2259DCA5B2D3547F5DB9628F929 /* RCTView.m in Sources */ = {isa = PBXBuildFile; fileRef = D0856D314548B4285EA445A9DA0D8272 /* RCTView.m */; }; + A32A3D3F2D0BB0E1DF4498A1017D0205 /* RCTSourceCode.h in Headers */ = {isa = PBXBuildFile; fileRef = 154273B0A7DAC77B81781385326B7A1E /* RCTSourceCode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A33F9A0CB2F87D9F0C5C3D305A9BB5F7 /* RCTRootContentView.m in Sources */ = {isa = PBXBuildFile; fileRef = FA93A662335AECBB389847FC6A8F7B89 /* RCTRootContentView.m */; }; + A378E5CDCBF527F14E7C08A025998E30 /* RCTErrorCustomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8778D7D839A52FB1653581000A2333B7 /* RCTErrorCustomizer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A39A1AE02838924DFFE1ECBDE314148D /* RCTI18nUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 522A61CF50AF4AD0376DFD347C691501 /* RCTI18nUtil.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A589E5C9E958B0BEF9D44D57F6A48BA3 /* RCTWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EEA2F8F0BFA876510418EB2594A6E70 /* RCTWebView.m */; }; + A72FD7117FABF6CD9B1C181A19F16211 /* RCTModalHostView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CF15F189CAD5455DE3B14DE56E82D80 /* RCTModalHostView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A7DB02AF3537A151F23D6B5A1C0D6282 /* RCTAlertManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 92AEE92E38D8B12F8D51076F191E70DC /* RCTAlertManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8248FE57552358311AA24E69BD55739 /* RCTSafeAreaView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C406F810FE6A1B2F08772182D9FFAFF /* RCTSafeAreaView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8D28423CEFEAD82547F688DAE772955 /* RCTBorderStyle.h in Headers */ = {isa = PBXBuildFile; fileRef = CEE7D7B9130FED5DF1E76D7C0D94D03C /* RCTBorderStyle.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A8DB6C9236325B0924DD9AF9C35C78C4 /* RCTModalHostViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = DF49B39C4D4FF892FB2983CDCE4D371E /* RCTModalHostViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AC50106BF06EE38FCF90E48BE1FD2654 /* Yoga.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ACB149C0A6E763887A14333EA294DB0 /* Yoga.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + ADAEC5C1E2E323B0D74807EEC881DDE4 /* RCTNavItemManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 468CDCD352494D15495BE40FFA308411 /* RCTNavItemManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AE1E5B952AB817EE627595B52E1990C5 /* RCTUIManagerUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = D78398A1716BE000816F63ED37425A0A /* RCTUIManagerUtils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + AEF19123BD6993594A0DDEF51310B927 /* RCTLayoutAnimationGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A379DDD8127285B5B277F9BD7F85586 /* RCTLayoutAnimationGroup.m */; }; + B00AAC59D759784067A07CCC0F479A3C /* YGNodePrint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD7D248D03685CCE68F46BF9DD6695CB /* YGNodePrint.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + B0921228DE81FF353602957D24457CBC /* RCTConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = AD10E242C566203F32DF943CE656676E /* RCTConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B0B5CFC6D282402F589BBB8596F6082C /* RCTComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 5BF900A399F59A5089778E8EA32D362D /* RCTComponent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B1560AD739C104EAB080A3A81EDA044B /* RCTScrollableProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = 41623071F9B93F5D94A0FCE3A97875CC /* RCTScrollableProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B2284AA54274C8F5EA08A7C70E06FE2D /* RCTViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D6DE883FB5BA4A8777F1CD6F169D97E2 /* RCTViewManager.m */; }; + B3012B1AB9BE5340F663130B4B22BB16 /* DatePicker.m in Sources */ = {isa = PBXBuildFile; fileRef = 6F142ED076F5F4448CC71E52A5D67A55 /* DatePicker.m */; }; + B3333F5785345705BE3ADF7B5B4D2A2C /* RCTSliderManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A92C13A20ED8D20875DB324B965CCAD9 /* RCTSliderManager.m */; }; + B34141F0B71F3B45CB84CF4363FC2C49 /* RCTUIUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 1AF195DC13AD41129EF596682FFCC1F1 /* RCTUIUtils.m */; }; + B42A51F9911301D73CBEB0C913B3BE04 /* RCTUIManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D59BEA48FB3742E6A6D75AA4B1B8447D /* RCTUIManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4A25AE69B10BEFAEE8D2E1C4BACE878 /* RCTNavItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 0FA38A59700C5C67A001637A78C537B8 /* RCTNavItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4E7B1CC6D4B2A6E60D5709C37FC83B6 /* RCTManagedPointer.h in Headers */ = {isa = PBXBuildFile; fileRef = EFA2E9982581D2C29DDF940EF414F721 /* RCTManagedPointer.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B4F187539D85AC204F05970528117BB5 /* RCTRootShadowView.h in Headers */ = {isa = PBXBuildFile; fileRef = 2114EE788A4A8B9DACBB1173C01058C0 /* RCTRootShadowView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5BAA719F95F692C0B4DC477D8907EAC /* RCTEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2172A7B5043A069E54CA0890981724C3 /* RCTEventEmitter.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B5C5092706298FC96E69DF1778185F0D /* RCTEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = CDAFD9068156D87F4FAF95B6220BF66E /* RCTEventEmitter.m */; }; + B5E9A495312C013970C8C02633738D67 /* Utils.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D771B952861FB232314A8AA9A488647 /* Utils.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B65EAF282893651CC697E27D599F14DA /* RCTNavigatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = F3D8180120E35C159A2042D1BF65259B /* RCTNavigatorManager.m */; }; + B6EFF3DD2A79AC9334368341EFAE8B5D /* RCTWKWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 14B28FE8F9C58E8FD31539B492DB8E33 /* RCTWKWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + B9E8FBEEBB75098DF6768430C6EA9757 /* RCTSurface.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A8D9577EFBD5FDD3EEA43C5C7ADAB02 /* RCTSurface.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BB1F0594B39D152638ADB21E33EDF103 /* RCTAutoInsetsProtocol.h in Headers */ = {isa = PBXBuildFile; fileRef = AD0F662F461B0D09C1F5196B5BE3AA6C /* RCTAutoInsetsProtocol.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BDE0EF1D000407F0BF7F5AB0B119813E /* RCTActivityIndicatorView.h in Headers */ = {isa = PBXBuildFile; fileRef = B73DC26CF342CA2287B0499DF03AE3B9 /* RCTActivityIndicatorView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BE9430155C271B6A8F0C4E79051B9E66 /* RCTSurfaceSizeMeasureMode.h in Headers */ = {isa = PBXBuildFile; fileRef = F393784EB890BA7158AE7AFD861CCC32 /* RCTSurfaceSizeMeasureMode.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFE573822549370E7D03D0BB52CD8C13 /* RCTPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 63B3FA433A02D89F1268484052B7FACB /* RCTPicker.h */; settings = {ATTRIBUTES = (Project, ); }; }; + BFFB521103CBF0DA7A163E8ED050887C /* RCTVersion.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D5877A8FA2AACEB74C33577FBEB4778 /* RCTVersion.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C0E1B4257E1B5BF5D7DCFC1C85988E95 /* RCTDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B39AA081DEEF101A50A7512A942E648 /* RCTDefines.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C20F35CCBB4AF149406902C8E68D8FEE /* RCTSurfaceRootView.h in Headers */ = {isa = PBXBuildFile; fileRef = 44CBC449F274E25B8E5CEB9EB441AC9E /* RCTSurfaceRootView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C24F8F48A70C7F55B676AEAFBD86FF26 /* RCTSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = C5CAE93FA8F5C90A95859AC890362678 /* RCTSlider.m */; }; + C2C434028693A6372B9D819737836CD9 /* RCTJSStackFrame.h in Headers */ = {isa = PBXBuildFile; fileRef = B553A155528A7A1F87A92A0491E6FE9B /* RCTJSStackFrame.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C3E0228084A62C60F65315D2BE8DB794 /* RCTAsyncLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = CAED4DBE0554DCC54184B7E5569201ED /* RCTAsyncLocalStorage.m */; }; + C7CCFB97B1289F99E0AEE0DE68FDF123 /* RCTScrollContentView.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A9AB0E6BB4CD8A2828672C1DE62A822 /* RCTScrollContentView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C7D4CFCD6F61A6629789661D6659381A /* RCTSurfaceRootShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = B33C186ED4470F55EE3D968C5399BF50 /* RCTSurfaceRootShadowView.m */; }; + C85D3BE6A91A078D0FC207697E47E4E4 /* RCTKeyCommands.h in Headers */ = {isa = PBXBuildFile; fileRef = 9C517C597EEF1DE03643968C85CECB3D /* RCTKeyCommands.h */; settings = {ATTRIBUTES = (Project, ); }; }; + C8A020DD1A1A85EBE72F085A9FA5186E /* RCTProfileTrampoline-arm64.S in Sources */ = {isa = PBXBuildFile; fileRef = 6386B187A8D6A6C1D0E37E734BCEF722 /* RCTProfileTrampoline-arm64.S */; }; + C8E11684BC7ADC4AAFB0AB75EAEA2776 /* RCTJSCSamplingProfiler.h in Headers */ = {isa = PBXBuildFile; fileRef = A3B2DC0AF4EBF8A79E1B47DF47124514 /* RCTJSCSamplingProfiler.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CAEB287933180150C0D0FDF171D429E8 /* RCTModuleMethod.h in Headers */ = {isa = PBXBuildFile; fileRef = B868FD323C3A67189255FA1F212FAB1D /* RCTModuleMethod.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CB3EC6A668BA7B10848764F2B2AA099A /* RCTProfileTrampoline-x86_64.S in Sources */ = {isa = PBXBuildFile; fileRef = EA94408B1B083A02E1A1CA3397C79DF5 /* RCTProfileTrampoline-x86_64.S */; }; + CC6DE2D9451720A7A12F2D9D2E9B3A3D /* RCTSurfaceSizeMeasureMode.mm in Sources */ = {isa = PBXBuildFile; fileRef = DC7C2F8BAA36C144C1D3148B6BFABA3B /* RCTSurfaceSizeMeasureMode.mm */; }; + CD03EE71F15E47F0146B8BF9857BC93F /* RCTI18nManager.h in Headers */ = {isa = PBXBuildFile; fileRef = D7E283E4E9DED7A246EB45BAFABE7735 /* RCTI18nManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CE06B1B8874A1298375AEBE6A73F1F9E /* RCTDevSettings.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C1A9B9F72B6B66741453230591633 /* RCTDevSettings.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CEE5E2020FD1F00C27F87A1D958FB0B1 /* RCTJavaScriptExecutor.h in Headers */ = {isa = PBXBuildFile; fileRef = 836CCDBFDFBD87F579D20156B66BBB2C /* RCTJavaScriptExecutor.h */; settings = {ATTRIBUTES = (Project, ); }; }; + CF7F9B931D1CE028C2B504BCBEEF0F70 /* RCTJSCErrorHandling.mm in Sources */ = {isa = PBXBuildFile; fileRef = 924314C06F7FDC4E92A171038415157D /* RCTJSCErrorHandling.mm */; }; + CFD5C0415926FE036899AD7A999681EB /* RCTAccessibilityManager.m in Sources */ = {isa = PBXBuildFile; fileRef = C1D9BEA95AAB478860455E40BEED81A2 /* RCTAccessibilityManager.m */; }; + D0148C526073C7819F54193AA36A987B /* RCTModalHostViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = A811559587DFED697EBB569E3C229C11 /* RCTModalHostViewController.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D0FF1205526BFF24CED7796519D8D9AD /* RCTMacros.h in Headers */ = {isa = PBXBuildFile; fileRef = 75715ED9183E16C2B81F506584A84713 /* RCTMacros.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D12375DEF2B9321A8F57C19B3AF7B0A0 /* YGFloatOptional.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0610800DB6BA6C3587932547D9F70CB2 /* YGFloatOptional.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D26606C632EB344F17A04DA88E26320C /* YGLayout.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A8F5730DB3CC7D94274F840BE1ECEAF9 /* YGLayout.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + D4A183F9E560C543A34A3AD0A8EC5B46 /* RCTWebViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 1945AE4F39631CA437859B7533C57954 /* RCTWebViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D63AB33D62A9B45E8A95F71FF33B2DD7 /* YGEnums.h in Headers */ = {isa = PBXBuildFile; fileRef = DE31B11564640DF4C7C72BD152341A7E /* YGEnums.h */; settings = {ATTRIBUTES = (Project, ); }; }; + D9418BD07E1DBB0159C22E14E621D1ED /* RCTSegmentedControlManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 79029C751AACBE475EA74BA4B3AB85ED /* RCTSegmentedControlManager.m */; }; + D9DD882FCB42DE50782BE233A0AE8095 /* RCTNavigatorManager.h in Headers */ = {isa = PBXBuildFile; fileRef = EA44BE0A80FA20887528B16186DF16E1 /* RCTNavigatorManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA734AD36103755231F77C6E4213876B /* RCTShadowView+Layout.h in Headers */ = {isa = PBXBuildFile; fileRef = 5237C5F4DFC5BB7BC571048DA9E5B74B /* RCTShadowView+Layout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DA876D0B22BBA8551D219192777E62BC /* RCTTabBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EE9D3298F167C147BA4977B17379E154 /* RCTTabBarManager.m */; }; + DD23BB281EFC10642FF9EFE8440BCB62 /* RCTTouchEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4112A0634AA342BEAE89B3FCF91E3FA3 /* RCTTouchEvent.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DD6A18983AA8894476D52A0F0F86264B /* RCTSurfaceView+Internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 953A467FCA7AE956AB1D9E162477C07B /* RCTSurfaceView+Internal.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DDE0CD681DF94F33BB19B9033743E81E /* RCTScrollContentViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FD25767FA2A52836158FEA387F156F /* RCTScrollContentViewManager.m */; }; + DED70E5B288B7F731C2C85E70041FB2C /* RCTLayout.h in Headers */ = {isa = PBXBuildFile; fileRef = 7615740C775B76992F73EA4E75904D1E /* RCTLayout.h */; settings = {ATTRIBUTES = (Project, ); }; }; + DEDB57FE80E4C9A93493A4597FEF5F2A /* RCTStatusBarManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F66EB4B0A4BE732E9023B8418CF0399 /* RCTStatusBarManager.m */; }; + DEE43D9F8F3535AE2A2238747CBE6873 /* RCTTiming.m in Sources */ = {isa = PBXBuildFile; fileRef = 17CE693B9C591B984F84E307AE7FA314 /* RCTTiming.m */; }; + DF7CE3A139A36A2EFE7B69CEA1B3C2C8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B53A15A241FD8AAFB51191B67D365185 /* Foundation.framework */; }; + E2568203F07FD1439C2B695FDBB71B86 /* RCTSlider.h in Headers */ = {isa = PBXBuildFile; fileRef = CC4981818F830BF537AFB4EDB1CD6E44 /* RCTSlider.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E2D7A046CB44D2A23918D0D68C7C6A56 /* RCTBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = D98AD2A4B0A1914544D634E32F9E21CE /* RCTBridge.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E47CCDD6E40836AFADCA7E0408E01AFD /* RCTTabBarItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 3FFB8713C31A304B845789D16F74981E /* RCTTabBarItem.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E72AAD4EFE3911736E221DC3578E2C8B /* RCTTabBarItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CB5A716F5C059823A38CC53481FA14F /* RCTTabBarItemManager.m */; }; + E7F6AA1700B8AD7A43477B5ABE8C58F5 /* YGEnums.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E1BFC4E3E5BECB9732C42C54DDFCD76A /* YGEnums.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + E8AE76234E74A7216EFFE28A485677D8 /* RCTAnimationType.h in Headers */ = {isa = PBXBuildFile; fileRef = 91D2C6B8414DCF0E5C166D12D6E105C0 /* RCTAnimationType.h */; settings = {ATTRIBUTES = (Project, ); }; }; + E9754B46546D547B122BEFCB1012CE80 /* RCTPerformanceLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B2A945337F1EA5F6D86520ADA6849B55 /* RCTPerformanceLogger.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EB3D953FD6B2D3D303FCD0D0297BB801 /* RCTModalManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BA76CC8071D0A87F45FFA2B1AAB4DBE7 /* RCTModalManager.m */; }; + EC59339EFFEF85B1DBC2104DB11D44C1 /* RCTJSStackFrame.m in Sources */ = {isa = PBXBuildFile; fileRef = AB2CCF6E12862ECF4A75CD1B27D86B01 /* RCTJSStackFrame.m */; }; + ED17358DC27909042FE61D974E9DFE1A /* RCTErrorInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 5421C3592D0736C3D886B0FFA64C082E /* RCTErrorInfo.h */; settings = {ATTRIBUTES = (Project, ); }; }; + ED6FD9062724AC98D41070D9C6C23A41 /* RCTNavItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = EC9C3C43982F971FFA08538631C936B6 /* RCTNavItemManager.m */; }; + EEA80E0AC9AD5F383D07807F195D2428 /* RCTRootViewDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = DE43DF3DA5BA2D55AEEF1F15B87429F7 /* RCTRootViewDelegate.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EEAD2AFFF4FC7137A83E291B95AD9290 /* RCTLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D8C50E59C1785F47E42B5E556D5DE89 /* RCTLayout.m */; }; + EF6695C13325C1D005DD6821B7F4DB36 /* RCTActivityIndicatorViewManager.h in Headers */ = {isa = PBXBuildFile; fileRef = B8169A8B4E7616200F2D2B0DC1701178 /* RCTActivityIndicatorViewManager.h */; settings = {ATTRIBUTES = (Project, ); }; }; + EF95ADFAD19A747EC68B2C227352B53F /* RCTI18nUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 53ACA698F550FA04D2EDDC6DC861EB4C /* RCTI18nUtil.m */; }; + EFDB93CB6FF775E48B1CF5C26400E54A /* RCTSurfaceView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A8D987F06C90B2A2FE9450E090285EA /* RCTSurfaceView.mm */; }; + F0EF0CBFC6D605C4FDE48C36BBDF0F17 /* RCTBridge.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A62D9495A232DFE958D9611EE07ED35 /* RCTBridge.m */; }; + F1392F6C348B8A400C760ED769342916 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B53A15A241FD8AAFB51191B67D365185 /* Foundation.framework */; }; + F2270AA68F0D9724877E519D564A322E /* RCTSafeAreaShadowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 6490C4E0E439ADF142A3770BB02C9095 /* RCTSafeAreaShadowView.m */; }; + F2374CD72ACDE143AFE44EA621A83C4E /* RCTSafeAreaViewLocalData.h in Headers */ = {isa = PBXBuildFile; fileRef = F0F353C796B7D9C0DD08733E8BFB5913 /* RCTSafeAreaViewLocalData.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F402E9A3A680E9FF6200190076FBAF20 /* RCTSourceCode.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E9656DD33AA49596C8A333A06D49195 /* RCTSourceCode.m */; }; + F582A2347541290537A70989B1447668 /* YGStyle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C9B96191C7372CA439FFF243731B55A9 /* YGStyle.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + F5AA6A5C41C0ECC3E32EB887D5EC8141 /* RCTLog.mm in Sources */ = {isa = PBXBuildFile; fileRef = FC1DED6C207FB38F45D1FB76037D928B /* RCTLog.mm */; }; + F7143E3841ECD11A9245F0B7C2C19E51 /* Pods-ExampleCocoapodsTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E710B9F9BEFA4D8560ADF5879B9021C8 /* Pods-ExampleCocoapodsTests-dummy.m */; }; + F833EC1E4940B093E3D5BB0C4F7154D6 /* RCTPerformanceLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 1424E52B73568C64428CD1E9EE4FEB44 /* RCTPerformanceLogger.m */; }; + F83EFE2E7A494A66130D350402347683 /* RCTTabBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 84E86F45C1914438B11453BDBE757340 /* RCTTabBar.m */; }; + F8470488AB3CEC5DCA61FF3E0B53A96F /* RCTSegmentedControl.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CDC0764A0131BBF1E24CAB10A6D7479 /* RCTSegmentedControl.h */; settings = {ATTRIBUTES = (Project, ); }; }; + F96A020499DA892E7ACD34A52F021F6A /* RCTSafeAreaViewManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 50E4ACAE8C6BF56ACBB8C1547DF11C87 /* RCTSafeAreaViewManager.m */; }; + F96DB5947AA7596F770530253D139A2B /* RCTDevSettings.mm in Sources */ = {isa = PBXBuildFile; fileRef = B0905F6C79308C3C75EC1E730E005FB2 /* RCTDevSettings.mm */; }; + F9BF41558F40AED7DE03AD062E1AD47D /* YGNode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 20F06CA1F30307C52B9C03F1B3E54272 /* YGNode.cpp */; settings = {COMPILER_FLAGS = "-fno-omit-frame-pointer -fexceptions -Wall -Werror -std=c++1y -fPIC -fno-objc-arc"; }; }; + FB2C63E021A3C2451B035D7CC5BF727D /* RCTClipboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 991E59C6FED296EC04FCEA0C70F7DD92 /* RCTClipboard.m */; }; + FB40630C104139805A72E893F73D8999 /* RCTSwitchManager.m in Sources */ = {isa = PBXBuildFile; fileRef = AC3C2BD1F1A8B0116590B69F872AD1C3 /* RCTSwitchManager.m */; }; + FBDF47AD48B21D255E52582DC436C64B /* RCTWebView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C1101DEE5AB3C0C4459EE5C5FC02835 /* RCTWebView.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FC29FFF0A206F99B29CBC9285E19E498 /* RCTMultipartStreamReader.h in Headers */ = {isa = PBXBuildFile; fileRef = CA630E49A11B99C051A458B0F4E2BAFB /* RCTMultipartStreamReader.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FD886CBC9C8587BE3C7F06950C2D85CC /* RCTCxxConvert.h in Headers */ = {isa = PBXBuildFile; fileRef = 9DF2E85B01A1CFE8022819CDDE41DDB4 /* RCTCxxConvert.h */; settings = {ATTRIBUTES = (Project, ); }; }; + FE05750BC93B0D4191631D7249C01FDF /* RCTProfile.h in Headers */ = {isa = PBXBuildFile; fileRef = A6B71178160901C7ACA06E0133E90399 /* RCTProfile.h */; settings = {ATTRIBUTES = (Project, ); }; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 6623CF02F92FFE6DB731B498401A2CA0 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = F0D976419FACE05B7210298437421161; + remoteInfo = React; + }; + 867E02D808832D19603C66CEA6483A2C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4898577931290460A7834CEEE3ACF68; + remoteInfo = yoga; + }; + C7AB89B47235921E734C2D540827BF1F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = F0D976419FACE05B7210298437421161; + remoteInfo = React; + }; + DBC561BBFA63C82A5C8CA6FA238B2461 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = DD352F7FA1F602FB39453C35E3ED55B8; + remoteInfo = "react-native-date-picker"; + }; + F00FDA4E996754B354454EB78A0747E8 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4898577931290460A7834CEEE3ACF68; + remoteInfo = yoga; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 001D32B76CC676D28073E45CE6453EA0 /* RCTRefreshControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControlManager.m; sourceTree = ""; }; + 00EA3D3D89FFDD001C16391B86DA5BE3 /* RCTNavigator.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavigator.m; sourceTree = ""; }; + 0610800DB6BA6C3587932547D9F70CB2 /* YGFloatOptional.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGFloatOptional.cpp; path = yoga/YGFloatOptional.cpp; sourceTree = ""; }; + 095349663DF5833A65BD655035915F3D /* RCTBridge+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTBridge+Private.h"; sourceTree = ""; }; + 0B1D24E5E14C532A7BA79D220FD72836 /* RCTWKWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebView.m; sourceTree = ""; }; + 0D771B952861FB232314A8AA9A488647 /* Utils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Utils.h; path = yoga/Utils.h; sourceTree = ""; }; + 0D88E312B884043340A9D55E70AA57AB /* RCTCxxConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTCxxConvert.m; sourceTree = ""; }; + 0DBB3E721BFDC4B6AC1C8907A05C549E /* RCTShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTShadowView.h; sourceTree = ""; }; + 0DC5656772736B527EE5CCAE5BBF2CBF /* RCTRootContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootContentView.h; sourceTree = ""; }; + 0FA38A59700C5C67A001637A78C537B8 /* RCTNavItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavItem.h; sourceTree = ""; }; + 1019F62D1DD71169B6CA323AC552955D /* RCTDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePickerManager.h; sourceTree = ""; }; + 10922D47D77255014F3C36E47E83ABB1 /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libReact.a; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 1424E52B73568C64428CD1E9EE4FEB44 /* RCTPerformanceLogger.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerformanceLogger.m; sourceTree = ""; }; + 14B28FE8F9C58E8FD31539B492DB8E33 /* RCTWKWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebViewManager.h; sourceTree = ""; }; + 14D8317C3081541A8F2625B2C3C765DD /* RCTScrollContentShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentShadowView.h; sourceTree = ""; }; + 1512BB122BD411B1511616AE01112207 /* RCTShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTShadowView.m; sourceTree = ""; }; + 154273B0A7DAC77B81781385326B7A1E /* RCTSourceCode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSourceCode.h; sourceTree = ""; }; + 16525D0575CB70A72F5A18F6ADB740BD /* RCTTouchHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchHandler.m; sourceTree = ""; }; + 16EFC544082772529595724E92860BB2 /* RCTScrollContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentView.m; sourceTree = ""; }; + 17CE693B9C591B984F84E307AE7FA314 /* RCTTiming.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTiming.m; sourceTree = ""; }; + 1945AE4F39631CA437859B7533C57954 /* RCTWebViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebViewManager.h; sourceTree = ""; }; + 1981D4436F6873413EB17661941200B1 /* RCTRefreshControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRefreshControl.m; sourceTree = ""; }; + 1ACB149C0A6E763887A14333EA294DB0 /* Yoga.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Yoga.cpp; path = yoga/Yoga.cpp; sourceTree = ""; }; + 1AF195DC13AD41129EF596682FFCC1F1 /* RCTUIUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIUtils.m; sourceTree = ""; }; + 1B722D6720099AE19EDF470A2C5A3E09 /* RCTUIManagerObserverCoordinator.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTUIManagerObserverCoordinator.mm; sourceTree = ""; }; + 1C1101DEE5AB3C0C4459EE5C5FC02835 /* RCTWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWebView.h; sourceTree = ""; }; + 1DA88283CE069CB8A0B999087F6F6665 /* Pods-ExampleCocoapodsTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ExampleCocoapodsTests-acknowledgements.markdown"; sourceTree = ""; }; + 1EC777FBD545DE6B96E686AE2BFD209D /* RCTScrollView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollView.h; sourceTree = ""; }; + 1F7C3EE5ADFC30120427DA34724527C7 /* RCTTouchEvent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTouchEvent.m; sourceTree = ""; }; + 207EF0F1F1A6BD384DA81A2E9E9CB1A4 /* RCTWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebViewManager.m; sourceTree = ""; }; + 20F06CA1F30307C52B9C03F1B3E54272 /* YGNode.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNode.cpp; path = yoga/YGNode.cpp; sourceTree = ""; }; + 2114EE788A4A8B9DACBB1173C01058C0 /* RCTRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootShadowView.h; sourceTree = ""; }; + 2172A7B5043A069E54CA0890981724C3 /* RCTEventEmitter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventEmitter.h; sourceTree = ""; }; + 224A6866F81C45FFC64ACCE0C07D905B /* RCTRedBoxExtraDataViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBoxExtraDataViewController.m; sourceTree = ""; }; + 233C85718999C066CB1281B537C10B09 /* UIView+React.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "UIView+React.m"; sourceTree = ""; }; + 2418BB931F669D5307CF05A08454FCAD /* RCTRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootShadowView.m; sourceTree = ""; }; + 24866CF4F30FC925EA4D16610D77B26F /* RCTUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUtils.h; sourceTree = ""; }; + 2584C100B59BC67E3C9AA692F918A089 /* RCTRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootView.h; sourceTree = ""; }; + 25F957FCA2CBDF660E05098543366454 /* RCTModalHostViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewController.m; sourceTree = ""; }; + 265AE13D30CD2B546DEC22D58B220643 /* RCTFPSGraph.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFPSGraph.m; sourceTree = ""; }; + 2661BFC1495DB0097400399605FE7973 /* RCTBorderDrawing.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBorderDrawing.m; sourceTree = ""; }; + 2805CEF9C9B5788CB3ACAD311DDF4555 /* RCTSurfaceStage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceStage.m; sourceTree = ""; }; + 2CF15F189CAD5455DE3B14DE56E82D80 /* RCTModalHostView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostView.h; sourceTree = ""; }; + 2D3A27F8539B9B7DC6D58627410EB356 /* RCTComponentData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponentData.h; sourceTree = ""; }; + 2D8C50E59C1785F47E42B5E556D5DE89 /* RCTLayout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayout.m; sourceTree = ""; }; + 2E21328F622EDB13677DD7DFAA121018 /* YGLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGLayout.h; path = yoga/YGLayout.h; sourceTree = ""; }; + 2E75CA878892882E516B8D8D98C33A9E /* react-native-date-picker.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "react-native-date-picker.xcconfig"; sourceTree = ""; }; + 2EA5FD181AAB6F8FB2C0ABC7EC2A747D /* Pods-ExampleCocoapodsTests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleCocoapodsTests-resources.sh"; sourceTree = ""; }; + 2F526450990C10DFA742B3B71836BC31 /* RCTExceptionsManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTExceptionsManager.m; sourceTree = ""; }; + 30842F11D11167C5BD73F5D82582C740 /* RCTSurfaceStage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceStage.h; sourceTree = ""; }; + 326A150FC1548EAB96685899CBB3FBF6 /* react-native-date-picker.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = "react-native-date-picker.podspec"; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 3429FDD71FA744536A21709D272208F5 /* RCTViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTViewManager.h; sourceTree = ""; }; + 371257F56A4F46844B7B5CB9FF8F4FCA /* RCTRefreshControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControl.h; sourceTree = ""; }; + 394C6AB2D4F8336F22AF0C1EE0A0B3D2 /* RCTManagedPointer.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTManagedPointer.mm; sourceTree = ""; }; + 39CBE6E621B1384DE87C07D1E69E1830 /* RCTPicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPicker.m; sourceTree = ""; }; + 3CDC0764A0131BBF1E24CAB10A6D7479 /* RCTSegmentedControl.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControl.h; sourceTree = ""; }; + 3DCF8AC1CA53229D7CDED61215A189D6 /* RCTURLRequestDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestDelegate.h; sourceTree = ""; }; + 3E51A90FCFE6F0696E4B9DCD945DE33A /* libreact-native-date-picker.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libreact-native-date-picker.a"; path = "libreact-native-date-picker.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 3F1979400FEBA4C8CBC782EDB332E2BD /* Pods-ExampleCocoapods-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleCocoapods-frameworks.sh"; sourceTree = ""; }; + 3F677E4027F8EEB768E94912EDDB4158 /* RCTMaskedView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedView.h; sourceTree = ""; }; + 3F80569CD79C755CB4CF39F911E5759B /* YGStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGStyle.h; path = yoga/YGStyle.h; sourceTree = ""; }; + 3FAD330ED03DED396C4EBE3059971AD9 /* RCTDisplayLink.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDisplayLink.h; sourceTree = ""; }; + 3FFB8713C31A304B845789D16F74981E /* RCTTabBarItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBarItem.h; sourceTree = ""; }; + 40C2449AA757176D1A2A61A3E4D5ACA4 /* RCTScrollViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollViewManager.m; sourceTree = ""; }; + 4112A0634AA342BEAE89B3FCF91E3FA3 /* RCTTouchEvent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchEvent.h; sourceTree = ""; }; + 41623071F9B93F5D94A0FCE3A97875CC /* RCTScrollableProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollableProtocol.h; sourceTree = ""; }; + 41D660E9C3B36421F1E379238A34E021 /* RCTDeviceInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDeviceInfo.h; sourceTree = ""; }; + 44CBC449F274E25B8E5CEB9EB441AC9E /* RCTSurfaceRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootView.h; sourceTree = ""; }; + 468CDCD352494D15495BE40FFA308411 /* RCTNavItemManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavItemManager.h; sourceTree = ""; }; + 48F6077058179095D007458952BA3D85 /* RCTJavaScriptLoader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptLoader.h; sourceTree = ""; }; + 4A62D9495A232DFE958D9611EE07ED35 /* RCTBridge.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBridge.m; sourceTree = ""; }; + 4A8F1F51DB77D882C94B06A51A233672 /* RCTNullability.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNullability.h; sourceTree = ""; }; + 4A9AB0E6BB4CD8A2828672C1DE62A822 /* RCTScrollContentView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentView.h; sourceTree = ""; }; + 4B7C15F9874E6E43C73BCF1D6586FF3E /* Pods-ExampleCocoapods-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ExampleCocoapods-dummy.m"; sourceTree = ""; }; + 4C6D8151AF54E84634445BD8795CE29F /* RCTDeviceInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDeviceInfo.m; sourceTree = ""; }; + 4CCFA1E2A11D7CC11BA7D86E820113E7 /* yoga-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "yoga-prefix.pch"; sourceTree = ""; }; + 4E16A9033B783F27B757FE15793F1604 /* RCTRedBoxExtraDataViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBoxExtraDataViewController.h; sourceTree = ""; }; + 4E9656DD33AA49596C8A333A06D49195 /* RCTSourceCode.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSourceCode.m; sourceTree = ""; }; + 4EA68E7204DA8EADC4713D10DCC41ED6 /* RCTMaskedViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMaskedViewManager.h; sourceTree = ""; }; + 4FB9298A062CBB7F0307A18DFA4A1971 /* UIView+React.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+React.h"; sourceTree = ""; }; + 50DEC7C700C06AF8A545C39DC9D5B457 /* RCTShadowView+Layout.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Layout.m"; sourceTree = ""; }; + 50E4ACAE8C6BF56ACBB8C1547DF11C87 /* RCTSafeAreaViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewManager.m; sourceTree = ""; }; + 522A61CF50AF4AD0376DFD347C691501 /* RCTI18nUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nUtil.h; sourceTree = ""; }; + 5237C5F4DFC5BB7BC571048DA9E5B74B /* RCTShadowView+Layout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Layout.h"; sourceTree = ""; }; + 529837C4E50980E9BAD968B964553F61 /* RCTView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTView.h; sourceTree = ""; }; + 53ACA698F550FA04D2EDDC6DC861EB4C /* RCTI18nUtil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nUtil.m; sourceTree = ""; }; + 5421C3592D0736C3D886B0FFA64C082E /* RCTErrorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorInfo.h; sourceTree = ""; }; + 55111F882A429489BB26E9C742C35E07 /* RCTSwitchManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitchManager.h; sourceTree = ""; }; + 5665B688D95296187243DC5325A66560 /* Yoga.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Yoga.h; path = yoga/Yoga.h; sourceTree = ""; }; + 5A379DDD8127285B5B277F9BD7F85586 /* RCTLayoutAnimationGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimationGroup.m; sourceTree = ""; }; + 5BF900A399F59A5089778E8EA32D362D /* RCTComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTComponent.h; sourceTree = ""; }; + 5C95D5FD72C4C96D0166B84E0AE170AC /* RCTURLRequestHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTURLRequestHandler.h; sourceTree = ""; }; + 5F66EB4B0A4BE732E9023B8418CF0399 /* RCTStatusBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTStatusBarManager.m; sourceTree = ""; }; + 606081CAD69D9114BE0886D03901B0CE /* RCTLayoutAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimation.h; sourceTree = ""; }; + 60EBAB4A49BE30EB601A4376AC599BD6 /* RCTFont.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTFont.mm; sourceTree = ""; }; + 62A0EF0FF35D24066621A03F26A6AAA4 /* Pods-ExampleCocoapodsTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleCocoapodsTests-frameworks.sh"; sourceTree = ""; }; + 6386B187A8D6A6C1D0E37E734BCEF722 /* RCTProfileTrampoline-arm64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm64.S"; sourceTree = ""; }; + 63B3FA433A02D89F1268484052B7FACB /* RCTPicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPicker.h; sourceTree = ""; }; + 6490C4E0E439ADF142A3770BB02C9095 /* RCTSafeAreaShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaShadowView.m; sourceTree = ""; }; + 65E8A83362F5CE4F2FBE221613A28D03 /* RCTAppState.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAppState.h; sourceTree = ""; }; + 673004059BC3DDA7137EDCC6F8B851AB /* RCTConvert+Transform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+Transform.m"; sourceTree = ""; }; + 6870634CA04EC3CFE193A0F3016E14F3 /* RCTFont.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFont.h; sourceTree = ""; }; + 6880D6704D62D17617A391FF4787F7EA /* libyoga.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = libyoga.a; path = libyoga.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 69622FC4694FDCC3768671B5A1B709BD /* RCTClipboard.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTClipboard.h; sourceTree = ""; }; + 69C50A816A40C75A17358E188D2B8244 /* RCTAsyncLocalStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAsyncLocalStorage.h; sourceTree = ""; }; + 6A8D9577EFBD5FDD3EEA43C5C7ADAB02 /* RCTSurface.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurface.h; sourceTree = ""; }; + 6A8D987F06C90B2A2FE9450E090285EA /* RCTSurfaceView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceView.mm; sourceTree = ""; }; + 6C3D50228874A2BF009E9AF3E0B913DF /* RNDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RNDatePickerManager.m; path = ios/RNDatePicker/RNDatePickerManager.m; sourceTree = ""; }; + 6C45CD6D17945A67960875D8EC30E22B /* RCTImageSource.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTImageSource.h; sourceTree = ""; }; + 6DBE3BF381A24E0976ABBCB24E90DBE1 /* RCTAppState.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAppState.m; sourceTree = ""; }; + 6E7C8097B590990FA552699A82C10E0A /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6EC7A7C464FC20FFE108A7939DFA2366 /* RCTBridgeDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeDelegate.h; sourceTree = ""; }; + 6F142ED076F5F4448CC71E52A5D67A55 /* DatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DatePicker.m; path = ios/RNDatePicker/DatePicker.m; sourceTree = ""; }; + 7026E7015EA4A60A113766E201859482 /* RCTPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPlatform.h; sourceTree = ""; }; + 71679E4097581B8642012C372A4C8B03 /* React.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = React.xcconfig; sourceTree = ""; }; + 7175A2B8EBDBA698B0A839CAD430B717 /* RCTJavaScriptLoader.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJavaScriptLoader.mm; sourceTree = ""; }; + 7268DF79EEB0898580341259CA95C78F /* React.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = React.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 7281562E776A53C7C824FE4EA0B342F4 /* React-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "React-dummy.m"; sourceTree = ""; }; + 7387A3852D4C419DADD23FCCF8B6FC29 /* RCTReloadCommand.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTReloadCommand.m; sourceTree = ""; }; + 75715ED9183E16C2B81F506584A84713 /* RCTMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMacros.h; sourceTree = ""; }; + 759B51FCC190B5C5D9FDBD54A7D6B0C2 /* UIView+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "UIView+Private.h"; sourceTree = ""; }; + 7615740C775B76992F73EA4E75904D1E /* RCTLayout.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayout.h; sourceTree = ""; }; + 774DAF38D07416A95D3A2FDCF74112DB /* RCTSwitch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSwitch.h; sourceTree = ""; }; + 78348EE7EF6B4C0AF54CB4ED4A1C457F /* RCTRootViewInternal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewInternal.h; sourceTree = ""; }; + 78408BD2F442BC6A54EB9B4B9357DDBF /* RCTFrameUpdate.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTFrameUpdate.m; sourceTree = ""; }; + 78F2AA31ABC7B12141F204F29EB84592 /* RCTBridgeModule.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeModule.h; sourceTree = ""; }; + 79029C751AACBE475EA74BA4B3AB85ED /* RCTSegmentedControlManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControlManager.m; sourceTree = ""; }; + 7925E307BEFD4CCCC7C588A3252C5075 /* RCTMaskedViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedViewManager.m; sourceTree = ""; }; + 7AE9156308C66074B348BFD43A8A5209 /* RCTInvalidating.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTInvalidating.h; sourceTree = ""; }; + 7B39AA081DEEF101A50A7512A942E648 /* RCTDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDefines.h; sourceTree = ""; }; + 7CB94A0A834270561188D13276C97714 /* RCTUIManagerUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManagerUtils.m; sourceTree = ""; }; + 7D1B05B95870BAA28A9C5B9487B9D661 /* libPods-ExampleCocoapods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ExampleCocoapods.a"; path = "libPods-ExampleCocoapods.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 8144D31597F629DE02D736F775F25050 /* RCTKeyboardObserver.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyboardObserver.m; sourceTree = ""; }; + 81642AA85896122FA55B739D01AE006A /* RCTLog.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLog.h; sourceTree = ""; }; + 8184A1CD846826B1EA39DC0252DF16A5 /* RCTConvert+CoreLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+CoreLocation.h"; sourceTree = ""; }; + 81BA8636A705E492B3E7727633762E05 /* Pods-ExampleCocoapods-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ExampleCocoapods-resources.sh"; sourceTree = ""; }; + 8271B73EADC956399FE69F70E4F036AC /* RCTProfile.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProfile.m; sourceTree = ""; }; + 836CCDBFDFBD87F579D20156B66BBB2C /* RCTJavaScriptExecutor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJavaScriptExecutor.h; sourceTree = ""; }; + 84384B9BC088375908F1AAFB7EDA8192 /* RCTSurface.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurface.mm; sourceTree = ""; }; + 84E86F45C1914438B11453BDBE757340 /* RCTTabBar.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBar.m; sourceTree = ""; }; + 8778D7D839A52FB1653581000A2333B7 /* RCTErrorCustomizer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTErrorCustomizer.h; sourceTree = ""; }; + 89254FFC2A2B6ADD513D5D92D2C5465C /* RCTTabBar.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBar.h; sourceTree = ""; }; + 896CACD6531B91258677CE6D9E496288 /* RCTProgressViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTProgressViewManager.m; sourceTree = ""; }; + 8A78DADE866607FD14A6E7D7A2DC440C /* RCTErrorInfo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTErrorInfo.m; sourceTree = ""; }; + 8C406F810FE6A1B2F08772182D9FFAFF /* RCTSafeAreaView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaView.h; sourceTree = ""; }; + 8C7E8807AF289D3CBE50368FA91F1E6B /* RCTSafeAreaViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewManager.h; sourceTree = ""; }; + 8D5877A8FA2AACEB74C33577FBEB4778 /* RCTVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTVersion.h; sourceTree = ""; }; + 8DA07491EDD206BCB5141729CFCF2627 /* RCTModalManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalManager.h; sourceTree = ""; }; + 8DC571DFDD560242C9FA7B9896548F1A /* YGConfig.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGConfig.cpp; path = yoga/YGConfig.cpp; sourceTree = ""; }; + 8E925870E99E987DFC6128FF63810087 /* yoga.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = yoga.xcconfig; sourceTree = ""; }; + 8EC1F007D6E6D52E4B840CC63D430B74 /* RCTPointerEvents.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPointerEvents.h; sourceTree = ""; }; + 8F5BF0210512317C92105B588BA24BC8 /* RCTTabBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBarManager.h; sourceTree = ""; }; + 8F960A2BB49F62B790B7713AC2E6E5AF /* Pods-ExampleCocoapods-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ExampleCocoapods-acknowledgements.plist"; sourceTree = ""; }; + 914925E15359862E8D632CB16C49BE71 /* RCTShadowView+Internal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTShadowView+Internal.m"; sourceTree = ""; }; + 91D2C6B8414DCF0E5C166D12D6E105C0 /* RCTAnimationType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAnimationType.h; sourceTree = ""; }; + 91E3439FDB1EB6A4DEB5454F35E954EC /* RCTScrollContentShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentShadowView.m; sourceTree = ""; }; + 924314C06F7FDC4E92A171038415157D /* RCTJSCErrorHandling.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTJSCErrorHandling.mm; sourceTree = ""; }; + 9246EA2DE23E3049E232471B67382678 /* RCTAccessibilityManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAccessibilityManager.h; sourceTree = ""; }; + 924F2346098CA594328CB517AB4CD842 /* YGFloatOptional.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGFloatOptional.h; path = yoga/YGFloatOptional.h; sourceTree = ""; }; + 92AEE92E38D8B12F8D51076F191E70DC /* RCTAlertManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAlertManager.h; sourceTree = ""; }; + 92E6EDBE9D9FEF8629F5509012803CD8 /* RCTDatePicker.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePicker.m; sourceTree = ""; }; + 937886FC6FA693F5719A6D34FBCB6934 /* RCTMultipartStreamReader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartStreamReader.m; sourceTree = ""; }; + 938877568432C2436B2F20D7C4981797 /* Pods-ExampleCocoapods-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ExampleCocoapods-acknowledgements.markdown"; sourceTree = ""; }; + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 946BCD50F0D1B8A729D3647DCE935ABF /* RNDatePickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RNDatePickerManager.h; path = ios/RNDatePicker/RNDatePickerManager.h; sourceTree = ""; }; + 947839FFAA79E38CEC39FCFA3FD63715 /* RCTScrollView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollView.m; sourceTree = ""; }; + 953A467FCA7AE956AB1D9E162477C07B /* RCTSurfaceView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTSurfaceView+Internal.h"; sourceTree = ""; }; + 958F96240F0B45B911852FD7E50BC009 /* RCTSurfaceHostingProxyRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingProxyRootView.mm; sourceTree = ""; }; + 95E19DE149F520B89CE528C1E71F28A0 /* RCTMultipartDataTask.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMultipartDataTask.m; sourceTree = ""; }; + 96F7BAE593B9D627F191126A89C369B8 /* RCTModuleData.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleData.mm; sourceTree = ""; }; + 97E3EE04F6297A8B14005B004559360B /* RCTModuleData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleData.h; sourceTree = ""; }; + 98242080A1564B2278199F82A6353624 /* RCTConvert+Transform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTConvert+Transform.h"; sourceTree = ""; }; + 98B2BB51FC298B2DBAB9F66139825A1E /* RCTDisplayLink.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDisplayLink.m; sourceTree = ""; }; + 991E59C6FED296EC04FCEA0C70F7DD92 /* RCTClipboard.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTClipboard.m; sourceTree = ""; }; + 9A2C2AE42C9D6EFDBE7DAFBCB73BD75C /* RCTBundleURLProvider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTBundleURLProvider.m; sourceTree = ""; }; + 9C517C597EEF1DE03643968C85CECB3D /* RCTKeyCommands.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyCommands.h; sourceTree = ""; }; + 9CB5A716F5C059823A38CC53481FA14F /* RCTTabBarItemManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBarItemManager.m; sourceTree = ""; }; + 9DF2E85B01A1CFE8022819CDDE41DDB4 /* RCTCxxConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTCxxConvert.h; sourceTree = ""; }; + 9ECCE4E37443D2BB53E73375D97B20B7 /* RCTProfileTrampoline-arm.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-arm.S"; sourceTree = ""; }; + 9EEA2F8F0BFA876510418EB2594A6E70 /* RCTWebView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWebView.m; sourceTree = ""; }; + A0EF736F4C27DBC148245FBA44A3551B /* RCTKeyCommands.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTKeyCommands.m; sourceTree = ""; }; + A0FD25767FA2A52836158FEA387F156F /* RCTScrollContentViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTScrollContentViewManager.m; sourceTree = ""; }; + A189FA30B180E89646CD3B022BB6F319 /* react-native-date-picker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "react-native-date-picker-dummy.m"; sourceTree = ""; }; + A21198E67566BD862F4B62497A81FEB0 /* RCTActivityIndicatorViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorViewManager.m; sourceTree = ""; }; + A24C30BCC5EE07D610E73B031BF5FEF8 /* RCTActivityIndicatorView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTActivityIndicatorView.m; sourceTree = ""; }; + A2A16B9D4F009A5E517EF55D30B7CE49 /* RCTScrollContentViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollContentViewManager.h; sourceTree = ""; }; + A2FB34EC6886B057AE4C8E7C6D4A641F /* RCTExceptionsManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTExceptionsManager.h; sourceTree = ""; }; + A335D31B2783114432E826338E78474B /* RCTBridgeMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridgeMethod.h; sourceTree = ""; }; + A3B2DC0AF4EBF8A79E1B47DF47124514 /* RCTJSCSamplingProfiler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSCSamplingProfiler.h; sourceTree = ""; }; + A41350928420BFDE8564501235239420 /* RCTDatePickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTDatePickerManager.m; sourceTree = ""; }; + A46060C4D5F353D9C317BD2021CA3279 /* Utils.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.cpp; path = yoga/Utils.cpp; sourceTree = ""; }; + A53D00A533F2D5008233735C2C21382B /* RCTTextDecorationLineType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTextDecorationLineType.h; sourceTree = ""; }; + A6B71178160901C7ACA06E0133E90399 /* RCTProfile.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProfile.h; sourceTree = ""; }; + A6FD9525068B97D2811B9F9427C35E8F /* RCTComponentData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTComponentData.m; sourceTree = ""; }; + A811559587DFED697EBB569E3C229C11 /* RCTModalHostViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewController.h; sourceTree = ""; }; + A81AAAE15900582001C1A3A7A92A670F /* RCTPickerManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPickerManager.m; sourceTree = ""; }; + A847556A99D08AC67979C210D2F3E461 /* RCTUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUtils.m; sourceTree = ""; }; + A8C8A94E236E00F7677E35C5268D81DB /* RCTFrameUpdate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFrameUpdate.h; sourceTree = ""; }; + A8F5730DB3CC7D94274F840BE1ECEAF9 /* YGLayout.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGLayout.cpp; path = yoga/YGLayout.cpp; sourceTree = ""; }; + A92C13A20ED8D20875DB324B965CCAD9 /* RCTSliderManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSliderManager.m; sourceTree = ""; }; + AB07A0A43041C9065FCC45AD6928DF08 /* Pods-ExampleCocoapodsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleCocoapodsTests.release.xcconfig"; sourceTree = ""; }; + AB2CCF6E12862ECF4A75CD1B27D86B01 /* RCTJSStackFrame.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSStackFrame.m; sourceTree = ""; }; + AB940BA0C5443D4D956188EA959DB9B7 /* RCTPerfMonitor.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPerfMonitor.m; sourceTree = ""; }; + ABAA80CC322C2792EEA162BA16CFD951 /* RCTTouchHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTouchHandler.h; sourceTree = ""; }; + AC08BD13C2F65EB727CB1726D0510EC4 /* RCTScrollViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTScrollViewManager.h; sourceTree = ""; }; + AC0B1F5ED9E4093C1AE3F59008494EB7 /* RCTLayoutAnimation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTLayoutAnimation.m; sourceTree = ""; }; + AC3582B09B5FFEB2D7C27CBEE5C99A3B /* RCTWKWebViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWKWebViewManager.m; sourceTree = ""; }; + AC3C2BD1F1A8B0116590B69F872AD1C3 /* RCTSwitchManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitchManager.m; sourceTree = ""; }; + AD0F662F461B0D09C1F5196B5BE3AA6C /* RCTAutoInsetsProtocol.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAutoInsetsProtocol.h; sourceTree = ""; }; + AD10E242C566203F32DF943CE656676E /* RCTConvert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTConvert.h; sourceTree = ""; }; + AE93D68C7079DE29B2478D09C9843C4C /* RCTSurfaceHostingView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceHostingView.mm; sourceTree = ""; }; + B052A5700F78954CA49314BB92EC65B1 /* Pods-ExampleCocoapods.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleCocoapods.debug.xcconfig"; sourceTree = ""; }; + B08C5BE8F2E37E6840A9A789FAD7DB77 /* RCTKeyboardObserver.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTKeyboardObserver.h; sourceTree = ""; }; + B0905F6C79308C3C75EC1E730E005FB2 /* RCTDevSettings.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTDevSettings.mm; sourceTree = ""; }; + B2A945337F1EA5F6D86520ADA6849B55 /* RCTPerformanceLogger.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPerformanceLogger.h; sourceTree = ""; }; + B33C186ED4470F55EE3D968C5399BF50 /* RCTSurfaceRootShadowView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSurfaceRootShadowView.m; sourceTree = ""; }; + B3533D1F93DA25ED3D31F1F160AFDFEF /* RCTWrapperViewController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTWrapperViewController.m; sourceTree = ""; }; + B355D5B7A01EFE17EA8EE0A40F7EE64B /* RCTTabBarItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBarItem.m; sourceTree = ""; }; + B38A4BC615DB1649A465F0BD3197B01D /* RCTSegmentedControl.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSegmentedControl.m; sourceTree = ""; }; + B425E17FB4A90FD0748EEBE38F31EEBE /* RCTSurfaceRootView.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceRootView.mm; sourceTree = ""; }; + B49ABFED98D201E4BF2D7620F86736E8 /* RCTI18nManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTI18nManager.m; sourceTree = ""; }; + B4E3AC1528D162145D99323382DD5E10 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; + B53A15A241FD8AAFB51191B67D365185 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + B553A155528A7A1F87A92A0491E6FE9B /* RCTJSStackFrame.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSStackFrame.h; sourceTree = ""; }; + B5A7213F14BE242F78A79BE944D004CF /* RCTSurfaceView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceView.h; sourceTree = ""; }; + B5A93B3421A59B63A51E97A189621122 /* RCTWrapperViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWrapperViewController.h; sourceTree = ""; }; + B72EF548E4DA03242078A65B298B5EF2 /* RCTJSCSamplingProfiler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTJSCSamplingProfiler.m; sourceTree = ""; }; + B73DC26CF342CA2287B0499DF03AE3B9 /* RCTActivityIndicatorView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorView.h; sourceTree = ""; }; + B8169A8B4E7616200F2D2B0DC1701178 /* RCTActivityIndicatorViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTActivityIndicatorViewManager.h; sourceTree = ""; }; + B868FD323C3A67189255FA1F212FAB1D /* RCTModuleMethod.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModuleMethod.h; sourceTree = ""; }; + B89A95E93D88107DB67671C7441DE805 /* RCTParserUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTParserUtils.h; sourceTree = ""; }; + B91C1A9B9F72B6B66741453230591633 /* RCTDevSettings.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDevSettings.h; sourceTree = ""; }; + BA76CC8071D0A87F45FFA2B1AAB4DBE7 /* RCTModalManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalManager.m; sourceTree = ""; }; + BAADB69A007D86CC8889507C1BDC2C84 /* YGNode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNode.h; path = yoga/YGNode.h; sourceTree = ""; }; + BB5CC97BF41EB5F0C9D099AC26B630BC /* RCTImageSource.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTImageSource.m; sourceTree = ""; }; + BBFB73FB4667B55BB806D2637FAE61E4 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + BC904D3C0347D4B4B735FD196FA56FFE /* RCTShadowView+Internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RCTShadowView+Internal.h"; sourceTree = ""; }; + BD72363A6C34FA8F6DFCC31FF91798AA /* yoga.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = yoga.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + BDBFB0151D0C9407CE3E8AFDE6FB4FC6 /* Pods-ExampleCocoapodsTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ExampleCocoapodsTests-acknowledgements.plist"; sourceTree = ""; }; + C0547151F3C1830858C9299A683E89F8 /* Pods-ExampleCocoapodsTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleCocoapodsTests.debug.xcconfig"; sourceTree = ""; }; + C0D3B25E26B648D959E2B86ED575A558 /* RCTUIUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIUtils.h; sourceTree = ""; }; + C1D56BA43C91D178FE36514D8E4CCAD3 /* RCTSafeAreaShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaShadowView.h; sourceTree = ""; }; + C1D9BEA95AAB478860455E40BEED81A2 /* RCTAccessibilityManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAccessibilityManager.m; sourceTree = ""; }; + C336BDDA622AED54C99D2636B47F5AF1 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + C3C5D10F3785469710AA79F3AF62D612 /* RCTConvert+CoreLocation.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RCTConvert+CoreLocation.m"; sourceTree = ""; }; + C42569FF867C2939F4F732C557FF1D03 /* RCTTabBarItemManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTabBarItemManager.h; sourceTree = ""; }; + C51FF32ED1B6390B39864A0A822A9B3C /* RCTBundleURLProvider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBundleURLProvider.h; sourceTree = ""; }; + C5CAE93FA8F5C90A95859AC890362678 /* RCTSlider.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSlider.m; sourceTree = ""; }; + C668F84C3A66920EBDBFA2C1466DF8BC /* RCTSurfaceHostingProxyRootView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingProxyRootView.h; sourceTree = ""; }; + C6E8AC5D0941CBD3AA7052EE40A29208 /* RCTUIManagerObserverCoordinator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerObserverCoordinator.h; sourceTree = ""; }; + C9A4FB7885C18030415418B03A0ABA0A /* RCTSegmentedControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSegmentedControlManager.h; sourceTree = ""; }; + C9B96191C7372CA439FFF243731B55A9 /* YGStyle.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGStyle.cpp; path = yoga/YGStyle.cpp; sourceTree = ""; }; + CA630E49A11B99C051A458B0F4E2BAFB /* RCTMultipartStreamReader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartStreamReader.h; sourceTree = ""; }; + CAED4DBE0554DCC54184B7E5569201ED /* RCTAsyncLocalStorage.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAsyncLocalStorage.m; sourceTree = ""; }; + CC16BE4780EFE3F4B4E7EC3F56624615 /* RCTPlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTPlatform.m; sourceTree = ""; }; + CC4981818F830BF537AFB4EDB1CD6E44 /* RCTSlider.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSlider.h; sourceTree = ""; }; + CC4DAC8BDE251C85B2A74F5B8B3C650C /* RCTWKWebView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTWKWebView.h; sourceTree = ""; }; + CC672F9C412C22130DE12AF0099E0A2F /* RCTJSCErrorHandling.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTJSCErrorHandling.h; sourceTree = ""; }; + CD7D248D03685CCE68F46BF9DD6695CB /* YGNodePrint.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGNodePrint.cpp; path = yoga/YGNodePrint.cpp; sourceTree = ""; }; + CDA7E829609BD1C83AACF50017BD1DB2 /* React-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "React-prefix.pch"; sourceTree = ""; }; + CDAA551A2043CFCF17EA1681B2D5C0FF /* RCTMaskedView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTMaskedView.m; sourceTree = ""; }; + CDAFD9068156D87F4FAF95B6220BF66E /* RCTEventEmitter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventEmitter.m; sourceTree = ""; }; + CDCFBC0FA07D21A9B1F0E6DEEE7BD31B /* RCTLayoutAnimationGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTLayoutAnimationGroup.h; sourceTree = ""; }; + CDDA7FF587EBAE4F84AB4EE1DA102447 /* libPods-ExampleCocoapodsTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; name = "libPods-ExampleCocoapodsTests.a"; path = "libPods-ExampleCocoapodsTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + CE5844F6FAB99B5994BFC716D433D084 /* RCTReloadCommand.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTReloadCommand.h; sourceTree = ""; }; + CE61C2C7A2FF69928BDDBF1818CEB3CC /* RCTUIManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTUIManager.m; sourceTree = ""; }; + CEE7D7B9130FED5DF1E76D7C0D94D03C /* RCTBorderStyle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderStyle.h; sourceTree = ""; }; + CF0150D1B14FC4B07E7AA394931E2084 /* RCTProgressViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTProgressViewManager.h; sourceTree = ""; }; + D0856D314548B4285EA445A9DA0D8272 /* RCTView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTView.m; sourceTree = ""; }; + D14A2C34E3A8F103B0426D86F7518A82 /* RCTAlertManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAlertManager.m; sourceTree = ""; }; + D40EC239DD2254A4DAC3225F8BF4721B /* Yoga-internal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "Yoga-internal.h"; path = "yoga/Yoga-internal.h"; sourceTree = ""; }; + D44B0AC9F9D014420D85D62EA5F90E38 /* RCTRedBox.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRedBox.m; sourceTree = ""; }; + D59BEA48FB3742E6A6D75AA4B1B8447D /* RCTUIManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManager.h; sourceTree = ""; }; + D66AAF974A169D8F7C676E2B688E67FF /* RCTNavigator.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavigator.h; sourceTree = ""; }; + D6DE883FB5BA4A8777F1CD6F169D97E2 /* RCTViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTViewManager.m; sourceTree = ""; }; + D7135674136663477727E690C83A0B49 /* YGNodePrint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGNodePrint.h; path = yoga/YGNodePrint.h; sourceTree = ""; }; + D76796B9303BBFBEEE90D13E4CF30E75 /* react-native-date-picker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "react-native-date-picker-prefix.pch"; sourceTree = ""; }; + D78398A1716BE000816F63ED37425A0A /* RCTUIManagerUtils.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTUIManagerUtils.h; sourceTree = ""; }; + D7E283E4E9DED7A246EB45BAFABE7735 /* RCTI18nManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTI18nManager.h; sourceTree = ""; }; + D833FCEAF7F74D4FBFDA8A5354FECC70 /* RCTProfileTrampoline-i386.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-i386.S"; sourceTree = ""; }; + D98AD2A4B0A1914544D634E32F9E21CE /* RCTBridge.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBridge.h; sourceTree = ""; }; + DB1583722EDE4AF1E8066B043C4D07B0 /* RCTRefreshControlManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRefreshControlManager.h; sourceTree = ""; }; + DB5CEB5AEA46E9473A585F71AD6E29AE /* RCTNavItem.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavItem.m; sourceTree = ""; }; + DC7C2F8BAA36C144C1D3148B6BFABA3B /* RCTSurfaceSizeMeasureMode.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTSurfaceSizeMeasureMode.mm; sourceTree = ""; }; + DC8346042812C7608C73C74C27667E26 /* RCTPickerManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTPickerManager.h; sourceTree = ""; }; + DD13CD4A9E6AF2C167C155815A1932D2 /* RCTConvert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTConvert.m; sourceTree = ""; }; + DDDCFFAA6D479FCF2379060BC6C3DC82 /* RCTSafeAreaView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaView.m; sourceTree = ""; }; + DE31B11564640DF4C7C72BD152341A7E /* YGEnums.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGEnums.h; path = yoga/YGEnums.h; sourceTree = ""; }; + DE43DF3DA5BA2D55AEEF1F15B87429F7 /* RCTRootViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRootViewDelegate.h; sourceTree = ""; }; + DF49B39C4D4FF892FB2983CDCE4D371E /* RCTModalHostViewManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTModalHostViewManager.h; sourceTree = ""; }; + E0D562EF0519C178D21AF6AA907F1A3C /* RCTModuleMethod.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTModuleMethod.mm; sourceTree = ""; }; + E1BFC4E3E5BECB9732C42C54DDFCD76A /* YGEnums.cpp */ = {isa = PBXFileReference; includeInIndex = 1; name = YGEnums.cpp; path = yoga/YGEnums.cpp; sourceTree = ""; }; + E47F445B9728C3E00AE842C2974D2A3C /* RCTVersion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTVersion.m; sourceTree = ""; }; + E607818B2D6C109000001AA9641113D9 /* RCTModalHostViewManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostViewManager.m; sourceTree = ""; }; + E710B9F9BEFA4D8560ADF5879B9021C8 /* Pods-ExampleCocoapodsTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ExampleCocoapodsTests-dummy.m"; sourceTree = ""; }; + E78D3C02D94CAF9D95BAB3DCC963D4E9 /* Pods-ExampleCocoapods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ExampleCocoapods.release.xcconfig"; sourceTree = ""; }; + E96CEAA4103BE34FBF6C6254C3F1E2F6 /* RCTAssert.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTAssert.m; sourceTree = ""; }; + EA44BE0A80FA20887528B16186DF16E1 /* RCTNavigatorManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTNavigatorManager.h; sourceTree = ""; }; + EA734C0DF40BCA9333F1F5A5C85190EA /* RCTEventDispatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTEventDispatcher.m; sourceTree = ""; }; + EA94408B1B083A02E1A1CA3397C79DF5 /* RCTProfileTrampoline-x86_64.S */ = {isa = PBXFileReference; includeInIndex = 1; path = "RCTProfileTrampoline-x86_64.S"; sourceTree = ""; }; + EBBFE0B223EE0E6EF8B0F6B3A59D8BE4 /* RCTSurfaceDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceDelegate.h; sourceTree = ""; }; + EC9C3C43982F971FFA08538631C936B6 /* RCTNavItemManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavItemManager.m; sourceTree = ""; }; + ECAD607CF58FA54B496665C933CBDC79 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + EE564976B2D94CDD61F69FB73FF988BA /* RCTSafeAreaViewLocalData.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSafeAreaViewLocalData.m; sourceTree = ""; }; + EE660BB2681A4CA11C5492D36502834C /* RCTSwitch.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTSwitch.m; sourceTree = ""; }; + EE9D3298F167C147BA4977B17379E154 /* RCTTabBarManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTTabBarManager.m; sourceTree = ""; }; + EEC6C8E46B5474C3C59D879E4DABB4A9 /* RCTFPSGraph.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTFPSGraph.h; sourceTree = ""; }; + EFA2E9982581D2C29DDF940EF414F721 /* RCTManagedPointer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTManagedPointer.h; sourceTree = ""; }; + F054D4F3F03D5BB05A643592F6535B9C /* RCTSurfaceRootShadowViewDelegate.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowViewDelegate.h; sourceTree = ""; }; + F0956C783C6F77ECC8EB6B1597B08956 /* RCTDatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTDatePicker.h; sourceTree = ""; }; + F0F353C796B7D9C0DD08733E8BFB5913 /* RCTSafeAreaViewLocalData.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSafeAreaViewLocalData.h; sourceTree = ""; }; + F118BB3B4CA352FEDABD612340A3FBE7 /* RCTParserUtils.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTParserUtils.m; sourceTree = ""; }; + F13EA44D4D9AF0F8222A246FE729C6AC /* YGConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGConfig.h; path = yoga/YGConfig.h; sourceTree = ""; }; + F2054819E7AB2A52BB1C2423A8B5C051 /* RCTSliderManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSliderManager.h; sourceTree = ""; }; + F20BEFB76DD29C634F9A7F32E88F97D8 /* RCTModalHostView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTModalHostView.m; sourceTree = ""; }; + F262A199E2A7C56EB148480CBE4962C9 /* YGMacros.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = YGMacros.h; path = yoga/YGMacros.h; sourceTree = ""; }; + F393784EB890BA7158AE7AFD861CCC32 /* RCTSurfaceSizeMeasureMode.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceSizeMeasureMode.h; sourceTree = ""; }; + F3C0BFA70D23270C8F3AC3394DB9E6C6 /* RCTSurfaceRootShadowView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceRootShadowView.h; sourceTree = ""; }; + F3D8180120E35C159A2042D1BF65259B /* RCTNavigatorManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTNavigatorManager.m; sourceTree = ""; }; + F7297D9738D752509457810C8223BEC4 /* RCTAssert.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTAssert.h; sourceTree = ""; }; + F91BD92DC93A689F09E6BF32BF0D6A98 /* DatePicker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DatePicker.h; path = ios/RNDatePicker/DatePicker.h; sourceTree = ""; }; + F93802C83A958965405BB124A8DC4BD6 /* yoga-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "yoga-dummy.m"; sourceTree = ""; }; + F9807E1CA295B96E5E83E0EBDA417C2C /* RCTSurfaceHostingView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTSurfaceHostingView.h; sourceTree = ""; }; + FA0CF579E0535D8B4666910B5B4147B7 /* RCTBorderDrawing.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTBorderDrawing.h; sourceTree = ""; }; + FA5D0FF85FA9A209C329ADF15CC02783 /* RCTRedBox.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTRedBox.h; sourceTree = ""; }; + FA93A662335AECBB389847FC6A8F7B89 /* RCTRootContentView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootContentView.m; sourceTree = ""; }; + FC1DED6C207FB38F45D1FB76037D928B /* RCTLog.mm */ = {isa = PBXFileReference; includeInIndex = 1; path = RCTLog.mm; sourceTree = ""; }; + FC2BEDE92E32EE0501CC776FCB336E92 /* RCTRootView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = RCTRootView.m; sourceTree = ""; }; + FD3F8C43BAC9431E500696F99C4B88E7 /* RCTStatusBarManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTStatusBarManager.h; sourceTree = ""; }; + FDFFD233A08D6A4A531C39E109FCE750 /* RCTEventDispatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTEventDispatcher.h; sourceTree = ""; }; + FEAB7B22ED68B74B02D5DAB620B4273E /* RCTMultipartDataTask.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTMultipartDataTask.h; sourceTree = ""; }; + FEBB45796258D3D83D68AD8CD0F0EF26 /* RCTTiming.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = RCTTiming.h; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 13C70C4D873B41070070A45C124055BF /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 795151A09AD343FB01C3165F0F923712 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 34B2443E62915620008623758A32C66B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 8FB6B4455506259EB7AB96810BE5968F /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8E02D5A2B4295B3E65DB3E4CEC642BD7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + DF7CE3A139A36A2EFE7B69CEA1B3C2C8 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 96C6CAABD953A832FB5E89AAE0D6F58E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 0495B7A30154C36BB3C668F56C942360 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9706BF6B13D92AAFC7478309EDDE9860 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + F1392F6C348B8A400C760ED769342916 /* Foundation.framework in Frameworks */, + 53AF00C10BFE4440D6579AE89B7A8544 /* JavaScriptCore.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 077BAC9926F7509FA0DE7F019C43EDE3 /* react-native-date-picker */ = { + isa = PBXGroup; + children = ( + F91BD92DC93A689F09E6BF32BF0D6A98 /* DatePicker.h */, + 6F142ED076F5F4448CC71E52A5D67A55 /* DatePicker.m */, + 946BCD50F0D1B8A729D3647DCE935ABF /* RNDatePickerManager.h */, + 6C3D50228874A2BF009E9AF3E0B913DF /* RNDatePickerManager.m */, + A12572EEBBB8D7940062940A542965B4 /* Pod */, + BDEF2EF3CBEB1AB3D620E9A6F36EBC93 /* Support Files */, + ); + name = "react-native-date-picker"; + path = "../../node_modules/react-native-date-picker"; + sourceTree = ""; + }; + 184B2E315D5D495AE4CAA14A3F5F49D4 /* UIUtils */ = { + isa = PBXGroup; + children = ( + C0D3B25E26B648D959E2B86ED575A558 /* RCTUIUtils.h */, + 1AF195DC13AD41129EF596682FFCC1F1 /* RCTUIUtils.m */, + ); + name = UIUtils; + path = React/UIUtils; + sourceTree = ""; + }; + 24F448770C1BEDC918994160F4040F4F /* Pods-ExampleCocoapods */ = { + isa = PBXGroup; + children = ( + 938877568432C2436B2F20D7C4981797 /* Pods-ExampleCocoapods-acknowledgements.markdown */, + 8F960A2BB49F62B790B7713AC2E6E5AF /* Pods-ExampleCocoapods-acknowledgements.plist */, + 4B7C15F9874E6E43C73BCF1D6586FF3E /* Pods-ExampleCocoapods-dummy.m */, + 3F1979400FEBA4C8CBC782EDB332E2BD /* Pods-ExampleCocoapods-frameworks.sh */, + 81BA8636A705E492B3E7727633762E05 /* Pods-ExampleCocoapods-resources.sh */, + B052A5700F78954CA49314BB92EC65B1 /* Pods-ExampleCocoapods.debug.xcconfig */, + E78D3C02D94CAF9D95BAB3DCC963D4E9 /* Pods-ExampleCocoapods.release.xcconfig */, + ); + name = "Pods-ExampleCocoapods"; + path = "Target Support Files/Pods-ExampleCocoapods"; + sourceTree = ""; + }; + 2C3FFB5399E8BE0D7148E631F4DADC8E /* Modules */ = { + isa = PBXGroup; + children = ( + 9246EA2DE23E3049E232471B67382678 /* RCTAccessibilityManager.h */, + C1D9BEA95AAB478860455E40BEED81A2 /* RCTAccessibilityManager.m */, + 92AEE92E38D8B12F8D51076F191E70DC /* RCTAlertManager.h */, + D14A2C34E3A8F103B0426D86F7518A82 /* RCTAlertManager.m */, + 65E8A83362F5CE4F2FBE221613A28D03 /* RCTAppState.h */, + 6DBE3BF381A24E0976ABBCB24E90DBE1 /* RCTAppState.m */, + 69C50A816A40C75A17358E188D2B8244 /* RCTAsyncLocalStorage.h */, + CAED4DBE0554DCC54184B7E5569201ED /* RCTAsyncLocalStorage.m */, + 69622FC4694FDCC3768671B5A1B709BD /* RCTClipboard.h */, + 991E59C6FED296EC04FCEA0C70F7DD92 /* RCTClipboard.m */, + 41D660E9C3B36421F1E379238A34E021 /* RCTDeviceInfo.h */, + 4C6D8151AF54E84634445BD8795CE29F /* RCTDeviceInfo.m */, + B91C1A9B9F72B6B66741453230591633 /* RCTDevSettings.h */, + B0905F6C79308C3C75EC1E730E005FB2 /* RCTDevSettings.mm */, + 2172A7B5043A069E54CA0890981724C3 /* RCTEventEmitter.h */, + CDAFD9068156D87F4FAF95B6220BF66E /* RCTEventEmitter.m */, + A2FB34EC6886B057AE4C8E7C6D4A641F /* RCTExceptionsManager.h */, + 2F526450990C10DFA742B3B71836BC31 /* RCTExceptionsManager.m */, + D7E283E4E9DED7A246EB45BAFABE7735 /* RCTI18nManager.h */, + B49ABFED98D201E4BF2D7620F86736E8 /* RCTI18nManager.m */, + 522A61CF50AF4AD0376DFD347C691501 /* RCTI18nUtil.h */, + 53ACA698F550FA04D2EDDC6DC861EB4C /* RCTI18nUtil.m */, + A3B2DC0AF4EBF8A79E1B47DF47124514 /* RCTJSCSamplingProfiler.h */, + B72EF548E4DA03242078A65B298B5EF2 /* RCTJSCSamplingProfiler.m */, + B08C5BE8F2E37E6840A9A789FAD7DB77 /* RCTKeyboardObserver.h */, + 8144D31597F629DE02D736F775F25050 /* RCTKeyboardObserver.m */, + 606081CAD69D9114BE0886D03901B0CE /* RCTLayoutAnimation.h */, + AC0B1F5ED9E4093C1AE3F59008494EB7 /* RCTLayoutAnimation.m */, + CDCFBC0FA07D21A9B1F0E6DEEE7BD31B /* RCTLayoutAnimationGroup.h */, + 5A379DDD8127285B5B277F9BD7F85586 /* RCTLayoutAnimationGroup.m */, + FA5D0FF85FA9A209C329ADF15CC02783 /* RCTRedBox.h */, + D44B0AC9F9D014420D85D62EA5F90E38 /* RCTRedBox.m */, + 4E16A9033B783F27B757FE15793F1604 /* RCTRedBoxExtraDataViewController.h */, + 224A6866F81C45FFC64ACCE0C07D905B /* RCTRedBoxExtraDataViewController.m */, + 154273B0A7DAC77B81781385326B7A1E /* RCTSourceCode.h */, + 4E9656DD33AA49596C8A333A06D49195 /* RCTSourceCode.m */, + FD3F8C43BAC9431E500696F99C4B88E7 /* RCTStatusBarManager.h */, + 5F66EB4B0A4BE732E9023B8418CF0399 /* RCTStatusBarManager.m */, + FEBB45796258D3D83D68AD8CD0F0EF26 /* RCTTiming.h */, + 17CE693B9C591B984F84E307AE7FA314 /* RCTTiming.m */, + D59BEA48FB3742E6A6D75AA4B1B8447D /* RCTUIManager.h */, + CE61C2C7A2FF69928BDDBF1818CEB3CC /* RCTUIManager.m */, + C6E8AC5D0941CBD3AA7052EE40A29208 /* RCTUIManagerObserverCoordinator.h */, + 1B722D6720099AE19EDF470A2C5A3E09 /* RCTUIManagerObserverCoordinator.mm */, + D78398A1716BE000816F63ED37425A0A /* RCTUIManagerUtils.h */, + 7CB94A0A834270561188D13276C97714 /* RCTUIManagerUtils.m */, + ); + name = Modules; + path = React/Modules; + sourceTree = ""; + }; + 2D48F293DF31A2324DA9026F94FA2F2E /* React */ = { + isa = PBXGroup; + children = ( + 86DD851EDCEA0639745D2F1720F2ADD6 /* Core */, + D37457F2871D589AB81E8C677A9A8541 /* Pod */, + A0C648EFFEFF268CD2A1BFBEB2C01DE6 /* Support Files */, + ); + name = React; + path = "../../node_modules/react-native"; + sourceTree = ""; + }; + 3A5D282AC75F4A6D5CE3C849A0AC3DD3 /* Views */ = { + isa = PBXGroup; + children = ( + B73DC26CF342CA2287B0499DF03AE3B9 /* RCTActivityIndicatorView.h */, + A24C30BCC5EE07D610E73B031BF5FEF8 /* RCTActivityIndicatorView.m */, + B8169A8B4E7616200F2D2B0DC1701178 /* RCTActivityIndicatorViewManager.h */, + A21198E67566BD862F4B62497A81FEB0 /* RCTActivityIndicatorViewManager.m */, + 91D2C6B8414DCF0E5C166D12D6E105C0 /* RCTAnimationType.h */, + AD0F662F461B0D09C1F5196B5BE3AA6C /* RCTAutoInsetsProtocol.h */, + FA0CF579E0535D8B4666910B5B4147B7 /* RCTBorderDrawing.h */, + 2661BFC1495DB0097400399605FE7973 /* RCTBorderDrawing.m */, + CEE7D7B9130FED5DF1E76D7C0D94D03C /* RCTBorderStyle.h */, + 5BF900A399F59A5089778E8EA32D362D /* RCTComponent.h */, + 2D3A27F8539B9B7DC6D58627410EB356 /* RCTComponentData.h */, + A6FD9525068B97D2811B9F9427C35E8F /* RCTComponentData.m */, + 8184A1CD846826B1EA39DC0252DF16A5 /* RCTConvert+CoreLocation.h */, + C3C5D10F3785469710AA79F3AF62D612 /* RCTConvert+CoreLocation.m */, + 98242080A1564B2278199F82A6353624 /* RCTConvert+Transform.h */, + 673004059BC3DDA7137EDCC6F8B851AB /* RCTConvert+Transform.m */, + F0956C783C6F77ECC8EB6B1597B08956 /* RCTDatePicker.h */, + 92E6EDBE9D9FEF8629F5509012803CD8 /* RCTDatePicker.m */, + 1019F62D1DD71169B6CA323AC552955D /* RCTDatePickerManager.h */, + A41350928420BFDE8564501235239420 /* RCTDatePickerManager.m */, + 6870634CA04EC3CFE193A0F3016E14F3 /* RCTFont.h */, + 60EBAB4A49BE30EB601A4376AC599BD6 /* RCTFont.mm */, + 7615740C775B76992F73EA4E75904D1E /* RCTLayout.h */, + 2D8C50E59C1785F47E42B5E556D5DE89 /* RCTLayout.m */, + 3F677E4027F8EEB768E94912EDDB4158 /* RCTMaskedView.h */, + CDAA551A2043CFCF17EA1681B2D5C0FF /* RCTMaskedView.m */, + 4EA68E7204DA8EADC4713D10DCC41ED6 /* RCTMaskedViewManager.h */, + 7925E307BEFD4CCCC7C588A3252C5075 /* RCTMaskedViewManager.m */, + 2CF15F189CAD5455DE3B14DE56E82D80 /* RCTModalHostView.h */, + F20BEFB76DD29C634F9A7F32E88F97D8 /* RCTModalHostView.m */, + A811559587DFED697EBB569E3C229C11 /* RCTModalHostViewController.h */, + 25F957FCA2CBDF660E05098543366454 /* RCTModalHostViewController.m */, + DF49B39C4D4FF892FB2983CDCE4D371E /* RCTModalHostViewManager.h */, + E607818B2D6C109000001AA9641113D9 /* RCTModalHostViewManager.m */, + 8DA07491EDD206BCB5141729CFCF2627 /* RCTModalManager.h */, + BA76CC8071D0A87F45FFA2B1AAB4DBE7 /* RCTModalManager.m */, + D66AAF974A169D8F7C676E2B688E67FF /* RCTNavigator.h */, + 00EA3D3D89FFDD001C16391B86DA5BE3 /* RCTNavigator.m */, + EA44BE0A80FA20887528B16186DF16E1 /* RCTNavigatorManager.h */, + F3D8180120E35C159A2042D1BF65259B /* RCTNavigatorManager.m */, + 0FA38A59700C5C67A001637A78C537B8 /* RCTNavItem.h */, + DB5CEB5AEA46E9473A585F71AD6E29AE /* RCTNavItem.m */, + 468CDCD352494D15495BE40FFA308411 /* RCTNavItemManager.h */, + EC9C3C43982F971FFA08538631C936B6 /* RCTNavItemManager.m */, + 63B3FA433A02D89F1268484052B7FACB /* RCTPicker.h */, + 39CBE6E621B1384DE87C07D1E69E1830 /* RCTPicker.m */, + DC8346042812C7608C73C74C27667E26 /* RCTPickerManager.h */, + A81AAAE15900582001C1A3A7A92A670F /* RCTPickerManager.m */, + 8EC1F007D6E6D52E4B840CC63D430B74 /* RCTPointerEvents.h */, + CF0150D1B14FC4B07E7AA394931E2084 /* RCTProgressViewManager.h */, + 896CACD6531B91258677CE6D9E496288 /* RCTProgressViewManager.m */, + 371257F56A4F46844B7B5CB9FF8F4FCA /* RCTRefreshControl.h */, + 1981D4436F6873413EB17661941200B1 /* RCTRefreshControl.m */, + DB1583722EDE4AF1E8066B043C4D07B0 /* RCTRefreshControlManager.h */, + 001D32B76CC676D28073E45CE6453EA0 /* RCTRefreshControlManager.m */, + 2114EE788A4A8B9DACBB1173C01058C0 /* RCTRootShadowView.h */, + 2418BB931F669D5307CF05A08454FCAD /* RCTRootShadowView.m */, + 3CDC0764A0131BBF1E24CAB10A6D7479 /* RCTSegmentedControl.h */, + B38A4BC615DB1649A465F0BD3197B01D /* RCTSegmentedControl.m */, + C9A4FB7885C18030415418B03A0ABA0A /* RCTSegmentedControlManager.h */, + 79029C751AACBE475EA74BA4B3AB85ED /* RCTSegmentedControlManager.m */, + 0DBB3E721BFDC4B6AC1C8907A05C549E /* RCTShadowView.h */, + 1512BB122BD411B1511616AE01112207 /* RCTShadowView.m */, + BC904D3C0347D4B4B735FD196FA56FFE /* RCTShadowView+Internal.h */, + 914925E15359862E8D632CB16C49BE71 /* RCTShadowView+Internal.m */, + 5237C5F4DFC5BB7BC571048DA9E5B74B /* RCTShadowView+Layout.h */, + 50DEC7C700C06AF8A545C39DC9D5B457 /* RCTShadowView+Layout.m */, + CC4981818F830BF537AFB4EDB1CD6E44 /* RCTSlider.h */, + C5CAE93FA8F5C90A95859AC890362678 /* RCTSlider.m */, + F2054819E7AB2A52BB1C2423A8B5C051 /* RCTSliderManager.h */, + A92C13A20ED8D20875DB324B965CCAD9 /* RCTSliderManager.m */, + 774DAF38D07416A95D3A2FDCF74112DB /* RCTSwitch.h */, + EE660BB2681A4CA11C5492D36502834C /* RCTSwitch.m */, + 55111F882A429489BB26E9C742C35E07 /* RCTSwitchManager.h */, + AC3C2BD1F1A8B0116590B69F872AD1C3 /* RCTSwitchManager.m */, + 89254FFC2A2B6ADD513D5D92D2C5465C /* RCTTabBar.h */, + 84E86F45C1914438B11453BDBE757340 /* RCTTabBar.m */, + 3FFB8713C31A304B845789D16F74981E /* RCTTabBarItem.h */, + B355D5B7A01EFE17EA8EE0A40F7EE64B /* RCTTabBarItem.m */, + C42569FF867C2939F4F732C557FF1D03 /* RCTTabBarItemManager.h */, + 9CB5A716F5C059823A38CC53481FA14F /* RCTTabBarItemManager.m */, + 8F5BF0210512317C92105B588BA24BC8 /* RCTTabBarManager.h */, + EE9D3298F167C147BA4977B17379E154 /* RCTTabBarManager.m */, + A53D00A533F2D5008233735C2C21382B /* RCTTextDecorationLineType.h */, + 529837C4E50980E9BAD968B964553F61 /* RCTView.h */, + D0856D314548B4285EA445A9DA0D8272 /* RCTView.m */, + 3429FDD71FA744536A21709D272208F5 /* RCTViewManager.h */, + D6DE883FB5BA4A8777F1CD6F169D97E2 /* RCTViewManager.m */, + 1C1101DEE5AB3C0C4459EE5C5FC02835 /* RCTWebView.h */, + 9EEA2F8F0BFA876510418EB2594A6E70 /* RCTWebView.m */, + 1945AE4F39631CA437859B7533C57954 /* RCTWebViewManager.h */, + 207EF0F1F1A6BD384DA81A2E9E9CB1A4 /* RCTWebViewManager.m */, + CC4DAC8BDE251C85B2A74F5B8B3C650C /* RCTWKWebView.h */, + 0B1D24E5E14C532A7BA79D220FD72836 /* RCTWKWebView.m */, + 14B28FE8F9C58E8FD31539B492DB8E33 /* RCTWKWebViewManager.h */, + AC3582B09B5FFEB2D7C27CBEE5C99A3B /* RCTWKWebViewManager.m */, + B5A93B3421A59B63A51E97A189621122 /* RCTWrapperViewController.h */, + B3533D1F93DA25ED3D31F1F160AFDFEF /* RCTWrapperViewController.m */, + 759B51FCC190B5C5D9FDBD54A7D6B0C2 /* UIView+Private.h */, + 4FB9298A062CBB7F0307A18DFA4A1971 /* UIView+React.h */, + 233C85718999C066CB1281B537C10B09 /* UIView+React.m */, + 8DA00DFA74634E0EA3A0D33F5384D1E7 /* SafeAreaView */, + 896DABE7D3F28BD8B5961C276B982CD1 /* ScrollView */, + ); + name = Views; + path = React/Views; + sourceTree = ""; + }; + 433CD3331B6C3787F473C941B61FC68F /* Frameworks */ = { + isa = PBXGroup; + children = ( + 5DB625A01D251B3FB0B216A3C37A0033 /* iOS */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44F301176E48BA622A76675B42A4BA43 /* Development Pods */ = { + isa = PBXGroup; + children = ( + 2D48F293DF31A2324DA9026F94FA2F2E /* React */, + 077BAC9926F7509FA0DE7F019C43EDE3 /* react-native-date-picker */, + CEFAC568DCC8172C5260887BD3108E44 /* yoga */, + ); + name = "Development Pods"; + sourceTree = ""; + }; + 5DB625A01D251B3FB0B216A3C37A0033 /* iOS */ = { + isa = PBXGroup; + children = ( + B53A15A241FD8AAFB51191B67D365185 /* Foundation.framework */, + B4E3AC1528D162145D99323382DD5E10 /* JavaScriptCore.framework */, + ); + name = iOS; + sourceTree = ""; + }; + 6854F45A4FE140429C04DF0533F14FD2 /* Pods-ExampleCocoapodsTests */ = { + isa = PBXGroup; + children = ( + 1DA88283CE069CB8A0B999087F6F6665 /* Pods-ExampleCocoapodsTests-acknowledgements.markdown */, + BDBFB0151D0C9407CE3E8AFDE6FB4FC6 /* Pods-ExampleCocoapodsTests-acknowledgements.plist */, + E710B9F9BEFA4D8560ADF5879B9021C8 /* Pods-ExampleCocoapodsTests-dummy.m */, + 62A0EF0FF35D24066621A03F26A6AAA4 /* Pods-ExampleCocoapodsTests-frameworks.sh */, + 2EA5FD181AAB6F8FB2C0ABC7EC2A747D /* Pods-ExampleCocoapodsTests-resources.sh */, + C0547151F3C1830858C9299A683E89F8 /* Pods-ExampleCocoapodsTests.debug.xcconfig */, + AB07A0A43041C9065FCC45AD6928DF08 /* Pods-ExampleCocoapodsTests.release.xcconfig */, + ); + name = "Pods-ExampleCocoapodsTests"; + path = "Target Support Files/Pods-ExampleCocoapodsTests"; + sourceTree = ""; + }; + 6C499E74D0E3208FF467B2EF13793DC0 /* Pod */ = { + isa = PBXGroup; + children = ( + BD72363A6C34FA8F6DFCC31FF91798AA /* yoga.podspec */, + ); + name = Pod; + sourceTree = ""; + }; + 6D0AF8F22532FA9259664C8D0DCCCD86 /* Base */ = { + isa = PBXGroup; + children = ( + F7297D9738D752509457810C8223BEC4 /* RCTAssert.h */, + E96CEAA4103BE34FBF6C6254C3F1E2F6 /* RCTAssert.m */, + D98AD2A4B0A1914544D634E32F9E21CE /* RCTBridge.h */, + 4A62D9495A232DFE958D9611EE07ED35 /* RCTBridge.m */, + 095349663DF5833A65BD655035915F3D /* RCTBridge+Private.h */, + 6EC7A7C464FC20FFE108A7939DFA2366 /* RCTBridgeDelegate.h */, + A335D31B2783114432E826338E78474B /* RCTBridgeMethod.h */, + 78F2AA31ABC7B12141F204F29EB84592 /* RCTBridgeModule.h */, + C51FF32ED1B6390B39864A0A822A9B3C /* RCTBundleURLProvider.h */, + 9A2C2AE42C9D6EFDBE7DAFBCB73BD75C /* RCTBundleURLProvider.m */, + AD10E242C566203F32DF943CE656676E /* RCTConvert.h */, + DD13CD4A9E6AF2C167C155815A1932D2 /* RCTConvert.m */, + 9DF2E85B01A1CFE8022819CDDE41DDB4 /* RCTCxxConvert.h */, + 0D88E312B884043340A9D55E70AA57AB /* RCTCxxConvert.m */, + 7B39AA081DEEF101A50A7512A942E648 /* RCTDefines.h */, + 3FAD330ED03DED396C4EBE3059971AD9 /* RCTDisplayLink.h */, + 98B2BB51FC298B2DBAB9F66139825A1E /* RCTDisplayLink.m */, + 8778D7D839A52FB1653581000A2333B7 /* RCTErrorCustomizer.h */, + 5421C3592D0736C3D886B0FFA64C082E /* RCTErrorInfo.h */, + 8A78DADE866607FD14A6E7D7A2DC440C /* RCTErrorInfo.m */, + FDFFD233A08D6A4A531C39E109FCE750 /* RCTEventDispatcher.h */, + EA734C0DF40BCA9333F1F5A5C85190EA /* RCTEventDispatcher.m */, + A8C8A94E236E00F7677E35C5268D81DB /* RCTFrameUpdate.h */, + 78408BD2F442BC6A54EB9B4B9357DDBF /* RCTFrameUpdate.m */, + 6C45CD6D17945A67960875D8EC30E22B /* RCTImageSource.h */, + BB5CC97BF41EB5F0C9D099AC26B630BC /* RCTImageSource.m */, + 7AE9156308C66074B348BFD43A8A5209 /* RCTInvalidating.h */, + 836CCDBFDFBD87F579D20156B66BBB2C /* RCTJavaScriptExecutor.h */, + 48F6077058179095D007458952BA3D85 /* RCTJavaScriptLoader.h */, + 7175A2B8EBDBA698B0A839CAD430B717 /* RCTJavaScriptLoader.mm */, + CC672F9C412C22130DE12AF0099E0A2F /* RCTJSCErrorHandling.h */, + 924314C06F7FDC4E92A171038415157D /* RCTJSCErrorHandling.mm */, + B553A155528A7A1F87A92A0491E6FE9B /* RCTJSStackFrame.h */, + AB2CCF6E12862ECF4A75CD1B27D86B01 /* RCTJSStackFrame.m */, + 9C517C597EEF1DE03643968C85CECB3D /* RCTKeyCommands.h */, + A0EF736F4C27DBC148245FBA44A3551B /* RCTKeyCommands.m */, + 81642AA85896122FA55B739D01AE006A /* RCTLog.h */, + FC1DED6C207FB38F45D1FB76037D928B /* RCTLog.mm */, + EFA2E9982581D2C29DDF940EF414F721 /* RCTManagedPointer.h */, + 394C6AB2D4F8336F22AF0C1EE0A0B3D2 /* RCTManagedPointer.mm */, + 97E3EE04F6297A8B14005B004559360B /* RCTModuleData.h */, + 96F7BAE593B9D627F191126A89C369B8 /* RCTModuleData.mm */, + B868FD323C3A67189255FA1F212FAB1D /* RCTModuleMethod.h */, + E0D562EF0519C178D21AF6AA907F1A3C /* RCTModuleMethod.mm */, + FEAB7B22ED68B74B02D5DAB620B4273E /* RCTMultipartDataTask.h */, + 95E19DE149F520B89CE528C1E71F28A0 /* RCTMultipartDataTask.m */, + CA630E49A11B99C051A458B0F4E2BAFB /* RCTMultipartStreamReader.h */, + 937886FC6FA693F5719A6D34FBCB6934 /* RCTMultipartStreamReader.m */, + 4A8F1F51DB77D882C94B06A51A233672 /* RCTNullability.h */, + B89A95E93D88107DB67671C7441DE805 /* RCTParserUtils.h */, + F118BB3B4CA352FEDABD612340A3FBE7 /* RCTParserUtils.m */, + B2A945337F1EA5F6D86520ADA6849B55 /* RCTPerformanceLogger.h */, + 1424E52B73568C64428CD1E9EE4FEB44 /* RCTPerformanceLogger.m */, + 7026E7015EA4A60A113766E201859482 /* RCTPlatform.h */, + CC16BE4780EFE3F4B4E7EC3F56624615 /* RCTPlatform.m */, + CE5844F6FAB99B5994BFC716D433D084 /* RCTReloadCommand.h */, + 7387A3852D4C419DADD23FCCF8B6FC29 /* RCTReloadCommand.m */, + 0DC5656772736B527EE5CCAE5BBF2CBF /* RCTRootContentView.h */, + FA93A662335AECBB389847FC6A8F7B89 /* RCTRootContentView.m */, + 2584C100B59BC67E3C9AA692F918A089 /* RCTRootView.h */, + FC2BEDE92E32EE0501CC776FCB336E92 /* RCTRootView.m */, + DE43DF3DA5BA2D55AEEF1F15B87429F7 /* RCTRootViewDelegate.h */, + 78348EE7EF6B4C0AF54CB4ED4A1C457F /* RCTRootViewInternal.h */, + 4112A0634AA342BEAE89B3FCF91E3FA3 /* RCTTouchEvent.h */, + 1F7C3EE5ADFC30120427DA34724527C7 /* RCTTouchEvent.m */, + ABAA80CC322C2792EEA162BA16CFD951 /* RCTTouchHandler.h */, + 16525D0575CB70A72F5A18F6ADB740BD /* RCTTouchHandler.m */, + 3DCF8AC1CA53229D7CDED61215A189D6 /* RCTURLRequestDelegate.h */, + 5C95D5FD72C4C96D0166B84E0AE170AC /* RCTURLRequestHandler.h */, + 24866CF4F30FC925EA4D16610D77B26F /* RCTUtils.h */, + A847556A99D08AC67979C210D2F3E461 /* RCTUtils.m */, + 8D5877A8FA2AACEB74C33577FBEB4778 /* RCTVersion.h */, + E47F445B9728C3E00AE842C2974D2A3C /* RCTVersion.m */, + DBC344DBF4E17AE07E53AB158A1DF62E /* Surface */, + ); + name = Base; + path = React/Base; + sourceTree = ""; + }; + 7DB346D0F39D3F0E887471402A8071AB = { + isa = PBXGroup; + children = ( + 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, + 44F301176E48BA622A76675B42A4BA43 /* Development Pods */, + 433CD3331B6C3787F473C941B61FC68F /* Frameworks */, + CB3289AFA09171C4B59858A08483B6C3 /* Products */, + F724A5683F898089F03FE4841B13ABD2 /* Targets Support Files */, + ); + sourceTree = ""; + }; + 86DD851EDCEA0639745D2F1720F2ADD6 /* Core */ = { + isa = PBXGroup; + children = ( + 6D0AF8F22532FA9259664C8D0DCCCD86 /* Base */, + 2C3FFB5399E8BE0D7148E631F4DADC8E /* Modules */, + D1BCE9537723DE403B0395232C18A4FF /* Profiler */, + 184B2E315D5D495AE4CAA14A3F5F49D4 /* UIUtils */, + 3A5D282AC75F4A6D5CE3C849A0AC3DD3 /* Views */, + ); + name = Core; + sourceTree = ""; + }; + 896DABE7D3F28BD8B5961C276B982CD1 /* ScrollView */ = { + isa = PBXGroup; + children = ( + 41623071F9B93F5D94A0FCE3A97875CC /* RCTScrollableProtocol.h */, + 14D8317C3081541A8F2625B2C3C765DD /* RCTScrollContentShadowView.h */, + 91E3439FDB1EB6A4DEB5454F35E954EC /* RCTScrollContentShadowView.m */, + 4A9AB0E6BB4CD8A2828672C1DE62A822 /* RCTScrollContentView.h */, + 16EFC544082772529595724E92860BB2 /* RCTScrollContentView.m */, + A2A16B9D4F009A5E517EF55D30B7CE49 /* RCTScrollContentViewManager.h */, + A0FD25767FA2A52836158FEA387F156F /* RCTScrollContentViewManager.m */, + 1EC777FBD545DE6B96E686AE2BFD209D /* RCTScrollView.h */, + 947839FFAA79E38CEC39FCFA3FD63715 /* RCTScrollView.m */, + AC08BD13C2F65EB727CB1726D0510EC4 /* RCTScrollViewManager.h */, + 40C2449AA757176D1A2A61A3E4D5ACA4 /* RCTScrollViewManager.m */, + ); + name = ScrollView; + path = ScrollView; + sourceTree = ""; + }; + 8DA00DFA74634E0EA3A0D33F5384D1E7 /* SafeAreaView */ = { + isa = PBXGroup; + children = ( + C1D56BA43C91D178FE36514D8E4CCAD3 /* RCTSafeAreaShadowView.h */, + 6490C4E0E439ADF142A3770BB02C9095 /* RCTSafeAreaShadowView.m */, + 8C406F810FE6A1B2F08772182D9FFAFF /* RCTSafeAreaView.h */, + DDDCFFAA6D479FCF2379060BC6C3DC82 /* RCTSafeAreaView.m */, + F0F353C796B7D9C0DD08733E8BFB5913 /* RCTSafeAreaViewLocalData.h */, + EE564976B2D94CDD61F69FB73FF988BA /* RCTSafeAreaViewLocalData.m */, + 8C7E8807AF289D3CBE50368FA91F1E6B /* RCTSafeAreaViewManager.h */, + 50E4ACAE8C6BF56ACBB8C1547DF11C87 /* RCTSafeAreaViewManager.m */, + ); + name = SafeAreaView; + path = SafeAreaView; + sourceTree = ""; + }; + A0C648EFFEFF268CD2A1BFBEB2C01DE6 /* Support Files */ = { + isa = PBXGroup; + children = ( + 71679E4097581B8642012C372A4C8B03 /* React.xcconfig */, + 7281562E776A53C7C824FE4EA0B342F4 /* React-dummy.m */, + CDA7E829609BD1C83AACF50017BD1DB2 /* React-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/React"; + sourceTree = ""; + }; + A12572EEBBB8D7940062940A542965B4 /* Pod */ = { + isa = PBXGroup; + children = ( + C336BDDA622AED54C99D2636B47F5AF1 /* LICENSE */, + 326A150FC1548EAB96685899CBB3FBF6 /* react-native-date-picker.podspec */, + BBFB73FB4667B55BB806D2637FAE61E4 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + A38EFB8A009A2C965DA5720CDFF39A05 /* SurfaceHostingView */ = { + isa = PBXGroup; + children = ( + C668F84C3A66920EBDBFA2C1466DF8BC /* RCTSurfaceHostingProxyRootView.h */, + 958F96240F0B45B911852FD7E50BC009 /* RCTSurfaceHostingProxyRootView.mm */, + F9807E1CA295B96E5E83E0EBDA417C2C /* RCTSurfaceHostingView.h */, + AE93D68C7079DE29B2478D09C9843C4C /* RCTSurfaceHostingView.mm */, + F393784EB890BA7158AE7AFD861CCC32 /* RCTSurfaceSizeMeasureMode.h */, + DC7C2F8BAA36C144C1D3148B6BFABA3B /* RCTSurfaceSizeMeasureMode.mm */, + ); + name = SurfaceHostingView; + path = SurfaceHostingView; + sourceTree = ""; + }; + BDEF2EF3CBEB1AB3D620E9A6F36EBC93 /* Support Files */ = { + isa = PBXGroup; + children = ( + 2E75CA878892882E516B8D8D98C33A9E /* react-native-date-picker.xcconfig */, + A189FA30B180E89646CD3B022BB6F319 /* react-native-date-picker-dummy.m */, + D76796B9303BBFBEEE90D13E4CF30E75 /* react-native-date-picker-prefix.pch */, + ); + name = "Support Files"; + path = "../../ios/Pods/Target Support Files/react-native-date-picker"; + sourceTree = ""; + }; + C54A2D1D99E6A06183B4D447F1601EA7 /* Support Files */ = { + isa = PBXGroup; + children = ( + 8E925870E99E987DFC6128FF63810087 /* yoga.xcconfig */, + F93802C83A958965405BB124A8DC4BD6 /* yoga-dummy.m */, + 4CCFA1E2A11D7CC11BA7D86E820113E7 /* yoga-prefix.pch */, + ); + name = "Support Files"; + path = "../../../../ios/Pods/Target Support Files/yoga"; + sourceTree = ""; + }; + CB3289AFA09171C4B59858A08483B6C3 /* Products */ = { + isa = PBXGroup; + children = ( + 7D1B05B95870BAA28A9C5B9487B9D661 /* libPods-ExampleCocoapods.a */, + CDDA7FF587EBAE4F84AB4EE1DA102447 /* libPods-ExampleCocoapodsTests.a */, + 10922D47D77255014F3C36E47E83ABB1 /* libReact.a */, + 3E51A90FCFE6F0696E4B9DCD945DE33A /* libreact-native-date-picker.a */, + 6880D6704D62D17617A391FF4787F7EA /* libyoga.a */, + ); + name = Products; + sourceTree = ""; + }; + CEFAC568DCC8172C5260887BD3108E44 /* yoga */ = { + isa = PBXGroup; + children = ( + A46060C4D5F353D9C317BD2021CA3279 /* Utils.cpp */, + 0D771B952861FB232314A8AA9A488647 /* Utils.h */, + 8DC571DFDD560242C9FA7B9896548F1A /* YGConfig.cpp */, + F13EA44D4D9AF0F8222A246FE729C6AC /* YGConfig.h */, + E1BFC4E3E5BECB9732C42C54DDFCD76A /* YGEnums.cpp */, + DE31B11564640DF4C7C72BD152341A7E /* YGEnums.h */, + 0610800DB6BA6C3587932547D9F70CB2 /* YGFloatOptional.cpp */, + 924F2346098CA594328CB517AB4CD842 /* YGFloatOptional.h */, + A8F5730DB3CC7D94274F840BE1ECEAF9 /* YGLayout.cpp */, + 2E21328F622EDB13677DD7DFAA121018 /* YGLayout.h */, + F262A199E2A7C56EB148480CBE4962C9 /* YGMacros.h */, + 20F06CA1F30307C52B9C03F1B3E54272 /* YGNode.cpp */, + BAADB69A007D86CC8889507C1BDC2C84 /* YGNode.h */, + CD7D248D03685CCE68F46BF9DD6695CB /* YGNodePrint.cpp */, + D7135674136663477727E690C83A0B49 /* YGNodePrint.h */, + C9B96191C7372CA439FFF243731B55A9 /* YGStyle.cpp */, + 3F80569CD79C755CB4CF39F911E5759B /* YGStyle.h */, + 1ACB149C0A6E763887A14333EA294DB0 /* Yoga.cpp */, + 5665B688D95296187243DC5325A66560 /* Yoga.h */, + D40EC239DD2254A4DAC3225F8BF4721B /* Yoga-internal.h */, + 6C499E74D0E3208FF467B2EF13793DC0 /* Pod */, + C54A2D1D99E6A06183B4D447F1601EA7 /* Support Files */, + ); + name = yoga; + path = "../../node_modules/react-native/ReactCommon/yoga"; + sourceTree = ""; + }; + D1BCE9537723DE403B0395232C18A4FF /* Profiler */ = { + isa = PBXGroup; + children = ( + EEC6C8E46B5474C3C59D879E4DABB4A9 /* RCTFPSGraph.h */, + 265AE13D30CD2B546DEC22D58B220643 /* RCTFPSGraph.m */, + 75715ED9183E16C2B81F506584A84713 /* RCTMacros.h */, + AB940BA0C5443D4D956188EA959DB9B7 /* RCTPerfMonitor.m */, + A6B71178160901C7ACA06E0133E90399 /* RCTProfile.h */, + 8271B73EADC956399FE69F70E4F036AC /* RCTProfile.m */, + 9ECCE4E37443D2BB53E73375D97B20B7 /* RCTProfileTrampoline-arm.S */, + 6386B187A8D6A6C1D0E37E734BCEF722 /* RCTProfileTrampoline-arm64.S */, + D833FCEAF7F74D4FBFDA8A5354FECC70 /* RCTProfileTrampoline-i386.S */, + EA94408B1B083A02E1A1CA3397C79DF5 /* RCTProfileTrampoline-x86_64.S */, + ); + name = Profiler; + path = React/Profiler; + sourceTree = ""; + }; + D37457F2871D589AB81E8C677A9A8541 /* Pod */ = { + isa = PBXGroup; + children = ( + 6E7C8097B590990FA552699A82C10E0A /* LICENSE */, + 7268DF79EEB0898580341259CA95C78F /* React.podspec */, + ECAD607CF58FA54B496665C933CBDC79 /* README.md */, + ); + name = Pod; + sourceTree = ""; + }; + DBC344DBF4E17AE07E53AB158A1DF62E /* Surface */ = { + isa = PBXGroup; + children = ( + 6A8D9577EFBD5FDD3EEA43C5C7ADAB02 /* RCTSurface.h */, + 84384B9BC088375908F1AAFB7EDA8192 /* RCTSurface.mm */, + EBBFE0B223EE0E6EF8B0F6B3A59D8BE4 /* RCTSurfaceDelegate.h */, + F3C0BFA70D23270C8F3AC3394DB9E6C6 /* RCTSurfaceRootShadowView.h */, + B33C186ED4470F55EE3D968C5399BF50 /* RCTSurfaceRootShadowView.m */, + F054D4F3F03D5BB05A643592F6535B9C /* RCTSurfaceRootShadowViewDelegate.h */, + 44CBC449F274E25B8E5CEB9EB441AC9E /* RCTSurfaceRootView.h */, + B425E17FB4A90FD0748EEBE38F31EEBE /* RCTSurfaceRootView.mm */, + 30842F11D11167C5BD73F5D82582C740 /* RCTSurfaceStage.h */, + 2805CEF9C9B5788CB3ACAD311DDF4555 /* RCTSurfaceStage.m */, + B5A7213F14BE242F78A79BE944D004CF /* RCTSurfaceView.h */, + 6A8D987F06C90B2A2FE9450E090285EA /* RCTSurfaceView.mm */, + 953A467FCA7AE956AB1D9E162477C07B /* RCTSurfaceView+Internal.h */, + A38EFB8A009A2C965DA5720CDFF39A05 /* SurfaceHostingView */, + ); + name = Surface; + path = Surface; + sourceTree = ""; + }; + F724A5683F898089F03FE4841B13ABD2 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 24F448770C1BEDC918994160F4040F4F /* Pods-ExampleCocoapods */, + 6854F45A4FE140429C04DF0533F14FD2 /* Pods-ExampleCocoapodsTests */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 39D7011980DD663CC6C0B6DD3F77DF7D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 2DBF473F787BF15E4D776E499932EC41 /* RCTAccessibilityManager.h in Headers */, + BDE0EF1D000407F0BF7F5AB0B119813E /* RCTActivityIndicatorView.h in Headers */, + EF6695C13325C1D005DD6821B7F4DB36 /* RCTActivityIndicatorViewManager.h in Headers */, + A7DB02AF3537A151F23D6B5A1C0D6282 /* RCTAlertManager.h in Headers */, + E8AE76234E74A7216EFFE28A485677D8 /* RCTAnimationType.h in Headers */, + 74E20E73519358E1D0A60ADD140B5254 /* RCTAppState.h in Headers */, + 4579BD135283415888410B644140A752 /* RCTAssert.h in Headers */, + 93E7BB49F7694ADEF143FE9BA50CD2F0 /* RCTAsyncLocalStorage.h in Headers */, + BB1F0594B39D152638ADB21E33EDF103 /* RCTAutoInsetsProtocol.h in Headers */, + 63DA0AAD609F8619C872D8063F277041 /* RCTBorderDrawing.h in Headers */, + A8D28423CEFEAD82547F688DAE772955 /* RCTBorderStyle.h in Headers */, + 29FFE414BE765AD43ECB04690B6B3FB5 /* RCTBridge+Private.h in Headers */, + E2D7A046CB44D2A23918D0D68C7C6A56 /* RCTBridge.h in Headers */, + 146ADEF145A5009F864F97C5437B692B /* RCTBridgeDelegate.h in Headers */, + 88FDC223BD3F363CB12F5CD9850C3FF5 /* RCTBridgeMethod.h in Headers */, + 942BAC03FA8DE5F8FB04AA8341404211 /* RCTBridgeModule.h in Headers */, + 6C69F3A89258C0F79002EA2BA7841A23 /* RCTBundleURLProvider.h in Headers */, + 5ACC7BDD4C4AE2DF3B5BA646D5F169B2 /* RCTClipboard.h in Headers */, + B0B5CFC6D282402F589BBB8596F6082C /* RCTComponent.h in Headers */, + 67BFB78B4FB4BC1179457F68E4E123E7 /* RCTComponentData.h in Headers */, + 0C66C3B00B51DEE7438E28C4B2D14B4A /* RCTConvert+CoreLocation.h in Headers */, + 4F0E1F873A25D8A4E742C4E36CA85CB0 /* RCTConvert+Transform.h in Headers */, + B0921228DE81FF353602957D24457CBC /* RCTConvert.h in Headers */, + FD886CBC9C8587BE3C7F06950C2D85CC /* RCTCxxConvert.h in Headers */, + 2D57FB061F888114FB58B6430634A06B /* RCTDatePicker.h in Headers */, + 9DA61DEEBDAF54B8920CC0642CB612F7 /* RCTDatePickerManager.h in Headers */, + C0E1B4257E1B5BF5D7DCFC1C85988E95 /* RCTDefines.h in Headers */, + 95F0DECACAE26EA2FB9E1263AC3A0F94 /* RCTDeviceInfo.h in Headers */, + CE06B1B8874A1298375AEBE6A73F1F9E /* RCTDevSettings.h in Headers */, + 04E2E0FEBBFBDE649E493738F77EEBD9 /* RCTDisplayLink.h in Headers */, + A378E5CDCBF527F14E7C08A025998E30 /* RCTErrorCustomizer.h in Headers */, + ED17358DC27909042FE61D974E9DFE1A /* RCTErrorInfo.h in Headers */, + 39CCE7A5AF80F95152333A320E553D2D /* RCTEventDispatcher.h in Headers */, + B5BAA719F95F692C0B4DC477D8907EAC /* RCTEventEmitter.h in Headers */, + 53E4FACD8FBA1DB80E6D8AAE7A3B9426 /* RCTExceptionsManager.h in Headers */, + 0C9B74AB06AAE9994CC9A81BE0C2D6F6 /* RCTFont.h in Headers */, + 8EBF917767FC9525A925A2147958C9CF /* RCTFPSGraph.h in Headers */, + 5FD6B34C74C175EE0FC1EB3E51203170 /* RCTFrameUpdate.h in Headers */, + CD03EE71F15E47F0146B8BF9857BC93F /* RCTI18nManager.h in Headers */, + A39A1AE02838924DFFE1ECBDE314148D /* RCTI18nUtil.h in Headers */, + 2AF632A540DDF443E9FD7F9E786CF423 /* RCTImageSource.h in Headers */, + 4FAEF33E372BC6FF9699AD773F02B48B /* RCTInvalidating.h in Headers */, + CEE5E2020FD1F00C27F87A1D958FB0B1 /* RCTJavaScriptExecutor.h in Headers */, + 00D00346EDD83B2F35A895D3A2DFE255 /* RCTJavaScriptLoader.h in Headers */, + 38D12B13B0326FCECACCAAB09095E0B9 /* RCTJSCErrorHandling.h in Headers */, + C8E11684BC7ADC4AAFB0AB75EAEA2776 /* RCTJSCSamplingProfiler.h in Headers */, + C2C434028693A6372B9D819737836CD9 /* RCTJSStackFrame.h in Headers */, + 5AA92E04A74BBE75AFE82EF3028BBF0E /* RCTKeyboardObserver.h in Headers */, + C85D3BE6A91A078D0FC207697E47E4E4 /* RCTKeyCommands.h in Headers */, + DED70E5B288B7F731C2C85E70041FB2C /* RCTLayout.h in Headers */, + 8DA593AB64FFFAD3D6F8F634307E83B9 /* RCTLayoutAnimation.h in Headers */, + 96E59FCA959611B450BE2C06FE2F2AB8 /* RCTLayoutAnimationGroup.h in Headers */, + 936B556780BFD7A28E396266A2E3F5E0 /* RCTLog.h in Headers */, + D0FF1205526BFF24CED7796519D8D9AD /* RCTMacros.h in Headers */, + B4E7B1CC6D4B2A6E60D5709C37FC83B6 /* RCTManagedPointer.h in Headers */, + 1448783EDAF4078D8082A523BA659F5D /* RCTMaskedView.h in Headers */, + 74C90683E30E34B19C4A4FF759E6A109 /* RCTMaskedViewManager.h in Headers */, + A72FD7117FABF6CD9B1C181A19F16211 /* RCTModalHostView.h in Headers */, + D0148C526073C7819F54193AA36A987B /* RCTModalHostViewController.h in Headers */, + A8DB6C9236325B0924DD9AF9C35C78C4 /* RCTModalHostViewManager.h in Headers */, + 301EDA12398A4538678B39273B5A6780 /* RCTModalManager.h in Headers */, + 47ECC8A2463E424E593DF75EE3E5D057 /* RCTModuleData.h in Headers */, + CAEB287933180150C0D0FDF171D429E8 /* RCTModuleMethod.h in Headers */, + 6FECF893DB9601AA2A3AA8F87DFF6C3F /* RCTMultipartDataTask.h in Headers */, + FC29FFF0A206F99B29CBC9285E19E498 /* RCTMultipartStreamReader.h in Headers */, + 519929230BF67DB7BE6B92D968C0D42B /* RCTNavigator.h in Headers */, + D9DD882FCB42DE50782BE233A0AE8095 /* RCTNavigatorManager.h in Headers */, + B4A25AE69B10BEFAEE8D2E1C4BACE878 /* RCTNavItem.h in Headers */, + ADAEC5C1E2E323B0D74807EEC881DDE4 /* RCTNavItemManager.h in Headers */, + 6F6E5F0210E19290E10C220C4AF08676 /* RCTNullability.h in Headers */, + 4B4AFF7E9E321D57E32FEFBF9DBB472B /* RCTParserUtils.h in Headers */, + E9754B46546D547B122BEFCB1012CE80 /* RCTPerformanceLogger.h in Headers */, + BFE573822549370E7D03D0BB52CD8C13 /* RCTPicker.h in Headers */, + 2E44F140C02908F0A679B81E58C85DB7 /* RCTPickerManager.h in Headers */, + 11953204E0F439444218385885B117DB /* RCTPlatform.h in Headers */, + 60743C690FD14076E2C46DA3302C47B5 /* RCTPointerEvents.h in Headers */, + FE05750BC93B0D4191631D7249C01FDF /* RCTProfile.h in Headers */, + 524AAEFEF34F303D773781FB96070981 /* RCTProgressViewManager.h in Headers */, + 9FE7847AF8B9F1B7DAC6D73B62F384DB /* RCTRedBox.h in Headers */, + 855F420BFE1099D81C89907E27D326A8 /* RCTRedBoxExtraDataViewController.h in Headers */, + 958457B0B40A0610570B4F62A715B2DF /* RCTRefreshControl.h in Headers */, + 504C05403487D18AB61ADC7772C6FF58 /* RCTRefreshControlManager.h in Headers */, + 666E0475D8B743209BB2636D6CC50E78 /* RCTReloadCommand.h in Headers */, + 19DAC145F872BA4CBFD1D953A55D3C58 /* RCTRootContentView.h in Headers */, + B4F187539D85AC204F05970528117BB5 /* RCTRootShadowView.h in Headers */, + 89A59F500D07AC548FA96676701E9D05 /* RCTRootView.h in Headers */, + EEA80E0AC9AD5F383D07807F195D2428 /* RCTRootViewDelegate.h in Headers */, + 56D862FC0438B6316BCD60E0CB03FF3B /* RCTRootViewInternal.h in Headers */, + 7A687AD56B053CCC94235A763B45B019 /* RCTSafeAreaShadowView.h in Headers */, + A8248FE57552358311AA24E69BD55739 /* RCTSafeAreaView.h in Headers */, + F2374CD72ACDE143AFE44EA621A83C4E /* RCTSafeAreaViewLocalData.h in Headers */, + 39E8CAAB2C18211322177FC6E881FE04 /* RCTSafeAreaViewManager.h in Headers */, + B1560AD739C104EAB080A3A81EDA044B /* RCTScrollableProtocol.h in Headers */, + 1CC77C0DA696C0A9B7FF4BA1C95D505F /* RCTScrollContentShadowView.h in Headers */, + C7CCFB97B1289F99E0AEE0DE68FDF123 /* RCTScrollContentView.h in Headers */, + 8CB978AA1B698AB3469FDFF2459C6B6A /* RCTScrollContentViewManager.h in Headers */, + 19EB84C0463964F70496B9B637B598E4 /* RCTScrollView.h in Headers */, + 34649AA17441DBDEA446E776BCB02A6A /* RCTScrollViewManager.h in Headers */, + F8470488AB3CEC5DCA61FF3E0B53A96F /* RCTSegmentedControl.h in Headers */, + 4B8864D92447483D3C0BE8F7162F94E0 /* RCTSegmentedControlManager.h in Headers */, + 508CD09B016F171A5DA9B2FB4BC99AEF /* RCTShadowView+Internal.h in Headers */, + DA734AD36103755231F77C6E4213876B /* RCTShadowView+Layout.h in Headers */, + 1A35FE0A42BCD56BA2EB00CD17AC9945 /* RCTShadowView.h in Headers */, + E2568203F07FD1439C2B695FDBB71B86 /* RCTSlider.h in Headers */, + 94575F3961A1E10D4880A19C79410524 /* RCTSliderManager.h in Headers */, + A32A3D3F2D0BB0E1DF4498A1017D0205 /* RCTSourceCode.h in Headers */, + 368C4F81C8D027179986E3CA9396FB96 /* RCTStatusBarManager.h in Headers */, + B9E8FBEEBB75098DF6768430C6EA9757 /* RCTSurface.h in Headers */, + 2948BEA2C8E85E3F221BE61034101D93 /* RCTSurfaceDelegate.h in Headers */, + 5584524F32F148BD9402F6ED95526393 /* RCTSurfaceHostingProxyRootView.h in Headers */, + 6836536B06BE14FA220ACB9C58C6CEAE /* RCTSurfaceHostingView.h in Headers */, + 25BFDB8653EE1F4E21599FAA92AA7812 /* RCTSurfaceRootShadowView.h in Headers */, + 91F63665F21D6F7EF5E5ECB607EC2671 /* RCTSurfaceRootShadowViewDelegate.h in Headers */, + C20F35CCBB4AF149406902C8E68D8FEE /* RCTSurfaceRootView.h in Headers */, + BE9430155C271B6A8F0C4E79051B9E66 /* RCTSurfaceSizeMeasureMode.h in Headers */, + 6B9DCA298907B86A7E18F52E813C4E2B /* RCTSurfaceStage.h in Headers */, + DD6A18983AA8894476D52A0F0F86264B /* RCTSurfaceView+Internal.h in Headers */, + 1BCD33D95B39D485819C9F48850D2173 /* RCTSurfaceView.h in Headers */, + 96B17764F0B2F1B58C52729D776D22E0 /* RCTSwitch.h in Headers */, + 5A7AA9BB6AEC1529A9F6EB0BFBFA8476 /* RCTSwitchManager.h in Headers */, + 36F3411D73712614A58A18576909FF26 /* RCTTabBar.h in Headers */, + E47CCDD6E40836AFADCA7E0408E01AFD /* RCTTabBarItem.h in Headers */, + 984D91999DBAEE7A126B36254EE866BF /* RCTTabBarItemManager.h in Headers */, + 27E5797D56B7C8705EF4A8CAB0413457 /* RCTTabBarManager.h in Headers */, + 614A50EDEC8C1103A7196E5651626E67 /* RCTTextDecorationLineType.h in Headers */, + 8B333FA2F4B8DA1135B4013D141E14F8 /* RCTTiming.h in Headers */, + DD23BB281EFC10642FF9EFE8440BCB62 /* RCTTouchEvent.h in Headers */, + 88E2A272FCC45B44055C33D45D325990 /* RCTTouchHandler.h in Headers */, + B42A51F9911301D73CBEB0C913B3BE04 /* RCTUIManager.h in Headers */, + 9A8C16252E73055B31B17902855289BE /* RCTUIManagerObserverCoordinator.h in Headers */, + AE1E5B952AB817EE627595B52E1990C5 /* RCTUIManagerUtils.h in Headers */, + 74B0579D5EBFC8BB35452942287BB502 /* RCTUIUtils.h in Headers */, + 8EE82CD7B3D2056D4B6ECDC1E74534A4 /* RCTURLRequestDelegate.h in Headers */, + 06784C618C588BEE8825C8109C2B2B28 /* RCTURLRequestHandler.h in Headers */, + 1799FF6E5F4AB68D6D3FFB8D69D6840F /* RCTUtils.h in Headers */, + BFFB521103CBF0DA7A163E8ED050887C /* RCTVersion.h in Headers */, + 3C1EA0F9C318B86DA96D01EE2E363B62 /* RCTView.h in Headers */, + 87B44E893ACD4A78911584A610D1E520 /* RCTViewManager.h in Headers */, + FBDF47AD48B21D255E52582DC436C64B /* RCTWebView.h in Headers */, + D4A183F9E560C543A34A3AD0A8EC5B46 /* RCTWebViewManager.h in Headers */, + 973E6DA88952FEB3B3F0AB541C6FE1CD /* RCTWKWebView.h in Headers */, + B6EFF3DD2A79AC9334368341EFAE8B5D /* RCTWKWebViewManager.h in Headers */, + 1071825D0B764530FB36B8695E6F279D /* RCTWrapperViewController.h in Headers */, + 12CE2F23397553B26E388BB5506D0839 /* UIView+Private.h in Headers */, + 9DEA9F5FA74579E55F3F3E651E7EE243 /* UIView+React.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8B62BAD095D47376EFFF4077CADC52D3 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 614996C127A2974335AC1DEE3468E91F /* DatePicker.h in Headers */, + A0BE1044161F8367E44AA1802EB1D533 /* RNDatePickerManager.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 92DC8633B154B0CE256C65E449BBDBEC /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + B5E9A495312C013970C8C02633738D67 /* Utils.h in Headers */, + 18B9FA379B8CE86D3A5EC3E33D9775DD /* YGConfig.h in Headers */, + D63AB33D62A9B45E8A95F71FF33B2DD7 /* YGEnums.h in Headers */, + 8B812F32257662B87C0D56BFF489C360 /* YGFloatOptional.h in Headers */, + 66AC8E4421833E97872D400A72B133FE /* YGLayout.h in Headers */, + 682B7D3BB5076F823580BCBD94D16D2A /* YGMacros.h in Headers */, + 0EDC6CBB097A745B3491D5B9922F7F51 /* YGNode.h in Headers */, + 5291333F7CE96B27344503101EAA73AA /* YGNodePrint.h in Headers */, + 05F32BEB2BAABE1FE75F3FBA54932ECE /* YGStyle.h in Headers */, + 828F57852F1C9C2533B1299FC91E6C5A /* Yoga-internal.h in Headers */, + 3B01FF688A4E69B4F66F4317D11F2841 /* Yoga.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 8FDDADDBBD4B8EE23BA87C6EB4F5A6A3 /* Pods-ExampleCocoapods */ = { + isa = PBXNativeTarget; + buildConfigurationList = CD586DAB8E0D7009804D73B6A89EE9B0 /* Build configuration list for PBXNativeTarget "Pods-ExampleCocoapods" */; + buildPhases = ( + 5BFF302F0190316C4B0ACAAAF6E0276A /* Sources */, + 34B2443E62915620008623758A32C66B /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + B5C2A09EF68FC46F9E3D2B73835F0420 /* PBXTargetDependency */, + D91FD2DE3F139FA3A8AC36F203946EE4 /* PBXTargetDependency */, + 859BA07729D0F101B48B963EEDDC8D5E /* PBXTargetDependency */, + ); + name = "Pods-ExampleCocoapods"; + productName = "Pods-ExampleCocoapods"; + productReference = 7D1B05B95870BAA28A9C5B9487B9D661 /* libPods-ExampleCocoapods.a */; + productType = "com.apple.product-type.library.static"; + }; + 93A2FEE5C924EF68FC4AD967BE97521B /* Pods-ExampleCocoapodsTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = C008E800A831AB524D3063CA9448FB9B /* Build configuration list for PBXNativeTarget "Pods-ExampleCocoapodsTests" */; + buildPhases = ( + DE82C9183FE409166E3896C9ADC3F221 /* Sources */, + 96C6CAABD953A832FB5E89AAE0D6F58E /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Pods-ExampleCocoapodsTests"; + productName = "Pods-ExampleCocoapodsTests"; + productReference = CDDA7FF587EBAE4F84AB4EE1DA102447 /* libPods-ExampleCocoapodsTests.a */; + productType = "com.apple.product-type.library.static"; + }; + D4898577931290460A7834CEEE3ACF68 /* yoga */ = { + isa = PBXNativeTarget; + buildConfigurationList = F845303E6EE06DD5E453D611A4E39B54 /* Build configuration list for PBXNativeTarget "yoga" */; + buildPhases = ( + E77600C56FAEFA2E506F161082BAAC86 /* Sources */, + 13C70C4D873B41070070A45C124055BF /* Frameworks */, + 92DC8633B154B0CE256C65E449BBDBEC /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = yoga; + productName = yoga; + productReference = 6880D6704D62D17617A391FF4787F7EA /* libyoga.a */; + productType = "com.apple.product-type.library.static"; + }; + DD352F7FA1F602FB39453C35E3ED55B8 /* react-native-date-picker */ = { + isa = PBXNativeTarget; + buildConfigurationList = 279CD2833D46B861A290109FC1730924 /* Build configuration list for PBXNativeTarget "react-native-date-picker" */; + buildPhases = ( + 7A981D24254D5D0D58D8A0313A780B15 /* Sources */, + 8E02D5A2B4295B3E65DB3E4CEC642BD7 /* Frameworks */, + 8B62BAD095D47376EFFF4077CADC52D3 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 66A221C3C35509439546E488001554F0 /* PBXTargetDependency */, + ); + name = "react-native-date-picker"; + productName = "react-native-date-picker"; + productReference = 3E51A90FCFE6F0696E4B9DCD945DE33A /* libreact-native-date-picker.a */; + productType = "com.apple.product-type.library.static"; + }; + F0D976419FACE05B7210298437421161 /* React */ = { + isa = PBXNativeTarget; + buildConfigurationList = 5EE8D3D2E5B373E4366E73A911B5FA81 /* Build configuration list for PBXNativeTarget "React" */; + buildPhases = ( + CB154FC653B0BC9333CEF4F33E8508EF /* Sources */, + 9706BF6B13D92AAFC7478309EDDE9860 /* Frameworks */, + 39D7011980DD663CC6C0B6DD3F77DF7D /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + F1971FDD81C00EDD01F9CBE39669DE61 /* PBXTargetDependency */, + ); + name = React; + productName = React; + productReference = 10922D47D77255014F3C36E47E83ABB1 /* libReact.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0830; + LastUpgradeCheck = 0700; + }; + buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 7DB346D0F39D3F0E887471402A8071AB; + productRefGroup = CB3289AFA09171C4B59858A08483B6C3 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 8FDDADDBBD4B8EE23BA87C6EB4F5A6A3 /* Pods-ExampleCocoapods */, + 93A2FEE5C924EF68FC4AD967BE97521B /* Pods-ExampleCocoapodsTests */, + F0D976419FACE05B7210298437421161 /* React */, + DD352F7FA1F602FB39453C35E3ED55B8 /* react-native-date-picker */, + D4898577931290460A7834CEEE3ACF68 /* yoga */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 5BFF302F0190316C4B0ACAAAF6E0276A /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 928A7BBCB134D3DEE551B1ADDB66C825 /* Pods-ExampleCocoapods-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7A981D24254D5D0D58D8A0313A780B15 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B3012B1AB9BE5340F663130B4B22BB16 /* DatePicker.m in Sources */, + 80DE8F272B43F34D737756668A62D42D /* react-native-date-picker-dummy.m in Sources */, + 0387AEF76716F3C5711658219B032086 /* RNDatePickerManager.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + CB154FC653B0BC9333CEF4F33E8508EF /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + CFD5C0415926FE036899AD7A999681EB /* RCTAccessibilityManager.m in Sources */, + 7197173CAA3D587D88C766C07E743A20 /* RCTActivityIndicatorView.m in Sources */, + 0C03D87DCC2C7F12506407ED86E5B1A4 /* RCTActivityIndicatorViewManager.m in Sources */, + 81B9691DFBD1539103998BD551E2ECB1 /* RCTAlertManager.m in Sources */, + 6124BE8E743D869CD10C2DA4B5491102 /* RCTAppState.m in Sources */, + 725B2C1A3D34095BDE08E3F3B1BA5607 /* RCTAssert.m in Sources */, + C3E0228084A62C60F65315D2BE8DB794 /* RCTAsyncLocalStorage.m in Sources */, + 00A78C150C08CE1FFC8D97A46391A075 /* RCTBorderDrawing.m in Sources */, + F0EF0CBFC6D605C4FDE48C36BBDF0F17 /* RCTBridge.m in Sources */, + 50688B604C35BB254F3B143A7BA68D77 /* RCTBundleURLProvider.m in Sources */, + FB2C63E021A3C2451B035D7CC5BF727D /* RCTClipboard.m in Sources */, + 4673725F464FED6617FBBACA217C2C5D /* RCTComponentData.m in Sources */, + 745AB31E5B514C3ECF93DAFD4272A8B4 /* RCTConvert+CoreLocation.m in Sources */, + 9C86DB5D3AE260D39F3678616FB760C3 /* RCTConvert+Transform.m in Sources */, + 9AB820AB95D503C07761E50FFC644141 /* RCTConvert.m in Sources */, + 2EC3B8C3DF0B2FBB90EE626727B1373F /* RCTCxxConvert.m in Sources */, + 3120FF1CDC93FCCA87984B5279AD991A /* RCTDatePicker.m in Sources */, + 927E8DC0BB3EBB048F3DBA0D4CEEB70E /* RCTDatePickerManager.m in Sources */, + 9C5C38F4D6044B1B6C70461002F18D0E /* RCTDeviceInfo.m in Sources */, + F96DB5947AA7596F770530253D139A2B /* RCTDevSettings.mm in Sources */, + 817FC31F4A5585D8860BF75E28E67F56 /* RCTDisplayLink.m in Sources */, + 48DB35576AC6282FE88CA4D9DE03286A /* RCTErrorInfo.m in Sources */, + 5D13727D55C76F70DC2991577692B5E3 /* RCTEventDispatcher.m in Sources */, + B5C5092706298FC96E69DF1778185F0D /* RCTEventEmitter.m in Sources */, + 42F54EE5F7194513F9862860FCF0F304 /* RCTExceptionsManager.m in Sources */, + 7C910BBFB351F43CBDBAA9A5207E1EA7 /* RCTFont.mm in Sources */, + 5F9852B1595E1619ACC7E68A5F00043B /* RCTFPSGraph.m in Sources */, + 46856CE6021541C8FDB785D6BF1AD4F7 /* RCTFrameUpdate.m in Sources */, + 323284700371C81D8B6541ED353EBC5E /* RCTI18nManager.m in Sources */, + EF95ADFAD19A747EC68B2C227352B53F /* RCTI18nUtil.m in Sources */, + 76C43ABFAB80CDB2EBE9F8F8EACDA0FE /* RCTImageSource.m in Sources */, + 86EDA89E3E90BA97D4D1EA0DABF02A8F /* RCTJavaScriptLoader.mm in Sources */, + CF7F9B931D1CE028C2B504BCBEEF0F70 /* RCTJSCErrorHandling.mm in Sources */, + 1F7934DAB2771B54C10DEC6687B103FF /* RCTJSCSamplingProfiler.m in Sources */, + EC59339EFFEF85B1DBC2104DB11D44C1 /* RCTJSStackFrame.m in Sources */, + 14C19537674851EAC0733056A644BD6D /* RCTKeyboardObserver.m in Sources */, + 094F994735590134821D90348F9D7C8C /* RCTKeyCommands.m in Sources */, + EEAD2AFFF4FC7137A83E291B95AD9290 /* RCTLayout.m in Sources */, + 0B73F6171E273AD274B95362A0147DD7 /* RCTLayoutAnimation.m in Sources */, + AEF19123BD6993594A0DDEF51310B927 /* RCTLayoutAnimationGroup.m in Sources */, + F5AA6A5C41C0ECC3E32EB887D5EC8141 /* RCTLog.mm in Sources */, + 27A3C03437041734622FA597C509DF65 /* RCTManagedPointer.mm in Sources */, + 96605787A629A45209108FEC89AE3C96 /* RCTMaskedView.m in Sources */, + 12D1A4C551F199FE46E6AB6111CDDFAE /* RCTMaskedViewManager.m in Sources */, + 900C54918E9E5505618C121BA02CFFB2 /* RCTModalHostView.m in Sources */, + 7083181C7F7BEA876896EEB017951D38 /* RCTModalHostViewController.m in Sources */, + 5256BB03C04058502D2EFB2BDDA36F60 /* RCTModalHostViewManager.m in Sources */, + EB3D953FD6B2D3D303FCD0D0297BB801 /* RCTModalManager.m in Sources */, + 7FEF048F835D8FD8341A394B623F7736 /* RCTModuleData.mm in Sources */, + 2756D865FE6EA1D6B048DF088DA39B86 /* RCTModuleMethod.mm in Sources */, + 0AFB057F02EF86F307CED8F2E41BFA15 /* RCTMultipartDataTask.m in Sources */, + 44A09FD9F4E75E1876F252609F087214 /* RCTMultipartStreamReader.m in Sources */, + 73244C581E4D30676C1E28120B594413 /* RCTNavigator.m in Sources */, + B65EAF282893651CC697E27D599F14DA /* RCTNavigatorManager.m in Sources */, + 1C2969C197EC99C7987E6166083C461A /* RCTNavItem.m in Sources */, + ED6FD9062724AC98D41070D9C6C23A41 /* RCTNavItemManager.m in Sources */, + 3D4FFC2D2EDC763BF5FE1A5434C76BC3 /* RCTParserUtils.m in Sources */, + 297062C00C857B8E66AD063EEF09CDA8 /* RCTPerfMonitor.m in Sources */, + F833EC1E4940B093E3D5BB0C4F7154D6 /* RCTPerformanceLogger.m in Sources */, + 74C4006C68179D018E708B5701430E6D /* RCTPicker.m in Sources */, + 651814698FD3CA9601ECADCFB44756C6 /* RCTPickerManager.m in Sources */, + 8101DEF14D1F899625105BCB9751F042 /* RCTPlatform.m in Sources */, + 3DA548E0670875F650F8D5B8488EC41D /* RCTProfile.m in Sources */, + 0140C0F4F922D7D579A492A5A8BE8D51 /* RCTProfileTrampoline-arm.S in Sources */, + C8A020DD1A1A85EBE72F085A9FA5186E /* RCTProfileTrampoline-arm64.S in Sources */, + 77725400BEFD5B393F2F2E5497C572F3 /* RCTProfileTrampoline-i386.S in Sources */, + CB3EC6A668BA7B10848764F2B2AA099A /* RCTProfileTrampoline-x86_64.S in Sources */, + 03B483B951C58A4A97912DF6C84CB859 /* RCTProgressViewManager.m in Sources */, + 9F1CA6A976D5CA84636BEDD2FE090046 /* RCTRedBox.m in Sources */, + 98D3A29DE7A37773EC59EFCAD5A63DD2 /* RCTRedBoxExtraDataViewController.m in Sources */, + 11D2EF8008DAEFDD571BFBA9EF89A95C /* RCTRefreshControl.m in Sources */, + 5CA7AE330A3EA3FA2970174817ACBEAA /* RCTRefreshControlManager.m in Sources */, + 1A11ABB39FB60004FEA6445E70DA5D87 /* RCTReloadCommand.m in Sources */, + A33F9A0CB2F87D9F0C5C3D305A9BB5F7 /* RCTRootContentView.m in Sources */, + 83576A005A9896AF67826CD29901A67C /* RCTRootShadowView.m in Sources */, + 806E27F11FBA7ACE03762F237D3F4289 /* RCTRootView.m in Sources */, + F2270AA68F0D9724877E519D564A322E /* RCTSafeAreaShadowView.m in Sources */, + 7E9C626C1AB06E0062F55B946A730ABC /* RCTSafeAreaView.m in Sources */, + 7ED237EB8BBF5972C5AF007A35B82FDF /* RCTSafeAreaViewLocalData.m in Sources */, + F96A020499DA892E7ACD34A52F021F6A /* RCTSafeAreaViewManager.m in Sources */, + 5153A3D22CCDA0ABBE5170F9AA8589A0 /* RCTScrollContentShadowView.m in Sources */, + 1680E242EF372B580A9C617342A595E8 /* RCTScrollContentView.m in Sources */, + DDE0CD681DF94F33BB19B9033743E81E /* RCTScrollContentViewManager.m in Sources */, + 4ADC7580A1D618AB0A25D154A509802E /* RCTScrollView.m in Sources */, + 53230245270696FEB6204F6921D510DC /* RCTScrollViewManager.m in Sources */, + 6ED4975EC586352935DA24D7052065DE /* RCTSegmentedControl.m in Sources */, + D9418BD07E1DBB0159C22E14E621D1ED /* RCTSegmentedControlManager.m in Sources */, + 4B10FE7B066425A61CFF91B6F7562AA5 /* RCTShadowView+Internal.m in Sources */, + 6EC294CE3437E6131047651636FABB6B /* RCTShadowView+Layout.m in Sources */, + 42E7B1D18E5A8F93F573AA4CEDFF5F5A /* RCTShadowView.m in Sources */, + C24F8F48A70C7F55B676AEAFBD86FF26 /* RCTSlider.m in Sources */, + B3333F5785345705BE3ADF7B5B4D2A2C /* RCTSliderManager.m in Sources */, + F402E9A3A680E9FF6200190076FBAF20 /* RCTSourceCode.m in Sources */, + DEDB57FE80E4C9A93493A4597FEF5F2A /* RCTStatusBarManager.m in Sources */, + 3F45E6E5BECC62B6EC44254A7D72D1A1 /* RCTSurface.mm in Sources */, + 56FA2A22B73FDAEC47094B98D0B1797B /* RCTSurfaceHostingProxyRootView.mm in Sources */, + 73593C1E0CF7C349E2D7B090400D0D0D /* RCTSurfaceHostingView.mm in Sources */, + C7D4CFCD6F61A6629789661D6659381A /* RCTSurfaceRootShadowView.m in Sources */, + 10063BCEA3CC0B40C512FF418F1474CC /* RCTSurfaceRootView.mm in Sources */, + CC6DE2D9451720A7A12F2D9D2E9B3A3D /* RCTSurfaceSizeMeasureMode.mm in Sources */, + 2292EBC0CF549F256545439206AA31F3 /* RCTSurfaceStage.m in Sources */, + EFDB93CB6FF775E48B1CF5C26400E54A /* RCTSurfaceView.mm in Sources */, + 3B0237974C0F96BF986B92EA9C758149 /* RCTSwitch.m in Sources */, + FB40630C104139805A72E893F73D8999 /* RCTSwitchManager.m in Sources */, + F83EFE2E7A494A66130D350402347683 /* RCTTabBar.m in Sources */, + 2B147CAAAFB6C051FFCB49FD14549639 /* RCTTabBarItem.m in Sources */, + E72AAD4EFE3911736E221DC3578E2C8B /* RCTTabBarItemManager.m in Sources */, + DA876D0B22BBA8551D219192777E62BC /* RCTTabBarManager.m in Sources */, + DEE43D9F8F3535AE2A2238747CBE6873 /* RCTTiming.m in Sources */, + 3917656467E65481157C8E80CEAC6667 /* RCTTouchEvent.m in Sources */, + 35C6DEB7943F1490682108DFCF19020D /* RCTTouchHandler.m in Sources */, + 4B9CE951F14E93224716E7F796D89273 /* RCTUIManager.m in Sources */, + 5DABEC44F9245A7A37D03EF77E6AFBCA /* RCTUIManagerObserverCoordinator.mm in Sources */, + 7567D966F0D2E7EC553895231AF20688 /* RCTUIManagerUtils.m in Sources */, + B34141F0B71F3B45CB84CF4363FC2C49 /* RCTUIUtils.m in Sources */, + 98C5F2DC4ED727E470876CA1602D5516 /* RCTUtils.m in Sources */, + 73AECE5A3A7F4BA26ADE9190B2124CFF /* RCTVersion.m in Sources */, + A0C7F2259DCA5B2D3547F5DB9628F929 /* RCTView.m in Sources */, + B2284AA54274C8F5EA08A7C70E06FE2D /* RCTViewManager.m in Sources */, + A589E5C9E958B0BEF9D44D57F6A48BA3 /* RCTWebView.m in Sources */, + 6FAED13A744FC099A1F78BDAA4A4D903 /* RCTWebViewManager.m in Sources */, + 1B0CB505EFE2A3C364FFABE3CA7A3B4F /* RCTWKWebView.m in Sources */, + 95B7ABF03B2C4BBD6BA722ED0F46A494 /* RCTWKWebViewManager.m in Sources */, + 8B4B48732AB3BBF690A56A1D1A8DD115 /* RCTWrapperViewController.m in Sources */, + 3E05756245DA1EB47F3DC775861E5AB4 /* React-dummy.m in Sources */, + 4A73FEADA68F6E699EC021DB0CC0F1CC /* UIView+React.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DE82C9183FE409166E3896C9ADC3F221 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + F7143E3841ECD11A9245F0B7C2C19E51 /* Pods-ExampleCocoapodsTests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + E77600C56FAEFA2E506F161082BAAC86 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 168789157F19529AB7AE4922A47C7224 /* Utils.cpp in Sources */, + 546D0E19BDBE477C25F629AD852A0971 /* YGConfig.cpp in Sources */, + E7F6AA1700B8AD7A43477B5ABE8C58F5 /* YGEnums.cpp in Sources */, + D12375DEF2B9321A8F57C19B3AF7B0A0 /* YGFloatOptional.cpp in Sources */, + D26606C632EB344F17A04DA88E26320C /* YGLayout.cpp in Sources */, + F9BF41558F40AED7DE03AD062E1AD47D /* YGNode.cpp in Sources */, + B00AAC59D759784067A07CCC0F479A3C /* YGNodePrint.cpp in Sources */, + F582A2347541290537A70989B1447668 /* YGStyle.cpp in Sources */, + 982B156E41D166D54DDBCF6C65D95FBB /* yoga-dummy.m in Sources */, + AC50106BF06EE38FCF90E48BE1FD2654 /* Yoga.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXTargetDependency section */ + 66A221C3C35509439546E488001554F0 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = F0D976419FACE05B7210298437421161 /* React */; + targetProxy = 6623CF02F92FFE6DB731B498401A2CA0 /* PBXContainerItemProxy */; + }; + 859BA07729D0F101B48B963EEDDC8D5E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = yoga; + target = D4898577931290460A7834CEEE3ACF68 /* yoga */; + targetProxy = 867E02D808832D19603C66CEA6483A2C /* PBXContainerItemProxy */; + }; + B5C2A09EF68FC46F9E3D2B73835F0420 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + target = F0D976419FACE05B7210298437421161 /* React */; + targetProxy = C7AB89B47235921E734C2D540827BF1F /* PBXContainerItemProxy */; + }; + D91FD2DE3F139FA3A8AC36F203946EE4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "react-native-date-picker"; + target = DD352F7FA1F602FB39453C35E3ED55B8 /* react-native-date-picker */; + targetProxy = DBC561BBFA63C82A5C8CA6FA238B2461 /* PBXContainerItemProxy */; + }; + F1971FDD81C00EDD01F9CBE39669DE61 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = yoga; + target = D4898577931290460A7834CEEE3ACF68 /* yoga */; + targetProxy = F00FDA4E996754B354454EB78A0747E8 /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + +/* Begin XCBuildConfiguration section */ + 0127ECD12F80FAEF34E4621DDF1A68BE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 71679E4097581B8642012C372A4C8B03 /* React.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React/React-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 16B80737E3BE48E1876B13047C8043F3 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 71679E4097581B8642012C372A4C8B03 /* React.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/React/React-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 41C294EAABF1ACD38AE6FAAE266BDFCA /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E925870E99E987DFC6128FF63810087 /* yoga.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/yoga/yoga-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 6F9224530522DD3C735EC96CF142642E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Release; + }; + 97457BF0038F3095C053EA443771D884 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2E75CA878892882E516B8D8D98C33A9E /* react-native-date-picker.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-date-picker/react-native-date-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9C4E22279BA925B5A209804DF76E0224 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = AB07A0A43041C9065FCC45AD6928DF08 /* Pods-ExampleCocoapodsTests.release.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B57951D085A1B98A97F8A1062A5E5C5B /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + CODE_SIGNING_REQUIRED = NO; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + BBFB192C7462B628B0613A2B16C0AB75 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C0547151F3C1830858C9299A683E89F8 /* Pods-ExampleCocoapodsTests.debug.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + D0D5F269D31E38D9EA63826ED637AE8E /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 2E75CA878892882E516B8D8D98C33A9E /* react-native-date-picker.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/react-native-date-picker/react-native-date-picker-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + DFEB026882BCBA0CFA68924F3F7126FE /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = B052A5700F78954CA49314BB92EC65B1 /* Pods-ExampleCocoapods.debug.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + E4137D591738AFE59647ECC4C5D2D151 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = E78D3C02D94CAF9D95BAB3DCC963D4E9 /* Pods-ExampleCocoapods.release.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + MACH_O_TYPE = staticlib; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + E84B8B63EF1846A81F21F314C8BF8F59 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8E925870E99E987DFC6128FF63810087 /* yoga.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = "iPhone Developer"; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + GCC_PREFIX_HEADER = "Target Support Files/yoga/yoga-prefix.pch"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PRIVATE_HEADERS_FOLDER_PATH = ""; + PUBLIC_HEADERS_FOLDER_PATH = ""; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 279CD2833D46B861A290109FC1730924 /* Build configuration list for PBXNativeTarget "react-native-date-picker" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 97457BF0038F3095C053EA443771D884 /* Debug */, + D0D5F269D31E38D9EA63826ED637AE8E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B57951D085A1B98A97F8A1062A5E5C5B /* Debug */, + 6F9224530522DD3C735EC96CF142642E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 5EE8D3D2E5B373E4366E73A911B5FA81 /* Build configuration list for PBXNativeTarget "React" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0127ECD12F80FAEF34E4621DDF1A68BE /* Debug */, + 16B80737E3BE48E1876B13047C8043F3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C008E800A831AB524D3063CA9448FB9B /* Build configuration list for PBXNativeTarget "Pods-ExampleCocoapodsTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + BBFB192C7462B628B0613A2B16C0AB75 /* Debug */, + 9C4E22279BA925B5A209804DF76E0224 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + CD586DAB8E0D7009804D73B6A89EE9B0 /* Build configuration list for PBXNativeTarget "Pods-ExampleCocoapods" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DFEB026882BCBA0CFA68924F3F7126FE /* Debug */, + E4137D591738AFE59647ECC4C5D2D151 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + F845303E6EE06DD5E453D611A4E39B54 /* Build configuration list for PBXNativeTarget "yoga" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + E84B8B63EF1846A81F21F314C8BF8F59 /* Debug */, + 41C294EAABF1ACD38AE6FAAE266BDFCA /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; +} diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.markdown b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.markdown new file mode 100644 index 0000000..93e1667 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.markdown @@ -0,0 +1,53 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## React + +MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + +## react-native-date-picker + +MIT License + +Copyright (c) 2018 Henning Hall + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Generated by CocoaPods - https://cocoapods.org diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.plist b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.plist new file mode 100644 index 0000000..a78cb62 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-acknowledgements.plist @@ -0,0 +1,91 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2015-present, Facebook, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + React + Type + PSGroupSpecifier + + + FooterText + MIT License + +Copyright (c) 2018 Henning Hall + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + License + MIT + Title + react-native-date-picker + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-dummy.m b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-dummy.m new file mode 100644 index 0000000..1ecd943 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_ExampleCocoapods : NSObject +@end +@implementation PodsDummy_Pods_ExampleCocoapods +@end diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-frameworks.sh b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-frameworks.sh new file mode 100755 index 0000000..881cbae --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-frameworks.sh @@ -0,0 +1,137 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +# Copies and strips a vendored framework +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + if [ -r "$source" ]; then + # Copy the dSYM into a the targets temp dir. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" + + local basename + basename="$(basename -s .framework.dSYM "$source")" + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then + strip_invalid_archs "$binary" + fi + + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + else + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" + fi + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + STRIP_BINARY_RETVAL=0 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=1 +} + +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-resources.sh b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-resources.sh new file mode 100755 index 0000000..a7df440 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods-resources.sh @@ -0,0 +1,106 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + 4) + TARGET_DEVICE_ARGS="--target-device watch" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" || true + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "${PODS_ROOT}*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.debug.xcconfig b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.debug.xcconfig new file mode 100644 index 0000000..274d739 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.debug.xcconfig @@ -0,0 +1,9 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/react-native-date-picker" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-date-picker" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/React" -isystem "${PODS_ROOT}/Headers/Public/react-native-date-picker" -isystem "${PODS_ROOT}/Headers/Public/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"React" -l"react-native-date-picker" -l"stdc++" -l"yoga" -framework "JavaScriptCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.release.xcconfig b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.release.xcconfig new file mode 100644 index 0000000..274d739 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapods/Pods-ExampleCocoapods.release.xcconfig @@ -0,0 +1,9 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/react-native-date-picker" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-date-picker" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/React" -isystem "${PODS_ROOT}/Headers/Public/react-native-date-picker" -isystem "${PODS_ROOT}/Headers/Public/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"React" -l"react-native-date-picker" -l"stdc++" -l"yoga" -framework "JavaScriptCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.markdown b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.markdown new file mode 100644 index 0000000..102af75 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.markdown @@ -0,0 +1,3 @@ +# Acknowledgements +This application makes use of the following third party libraries: +Generated by CocoaPods - https://cocoapods.org diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.plist b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.plist new file mode 100644 index 0000000..7acbad1 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-acknowledgements.plist @@ -0,0 +1,29 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-dummy.m b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-dummy.m new file mode 100644 index 0000000..a786b73 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_ExampleCocoapodsTests : NSObject +@end +@implementation PodsDummy_Pods_ExampleCocoapodsTests +@end diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-frameworks.sh b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-frameworks.sh new file mode 100755 index 0000000..881cbae --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-frameworks.sh @@ -0,0 +1,137 @@ +#!/bin/sh +set -e + +echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + +SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" + +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +# Copies and strips a vendored framework +install_framework() +{ + if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then + local source="${BUILT_PRODUCTS_DIR}/$1" + elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then + local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" + elif [ -r "$1" ]; then + local source="$1" + fi + + local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + + if [ -L "${source}" ]; then + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + + local basename + basename="$(basename -s .framework "$1")" + binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then + binary="${destination}/${basename}" + fi + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then + strip_invalid_archs "$binary" + fi + + # Resign the code if required by the build settings to avoid unstable apps + code_sign_if_enabled "${destination}/$(basename "$1")" + + # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. + if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then + local swift_runtime_libs + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + for lib in $swift_runtime_libs; do + echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" + rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" + code_sign_if_enabled "${destination}/${lib}" + done + fi +} + +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + if [ -r "$source" ]; then + # Copy the dSYM into a the targets temp dir. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" + + local basename + basename="$(basename -s .framework.dSYM "$source")" + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then + strip_invalid_archs "$binary" + fi + + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + else + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.framework.dSYM" + fi + fi +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identitiy + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + STRIP_BINARY_RETVAL=0 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=1 +} + +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-resources.sh b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-resources.sh new file mode 100755 index 0000000..a7df440 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests-resources.sh @@ -0,0 +1,106 @@ +#!/bin/sh +set -e + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + +RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt +> "$RESOURCES_TO_COPY" + +XCASSET_FILES=() + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +case "${TARGETED_DEVICE_FAMILY}" in + 1,2) + TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" + ;; + 1) + TARGET_DEVICE_ARGS="--target-device iphone" + ;; + 2) + TARGET_DEVICE_ARGS="--target-device ipad" + ;; + 3) + TARGET_DEVICE_ARGS="--target-device tv" + ;; + 4) + TARGET_DEVICE_ARGS="--target-device watch" + ;; + *) + TARGET_DEVICE_ARGS="--target-device mac" + ;; +esac + +install_resource() +{ + if [[ "$1" = /* ]] ; then + RESOURCE_PATH="$1" + else + RESOURCE_PATH="${PODS_ROOT}/$1" + fi + if [[ ! -e "$RESOURCE_PATH" ]] ; then + cat << EOM +error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. +EOM + exit 1 + fi + case $RESOURCE_PATH in + *.storyboard) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.xib) + echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" || true + ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} + ;; + *.framework) + echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" || true + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + ;; + *.xcdatamodel) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + ;; + *.xcdatamodeld) + echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" || true + xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + ;; + *.xcmappingmodel) + echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" || true + xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + ;; + *.xcassets) + ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" + XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") + ;; + *) + echo "$RESOURCE_PATH" || true + echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + ;; + esac +} + +mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then + mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi +rm -f "$RESOURCES_TO_COPY" + +if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] +then + # Find all other xcassets (this unfortunately includes those of path pods and other targets). + OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) + while read line; do + if [[ $line != "${PODS_ROOT}*" ]]; then + XCASSET_FILES+=("$line") + fi + done <<<"$OTHER_XCASSETS" + + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" +fi diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.debug.xcconfig b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.debug.xcconfig new file mode 100644 index 0000000..db33b22 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.debug.xcconfig @@ -0,0 +1,9 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/react-native-date-picker" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-date-picker" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/React" -isystem "${PODS_ROOT}/Headers/Public/react-native-date-picker" -isystem "${PODS_ROOT}/Headers/Public/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"stdc++" -framework "JavaScriptCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods diff --git a/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.release.xcconfig b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.release.xcconfig new file mode 100644 index 0000000..db33b22 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/Pods-ExampleCocoapodsTests/Pods-ExampleCocoapodsTests.release.xcconfig @@ -0,0 +1,9 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/react-native-date-picker" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/react-native-date-picker" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_CFLAGS = $(inherited) -isystem "${PODS_ROOT}/Headers/Public" -isystem "${PODS_ROOT}/Headers/Public/React" -isystem "${PODS_ROOT}/Headers/Public/react-native-date-picker" -isystem "${PODS_ROOT}/Headers/Public/yoga" +OTHER_LDFLAGS = $(inherited) -ObjC -l"stdc++" -framework "JavaScriptCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. +PODS_ROOT = ${SRCROOT}/Pods diff --git a/example-cocoapods/ios/Pods/Target Support Files/React/React-dummy.m b/example-cocoapods/ios/Pods/Target Support Files/React/React-dummy.m new file mode 100644 index 0000000..c68c3ec --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/React/React-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_React : NSObject +@end +@implementation PodsDummy_React +@end diff --git a/example-cocoapods/ios/Pods/Target Support Files/React/React-prefix.pch b/example-cocoapods/ios/Pods/Target Support Files/React/React-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/React/React-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/example-cocoapods/ios/Pods/Target Support Files/React/React.xcconfig b/example-cocoapods/ios/Pods/Target Support Files/React/React.xcconfig new file mode 100644 index 0000000..f99c9e2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/React/React.xcconfig @@ -0,0 +1,12 @@ +CLANG_CXX_LANGUAGE_STANDARD = c++14 +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/React +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/React" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/react-native-date-picker" "${PODS_ROOT}/Headers/Public/yoga" "$(PODS_TARGET_SRCROOT)/ReactCommon" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +OTHER_LDFLAGS = -l"stdc++" -framework "JavaScriptCore" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-dummy.m b/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-dummy.m new file mode 100644 index 0000000..ccfdb1d --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_react_native_date_picker : NSObject +@end +@implementation PodsDummy_react_native_date_picker +@end diff --git a/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-prefix.pch b/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker.xcconfig b/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker.xcconfig new file mode 100644 index 0000000..3c19b7f --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/react-native-date-picker/react-native-date-picker.xcconfig @@ -0,0 +1,10 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/react-native-date-picker +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/react-native-date-picker" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/react-native-date-picker" "${PODS_ROOT}/Headers/Public/yoga" +LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/React" "${PODS_CONFIGURATION_BUILD_DIR}/yoga" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native-date-picker +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-dummy.m b/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-dummy.m new file mode 100644 index 0000000..927d060 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_yoga : NSObject +@end +@implementation PodsDummy_yoga +@end diff --git a/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-prefix.pch b/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga.xcconfig b/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga.xcconfig new file mode 100644 index 0000000..e4c0bb2 --- /dev/null +++ b/example-cocoapods/ios/Pods/Target Support Files/yoga/yoga.xcconfig @@ -0,0 +1,9 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/yoga +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/yoga" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/React" "${PODS_ROOT}/Headers/Public/react-native-date-picker" "${PODS_ROOT}/Headers/Public/yoga" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../../node_modules/react-native/ReactCommon/yoga +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/example-cocoapods/package.json b/example-cocoapods/package.json new file mode 100644 index 0000000..999a39b --- /dev/null +++ b/example-cocoapods/package.json @@ -0,0 +1,23 @@ +{ + "name": "ExampleCocoapods", + "version": "0.0.1", + "private": true, + "scripts": { + "start": "node node_modules/react-native/local-cli/cli.js start", + "test": "jest" + }, + "dependencies": { + "react": "16.6.1", + "react-native": "0.57.7", + "react-native-date-picker": "^2.2.1" + }, + "devDependencies": { + "babel-jest": "23.6.0", + "jest": "23.6.0", + "metro-react-native-babel-preset": "0.49.2", + "react-test-renderer": "16.6.1" + }, + "jest": { + "preset": "react-native" + } +} diff --git a/example-cocoapods/yarn.lock b/example-cocoapods/yarn.lock new file mode 100644 index 0000000..799bbe3 --- /dev/null +++ b/example-cocoapods/yarn.lock @@ -0,0 +1,5211 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.0.0-beta.35": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8" + dependencies: + "@babel/highlight" "^7.0.0" + +"@babel/core@^7.0.0": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.1.6.tgz#3733cbee4317429bc87c62b29cf8587dba7baeb3" + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/generator" "^7.1.6" + "@babel/helpers" "^7.1.5" + "@babel/parser" "^7.1.6" + "@babel/template" "^7.1.2" + "@babel/traverse" "^7.1.6" + "@babel/types" "^7.1.6" + convert-source-map "^1.1.0" + debug "^4.1.0" + json5 "^2.1.0" + lodash "^4.17.10" + resolve "^1.3.2" + semver "^5.4.1" + source-map "^0.5.0" + +"@babel/generator@^7.0.0", "@babel/generator@^7.1.6": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.1.6.tgz#001303cf87a5b9d093494a4bf251d7b5d03d3999" + dependencies: + "@babel/types" "^7.1.6" + jsesc "^2.5.1" + lodash "^4.17.10" + source-map "^0.5.0" + trim-right "^1.0.1" + +"@babel/helper-annotate-as-pure@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32" + dependencies: + "@babel/types" "^7.0.0" + +"@babel/helper-builder-binary-assignment-operator-visitor@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz#6b69628dfe4087798e0c4ed98e3d4a6b2fbd2f5f" + dependencies: + "@babel/helper-explode-assignable-expression" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helper-builder-react-jsx@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0.tgz#fa154cb53eb918cf2a9a7ce928e29eb649c5acdb" + dependencies: + "@babel/types" "^7.0.0" + esutils "^2.0.0" + +"@babel/helper-call-delegate@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-call-delegate/-/helper-call-delegate-7.1.0.tgz#6a957f105f37755e8645343d3038a22e1449cc4a" + dependencies: + "@babel/helper-hoist-variables" "^7.0.0" + "@babel/traverse" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helper-define-map@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-define-map/-/helper-define-map-7.1.0.tgz#3b74caec329b3c80c116290887c0dd9ae468c20c" + dependencies: + "@babel/helper-function-name" "^7.1.0" + "@babel/types" "^7.0.0" + lodash "^4.17.10" + +"@babel/helper-explode-assignable-expression@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz#537fa13f6f1674df745b0c00ec8fe4e99681c8f6" + dependencies: + "@babel/traverse" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helper-function-name@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53" + dependencies: + "@babel/helper-get-function-arity" "^7.0.0" + "@babel/template" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helper-get-function-arity@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3" + dependencies: + "@babel/types" "^7.0.0" + +"@babel/helper-hoist-variables@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz#46adc4c5e758645ae7a45deb92bab0918c23bb88" + dependencies: + "@babel/types" "^7.0.0" + +"@babel/helper-member-expression-to-functions@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz#8cd14b0a0df7ff00f009e7d7a436945f47c7a16f" + dependencies: + "@babel/types" "^7.0.0" + +"@babel/helper-module-imports@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz#96081b7111e486da4d2cd971ad1a4fe216cc2e3d" + dependencies: + "@babel/types" "^7.0.0" + +"@babel/helper-module-transforms@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.1.0.tgz#470d4f9676d9fad50b324cdcce5fbabbc3da5787" + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/helper-simple-access" "^7.1.0" + "@babel/helper-split-export-declaration" "^7.0.0" + "@babel/template" "^7.1.0" + "@babel/types" "^7.0.0" + lodash "^4.17.10" + +"@babel/helper-optimise-call-expression@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz#a2920c5702b073c15de51106200aa8cad20497d5" + dependencies: + "@babel/types" "^7.0.0" + +"@babel/helper-plugin-utils@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz#bbb3fbee98661c569034237cc03967ba99b4f250" + +"@babel/helper-regex@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-regex/-/helper-regex-7.0.0.tgz#2c1718923b57f9bbe64705ffe5640ac64d9bdb27" + dependencies: + lodash "^4.17.10" + +"@babel/helper-remap-async-to-generator@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz#361d80821b6f38da75bd3f0785ece20a88c5fe7f" + dependencies: + "@babel/helper-annotate-as-pure" "^7.0.0" + "@babel/helper-wrap-function" "^7.1.0" + "@babel/template" "^7.1.0" + "@babel/traverse" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helper-replace-supers@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz#5fc31de522ec0ef0899dc9b3e7cf6a5dd655f362" + dependencies: + "@babel/helper-member-expression-to-functions" "^7.0.0" + "@babel/helper-optimise-call-expression" "^7.0.0" + "@babel/traverse" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helper-simple-access@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz#65eeb954c8c245beaa4e859da6188f39d71e585c" + dependencies: + "@babel/template" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helper-split-export-declaration@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813" + dependencies: + "@babel/types" "^7.0.0" + +"@babel/helper-wrap-function@^7.1.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.1.0.tgz#8cf54e9190706067f016af8f75cb3df829cc8c66" + dependencies: + "@babel/helper-function-name" "^7.1.0" + "@babel/template" "^7.1.0" + "@babel/traverse" "^7.1.0" + "@babel/types" "^7.0.0" + +"@babel/helpers@^7.1.5": + version "7.1.5" + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.1.5.tgz#68bfc1895d685f2b8f1995e788dbfe1f6ccb1996" + dependencies: + "@babel/template" "^7.1.2" + "@babel/traverse" "^7.1.5" + "@babel/types" "^7.1.5" + +"@babel/highlight@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4" + dependencies: + chalk "^2.0.0" + esutils "^2.0.2" + js-tokens "^4.0.0" + +"@babel/parser@^7.0.0", "@babel/parser@^7.1.2", "@babel/parser@^7.1.6": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.6.tgz#16e97aca1ec1062324a01c5a6a7d0df8dd189854" + +"@babel/plugin-external-helpers@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-external-helpers/-/plugin-external-helpers-7.0.0.tgz#61ee7ba5dba27d7cad72a13d46bec23c060b762e" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-proposal-class-properties@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.1.0.tgz#9af01856b1241db60ec8838d84691aa0bd1e8df4" + dependencies: + "@babel/helper-function-name" "^7.1.0" + "@babel/helper-member-expression-to-functions" "^7.0.0" + "@babel/helper-optimise-call-expression" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-replace-supers" "^7.1.0" + "@babel/plugin-syntax-class-properties" "^7.0.0" + +"@babel/plugin-proposal-export-default-from@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.0.0.tgz#a057bbfd4649facfe39f33a537e18554bdd2b5da" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-export-default-from" "^7.0.0" + +"@babel/plugin-proposal-nullish-coalescing-operator@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.0.0.tgz#b72ec31adf612d062dc0348316246127a451e45f" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0" + +"@babel/plugin-proposal-object-rest-spread@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0.tgz#9a17b547f64d0676b6c9cecd4edf74a82ab85e7e" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-object-rest-spread" "^7.0.0" + +"@babel/plugin-proposal-optional-catch-binding@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0.tgz#b610d928fe551ff7117d42c8bb410eec312a6425" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-optional-catch-binding" "^7.0.0" + +"@babel/plugin-proposal-optional-chaining@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.0.0.tgz#3d344d4152253379b8758e7d041148e8787c4a9d" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-optional-chaining" "^7.0.0" + +"@babel/plugin-syntax-class-properties@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.0.0.tgz#e051af5d300cbfbcec4a7476e37a803489881634" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-dynamic-import@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0.tgz#6dfb7d8b6c3be14ce952962f658f3b7eb54c33ee" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-export-default-from@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.0.0.tgz#084b639bce3d42f3c5bf3f68ccb42220bb2d729d" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-flow@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0.tgz#70638aeaad9ee426bc532e51523cff8ff02f6f17" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-jsx@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0.tgz#034d5e2b4e14ccaea2e4c137af7e4afb39375ffd" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-nullish-coalescing-operator@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.0.0.tgz#b60931d5a15da82625fff6657c39419969598743" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-object-rest-spread@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0.tgz#37d8fbcaf216bd658ea1aebbeb8b75e88ebc549b" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-optional-catch-binding@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0.tgz#886f72008b3a8b185977f7cb70713b45e51ee475" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-optional-chaining@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.0.0.tgz#1e6ecba124310b5d3a8fc1e00d50b1c4c2e05e68" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-syntax-typescript@^7.0.0": + version "7.1.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.1.5.tgz#956a1f43dec8a9d6b36221f5c865335555fdcb98" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-arrow-functions@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0.tgz#a6c14875848c68a3b4b3163a486535ef25c7e749" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-async-to-generator@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.1.0.tgz#109e036496c51dd65857e16acab3bafdf3c57811" + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-remap-async-to-generator" "^7.1.0" + +"@babel/plugin-transform-block-scoped-functions@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0.tgz#482b3f75103927e37288b3b67b65f848e2aa0d07" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-block-scoping@^7.0.0": + version "7.1.5" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz#3e8e0bc9a5104519923302a24f748f72f2f61f37" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + lodash "^4.17.10" + +"@babel/plugin-transform-classes@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.1.0.tgz#ab3f8a564361800cbc8ab1ca6f21108038432249" + dependencies: + "@babel/helper-annotate-as-pure" "^7.0.0" + "@babel/helper-define-map" "^7.1.0" + "@babel/helper-function-name" "^7.1.0" + "@babel/helper-optimise-call-expression" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-replace-supers" "^7.1.0" + "@babel/helper-split-export-declaration" "^7.0.0" + globals "^11.1.0" + +"@babel/plugin-transform-computed-properties@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0.tgz#2fbb8900cd3e8258f2a2ede909b90e7556185e31" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-destructuring@^7.0.0": + version "7.1.3" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.1.3.tgz#e69ff50ca01fac6cb72863c544e516c2b193012f" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-exponentiation-operator@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.1.0.tgz#9c34c2ee7fd77e02779cfa37e403a2e1003ccc73" + dependencies: + "@babel/helper-builder-binary-assignment-operator-visitor" "^7.1.0" + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-flow-strip-types@^7.0.0": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.1.6.tgz#4b7be62604d39e63cfe23b1d00d63e9fb7e763ba" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-flow" "^7.0.0" + +"@babel/plugin-transform-for-of@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0.tgz#f2ba4eadb83bd17dc3c7e9b30f4707365e1c3e39" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-function-name@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.1.0.tgz#29c5550d5c46208e7f730516d41eeddd4affadbb" + dependencies: + "@babel/helper-function-name" "^7.1.0" + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-literals@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0.tgz#2aec1d29cdd24c407359c930cdd89e914ee8ff86" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-member-expression-literals@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.0.0.tgz#96a265bf61a9ed6f75c39db0c30d41ef7aabf072" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-modules-commonjs@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.1.0.tgz#0a9d86451cbbfb29bd15186306897c67f6f9a05c" + dependencies: + "@babel/helper-module-transforms" "^7.1.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-simple-access" "^7.1.0" + +"@babel/plugin-transform-object-assign@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-assign/-/plugin-transform-object-assign-7.0.0.tgz#fca6d7500d9675c42868b8f3882979201b9a5ad8" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-object-super@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.1.0.tgz#b1ae194a054b826d8d4ba7ca91486d4ada0f91bb" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-replace-supers" "^7.1.0" + +"@babel/plugin-transform-parameters@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.1.0.tgz#44f492f9d618c9124026e62301c296bf606a7aed" + dependencies: + "@babel/helper-call-delegate" "^7.1.0" + "@babel/helper-get-function-arity" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-property-literals@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.0.0.tgz#0b95a91dbd1f0be5b5a99ed86571ef5b5ae77009" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-react-display-name@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.0.0.tgz#93759e6c023782e52c2da3b75eca60d4f10533ee" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-react-jsx-source@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.0.0.tgz#28e00584f9598c0dd279f6280eee213fa0121c3c" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.0.0" + +"@babel/plugin-transform-react-jsx@^7.0.0": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.1.6.tgz#e6188e7d2a2dcd2796d45a87f8b0a8c906f57d1a" + dependencies: + "@babel/helper-builder-react-jsx" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.0.0" + +"@babel/plugin-transform-regenerator@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0.tgz#5b41686b4ed40bef874d7ed6a84bdd849c13e0c1" + dependencies: + regenerator-transform "^0.13.3" + +"@babel/plugin-transform-runtime@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.1.0.tgz#9f76920d42551bb577e2dc594df229b5f7624b63" + dependencies: + "@babel/helper-module-imports" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + resolve "^1.8.1" + semver "^5.5.1" + +"@babel/plugin-transform-shorthand-properties@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0.tgz#85f8af592dcc07647541a0350e8c95c7bf419d15" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-spread@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0.tgz#93583ce48dd8c85e53f3a46056c856e4af30b49b" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-sticky-regex@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0.tgz#30a9d64ac2ab46eec087b8530535becd90e73366" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-regex" "^7.0.0" + +"@babel/plugin-transform-template-literals@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0.tgz#084f1952efe5b153ddae69eb8945f882c7a97c65" + dependencies: + "@babel/helper-annotate-as-pure" "^7.0.0" + "@babel/helper-plugin-utils" "^7.0.0" + +"@babel/plugin-transform-typescript@^7.0.0": + version "7.1.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.1.0.tgz#81e7b4be90e7317cbd04bf1163ebf06b2adee60b" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/plugin-syntax-typescript" "^7.0.0" + +"@babel/plugin-transform-unicode-regex@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0.tgz#c6780e5b1863a76fe792d90eded9fcd5b51d68fc" + dependencies: + "@babel/helper-plugin-utils" "^7.0.0" + "@babel/helper-regex" "^7.0.0" + regexpu-core "^4.1.3" + +"@babel/register@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.0.0.tgz#fa634bae1bfa429f60615b754fc1f1d745edd827" + dependencies: + core-js "^2.5.7" + find-cache-dir "^1.0.0" + home-or-tmp "^3.0.0" + lodash "^4.17.10" + mkdirp "^0.5.1" + pirates "^4.0.0" + source-map-support "^0.5.9" + +"@babel/runtime@^7.0.0": + version "7.1.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.1.5.tgz#4170907641cf1f61508f563ece3725150cc6fe39" + dependencies: + regenerator-runtime "^0.12.0" + +"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.1.2": + version "7.1.2" + resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.2.tgz#090484a574fef5a2d2d7726a674eceda5c5b5644" + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/parser" "^7.1.2" + "@babel/types" "^7.1.2" + +"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.1.6": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.6.tgz#c8db9963ab4ce5b894222435482bd8ea854b7b5c" + dependencies: + "@babel/code-frame" "^7.0.0" + "@babel/generator" "^7.1.6" + "@babel/helper-function-name" "^7.1.0" + "@babel/helper-split-export-declaration" "^7.0.0" + "@babel/parser" "^7.1.6" + "@babel/types" "^7.1.6" + debug "^4.1.0" + globals "^11.1.0" + lodash "^4.17.10" + +"@babel/types@^7.0.0", "@babel/types@^7.1.2", "@babel/types@^7.1.5", "@babel/types@^7.1.6": + version "7.1.6" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.1.6.tgz#0adb330c3a281348a190263aceb540e10f04bcce" + dependencies: + esutils "^2.0.2" + lodash "^4.17.10" + to-fast-properties "^2.0.0" + +abab@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.0.tgz#aba0ab4c5eee2d4c79d3487d85450fb2376ebb0f" + +abbrev@1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + +absolute-path@^0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/absolute-path/-/absolute-path-0.0.0.tgz#a78762fbdadfb5297be99b15d35a785b2f095bf7" + +accepts@~1.3.3, accepts@~1.3.5: + version "1.3.5" + resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.5.tgz#eb777df6011723a3b14e8a72c0805c8e86746bd2" + dependencies: + mime-types "~2.1.18" + negotiator "0.6.1" + +acorn-globals@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/acorn-globals/-/acorn-globals-4.3.0.tgz#e3b6f8da3c1552a95ae627571f7dd6923bb54103" + dependencies: + acorn "^6.0.1" + acorn-walk "^6.0.1" + +acorn-walk@^6.0.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913" + +acorn@^5.5.3: + version "5.7.3" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" + +acorn@^6.0.1: + version "6.0.4" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754" + +ajv@^6.5.5: + version "6.5.5" + resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.5.tgz#cf97cdade71c6399a92c6d6c4177381291b781a1" + dependencies: + fast-deep-equal "^2.0.1" + fast-json-stable-stringify "^2.0.0" + json-schema-traverse "^0.4.1" + uri-js "^4.2.2" + +ansi-colors@^1.0.1: + version "1.1.0" + resolved "http://registry.npmjs.org/ansi-colors/-/ansi-colors-1.1.0.tgz#6374b4dd5d4718ff3ce27a671a3b1cad077132a9" + dependencies: + ansi-wrap "^0.1.0" + +ansi-cyan@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-cyan/-/ansi-cyan-0.1.1.tgz#538ae528af8982f28ae30d86f2f17456d2609873" + dependencies: + ansi-wrap "0.1.0" + +ansi-escapes@^3.0.0: + version "3.1.0" + resolved "http://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30" + +ansi-gray@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-gray/-/ansi-gray-0.1.1.tgz#2962cf54ec9792c48510a3deb524436861ef7251" + dependencies: + ansi-wrap "0.1.0" + +ansi-red@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/ansi-red/-/ansi-red-0.1.1.tgz#8c638f9d1080800a353c9c28c8a81ca4705d946c" + dependencies: + ansi-wrap "0.1.0" + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + +ansi-styles@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" + +ansi-styles@^3.2.0, ansi-styles@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + dependencies: + color-convert "^1.9.0" + +ansi-wrap@0.1.0, ansi-wrap@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/ansi-wrap/-/ansi-wrap-0.1.0.tgz#a82250ddb0015e9a27ca82e82ea603bbfa45efaf" + +ansi@^0.3.0, ansi@~0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/ansi/-/ansi-0.3.1.tgz#0c42d4fb17160d5a9af1e484bace1c66922c1b21" + +anymatch@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" + dependencies: + micromatch "^3.1.4" + normalize-path "^2.1.1" + +append-transform@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991" + dependencies: + default-require-extensions "^1.0.0" + +aproba@^1.0.3: + version "1.2.0" + resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" + +are-we-there-yet@~1.1.2: + version "1.1.5" + resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz#4b35c2944f062a8bfcda66410760350fe9ddfc21" + dependencies: + delegates "^1.0.0" + readable-stream "^2.0.6" + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + dependencies: + sprintf-js "~1.0.2" + +arr-diff@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-1.1.0.tgz#687c32758163588fef7de7b36fabe495eb1a399a" + dependencies: + arr-flatten "^1.0.1" + array-slice "^0.2.3" + +arr-diff@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" + dependencies: + arr-flatten "^1.0.1" + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + +arr-flatten@^1.0.1, arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + +arr-union@^2.0.1: + version "2.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-2.1.0.tgz#20f9eab5ec70f5c7d215b1077b1c39161d292c7d" + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + +array-equal@^1.0.0: + version "1.0.0" + resolved "http://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz#8c2a5ef2472fd9ea742b04c77a75093ba2757c93" + +array-filter@~0.0.0: + version "0.0.1" + resolved "https://registry.yarnpkg.com/array-filter/-/array-filter-0.0.1.tgz#7da8cf2e26628ed732803581fd21f67cacd2eeec" + +array-map@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/array-map/-/array-map-0.0.0.tgz#88a2bab73d1cf7bcd5c1b118a003f66f665fa662" + +array-reduce@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/array-reduce/-/array-reduce-0.0.0.tgz#173899d3ffd1c7d9383e4479525dbe278cab5f2b" + +array-slice@^0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/array-slice/-/array-slice-0.2.3.tgz#dd3cfb80ed7973a75117cdac69b0b99ec86186f5" + +array-unique@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + +arrify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" + +art@^0.10.0: + version "0.10.3" + resolved "https://registry.yarnpkg.com/art/-/art-0.10.3.tgz#b01d84a968ccce6208df55a733838c96caeeaea2" + +asap@~2.0.3: + version "2.0.6" + resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" + +asn1@~0.2.3: + version "0.2.4" + resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.4.tgz#8d2475dfab553bb33e77b54e59e880bb8ce23136" + dependencies: + safer-buffer "~2.1.0" + +assert-plus@1.0.0, assert-plus@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525" + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + +astral-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9" + +async-limiter@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8" + +async@^2.1.4, async@^2.4.0, async@^2.5.0: + version "2.6.1" + resolved "https://registry.yarnpkg.com/async/-/async-2.6.1.tgz#b245a23ca71930044ec53fa46aa00a3e87c6a610" + dependencies: + lodash "^4.17.10" + +asynckit@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + +atob@^2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + +aws-sign2@~0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8" + +aws4@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f" + +babel-code-frame@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" + dependencies: + chalk "^1.1.3" + esutils "^2.0.2" + js-tokens "^3.0.2" + +babel-core@^6.0.0, babel-core@^6.26.0: + version "6.26.3" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" + dependencies: + babel-code-frame "^6.26.0" + babel-generator "^6.26.0" + babel-helpers "^6.24.1" + babel-messages "^6.23.0" + babel-register "^6.26.0" + babel-runtime "^6.26.0" + babel-template "^6.26.0" + babel-traverse "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + convert-source-map "^1.5.1" + debug "^2.6.9" + json5 "^0.5.1" + lodash "^4.17.4" + minimatch "^3.0.4" + path-is-absolute "^1.0.1" + private "^0.1.8" + slash "^1.0.0" + source-map "^0.5.7" + +babel-generator@^6.18.0, babel-generator@^6.26.0: + version "6.26.1" + resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" + dependencies: + babel-messages "^6.23.0" + babel-runtime "^6.26.0" + babel-types "^6.26.0" + detect-indent "^4.0.0" + jsesc "^1.3.0" + lodash "^4.17.4" + source-map "^0.5.7" + trim-right "^1.0.1" + +babel-helpers@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" + dependencies: + babel-runtime "^6.22.0" + babel-template "^6.24.1" + +babel-jest@23.6.0, babel-jest@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-23.6.0.tgz#a644232366557a2240a0c083da6b25786185a2f1" + dependencies: + babel-plugin-istanbul "^4.1.6" + babel-preset-jest "^23.2.0" + +babel-messages@^6.23.0: + version "6.23.0" + resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-istanbul@^4.1.6: + version "4.1.6" + resolved "http://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz#36c59b2192efce81c5b378321b74175add1c9a45" + dependencies: + babel-plugin-syntax-object-rest-spread "^6.13.0" + find-up "^2.1.0" + istanbul-lib-instrument "^1.10.1" + test-exclude "^4.2.1" + +babel-plugin-jest-hoist@^23.2.0: + version "23.2.0" + resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167" + +babel-plugin-syntax-object-rest-spread@^6.13.0: + version "6.13.0" + resolved "http://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5" + +babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0: + version "7.0.0-beta.0" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf" + +babel-preset-fbjs@^3.0.0, babel-preset-fbjs@^3.0.1: + version "3.1.0" + resolved "https://registry.yarnpkg.com/babel-preset-fbjs/-/babel-preset-fbjs-3.1.0.tgz#6d1438207369d96384d09257b01602dd0dda6608" + dependencies: + "@babel/plugin-proposal-class-properties" "^7.0.0" + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" + "@babel/plugin-syntax-class-properties" "^7.0.0" + "@babel/plugin-syntax-flow" "^7.0.0" + "@babel/plugin-syntax-jsx" "^7.0.0" + "@babel/plugin-syntax-object-rest-spread" "^7.0.0" + "@babel/plugin-transform-arrow-functions" "^7.0.0" + "@babel/plugin-transform-block-scoped-functions" "^7.0.0" + "@babel/plugin-transform-block-scoping" "^7.0.0" + "@babel/plugin-transform-classes" "^7.0.0" + "@babel/plugin-transform-computed-properties" "^7.0.0" + "@babel/plugin-transform-destructuring" "^7.0.0" + "@babel/plugin-transform-flow-strip-types" "^7.0.0" + "@babel/plugin-transform-for-of" "^7.0.0" + "@babel/plugin-transform-function-name" "^7.0.0" + "@babel/plugin-transform-literals" "^7.0.0" + "@babel/plugin-transform-member-expression-literals" "^7.0.0" + "@babel/plugin-transform-modules-commonjs" "^7.0.0" + "@babel/plugin-transform-object-super" "^7.0.0" + "@babel/plugin-transform-parameters" "^7.0.0" + "@babel/plugin-transform-property-literals" "^7.0.0" + "@babel/plugin-transform-react-display-name" "^7.0.0" + "@babel/plugin-transform-react-jsx" "^7.0.0" + "@babel/plugin-transform-shorthand-properties" "^7.0.0" + "@babel/plugin-transform-spread" "^7.0.0" + "@babel/plugin-transform-template-literals" "^7.0.0" + babel-plugin-syntax-trailing-function-commas "^7.0.0-beta.0" + +babel-preset-jest@^23.2.0: + version "23.2.0" + resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-23.2.0.tgz#8ec7a03a138f001a1a8fb1e8113652bf1a55da46" + dependencies: + babel-plugin-jest-hoist "^23.2.0" + babel-plugin-syntax-object-rest-spread "^6.13.0" + +babel-register@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" + dependencies: + babel-core "^6.26.0" + babel-runtime "^6.26.0" + core-js "^2.5.0" + home-or-tmp "^2.0.0" + lodash "^4.17.4" + mkdirp "^0.5.1" + source-map-support "^0.4.15" + +babel-runtime@^6.22.0, babel-runtime@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" + dependencies: + core-js "^2.4.0" + regenerator-runtime "^0.11.0" + +babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" + dependencies: + babel-runtime "^6.26.0" + babel-traverse "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + lodash "^4.17.4" + +babel-traverse@^6.0.0, babel-traverse@^6.18.0, babel-traverse@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" + dependencies: + babel-code-frame "^6.26.0" + babel-messages "^6.23.0" + babel-runtime "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + debug "^2.6.8" + globals "^9.18.0" + invariant "^2.2.2" + lodash "^4.17.4" + +babel-types@^6.0.0, babel-types@^6.18.0, babel-types@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" + dependencies: + babel-runtime "^6.26.0" + esutils "^2.0.2" + lodash "^4.17.4" + to-fast-properties "^1.0.3" + +babylon@^6.18.0: + version "6.18.0" + resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + +base64-js@1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.1.2.tgz#d6400cac1c4c660976d90d07a04351d89395f5e8" + +base64-js@^1.1.2, base64-js@^1.2.3: + version "1.3.0" + resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3" + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +basic-auth@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/basic-auth/-/basic-auth-2.0.1.tgz#b998279bf47ce38344b4f3cf916d4679bbf51e3a" + dependencies: + safe-buffer "5.1.2" + +bcrypt-pbkdf@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e" + dependencies: + tweetnacl "^0.14.3" + +big-integer@^1.6.7: + version "1.6.36" + resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.36.tgz#78631076265d4ae3555c04f85e7d9d2f3a071a36" + +bplist-creator@0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.0.7.tgz#37df1536092824b87c42f957b01344117372ae45" + dependencies: + stream-buffers "~2.2.0" + +bplist-parser@0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.1.1.tgz#d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6" + dependencies: + big-integer "^1.6.7" + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^1.8.2: + version "1.8.5" + resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" + dependencies: + expand-range "^1.8.1" + preserve "^0.2.0" + repeat-element "^1.1.2" + +braces@^2.3.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +browser-process-hrtime@^0.1.2: + version "0.1.3" + resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4" + +browser-resolve@^1.11.3: + version "1.11.3" + resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6" + dependencies: + resolve "1.1.7" + +bser@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/bser/-/bser-2.0.0.tgz#9ac78d3ed5d915804fd87acb158bc797147a1719" + dependencies: + node-int64 "^0.4.0" + +buffer-crc32@^0.2.13: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + +buffer-from@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" + +builtin-modules@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" + +bytes@3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +caller-callsite@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-callsite/-/caller-callsite-2.0.0.tgz#847e0fce0a223750a9a027c54b33731ad3154134" + dependencies: + callsites "^2.0.0" + +caller-path@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4" + dependencies: + caller-callsite "^2.0.0" + +callsites@^2.0.0: + version "2.0.0" + resolved "http://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50" + +camelcase@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" + +capture-exit@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/capture-exit/-/capture-exit-1.2.0.tgz#1c5fcc489fd0ab00d4f1ac7ae1072e3173fbab6f" + dependencies: + rsvp "^3.3.3" + +caseless@~0.12.0: + version "0.12.0" + resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc" + +chalk@^1.1.1, chalk@^1.1.3: + version "1.1.3" + resolved "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" + dependencies: + ansi-styles "^2.2.1" + escape-string-regexp "^1.0.2" + has-ansi "^2.0.0" + strip-ansi "^3.0.0" + supports-color "^2.0.0" + +chalk@^2.0.0, chalk@^2.0.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e" + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chardet@^0.4.0: + version "0.4.2" + resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2" + +chownr@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" + +ci-info@^1.5.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.6.0.tgz#2ca20dbb9ceb32d4524a683303313f0304b1e497" + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +cli-cursor@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" + dependencies: + restore-cursor "^2.0.0" + +cli-width@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-2.2.0.tgz#ff19ede8a9a5e579324147b0c11f0fbcbabed639" + +cliui@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + wrap-ansi "^2.0.0" + +cliui@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49" + dependencies: + string-width "^2.1.1" + strip-ansi "^4.0.0" + wrap-ansi "^2.0.0" + +co@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184" + +code-point-at@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + dependencies: + color-name "1.1.3" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + +color-support@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + +combined-stream@^1.0.6, combined-stream@~1.0.6: + version "1.0.7" + resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.7.tgz#2d1d24317afb8abe95d6d2c0b07b57813539d828" + dependencies: + delayed-stream "~1.0.0" + +commander@^2.9.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" + +commander@~2.14.1: + version "2.14.1" + resolved "http://registry.npmjs.org/commander/-/commander-2.14.1.tgz#2235123e37af8ca3c65df45b026dbd357b01b9aa" + +commander@~2.17.1: + version "2.17.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf" + +commondir@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b" + +component-emitter@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.2.1.tgz#137918d6d78283f7df7a6b7c5a63e140e69425e6" + +compressible@~2.0.14: + version "2.0.15" + resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.15.tgz#857a9ab0a7e5a07d8d837ed43fe2defff64fe212" + dependencies: + mime-db ">= 1.36.0 < 2" + +compression@^1.7.1: + version "1.7.3" + resolved "https://registry.yarnpkg.com/compression/-/compression-1.7.3.tgz#27e0e176aaf260f7f2c2813c3e440adb9f1993db" + dependencies: + accepts "~1.3.5" + bytes "3.0.0" + compressible "~2.0.14" + debug "2.6.9" + on-headers "~1.0.1" + safe-buffer "5.1.2" + vary "~1.1.2" + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + +concat-stream@^1.6.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" + dependencies: + buffer-from "^1.0.0" + inherits "^2.0.3" + readable-stream "^2.2.2" + typedarray "^0.0.6" + +connect@^3.6.5: + version "3.6.6" + resolved "https://registry.yarnpkg.com/connect/-/connect-3.6.6.tgz#09eff6c55af7236e137135a72574858b6786f524" + dependencies: + debug "2.6.9" + finalhandler "1.1.0" + parseurl "~1.3.2" + utils-merge "1.0.1" + +console-control-strings@^1.0.0, console-control-strings@~1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + +convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.5.1: + version "1.6.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20" + dependencies: + safe-buffer "~5.1.1" + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + +core-js@^1.0.0: + version "1.2.7" + resolved "http://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" + +core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.5.7: + version "2.5.7" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e" + +core-util-is@1.0.2, core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + +cosmiconfig@^5.0.5: + version "5.0.7" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04" + dependencies: + import-fresh "^2.0.0" + is-directory "^0.3.1" + js-yaml "^3.9.0" + parse-json "^4.0.0" + +create-react-class@^15.6.3: + version "15.6.3" + resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.6.3.tgz#2d73237fb3f970ae6ebe011a9e66f46dbca80036" + dependencies: + fbjs "^0.8.9" + loose-envify "^1.3.1" + object-assign "^4.1.1" + +cross-spawn@^5.0.1, cross-spawn@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + +cross-spawn@^6.0.0: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" + dependencies: + nice-try "^1.0.4" + path-key "^2.0.1" + semver "^5.5.0" + shebang-command "^1.2.0" + which "^1.2.9" + +cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0": + version "0.3.4" + resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.4.tgz#8cd52e8a3acfd68d3aed38ee0a640177d2f9d797" + +cssstyle@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/cssstyle/-/cssstyle-1.1.1.tgz#18b038a9c44d65f7a8e428a653b9f6fe42faf5fb" + dependencies: + cssom "0.3.x" + +dashdash@^1.12.0: + version "1.14.1" + resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0" + dependencies: + assert-plus "^1.0.0" + +data-urls@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/data-urls/-/data-urls-1.1.0.tgz#15ee0582baa5e22bb59c77140da8f9c76963bbfe" + dependencies: + abab "^2.0.0" + whatwg-mimetype "^2.2.0" + whatwg-url "^7.0.0" + +debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + dependencies: + ms "2.0.0" + +debug@^3.1.0: + version "3.2.6" + resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" + dependencies: + ms "^2.1.1" + +debug@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.0.tgz#373687bffa678b38b1cd91f861b63850035ddc87" + dependencies: + ms "^2.1.1" + +decamelize@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + +deep-extend@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz#c4fa7c95404a17a9c3e8ca7e1537312b736330ac" + +deep-is@~0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" + +default-require-extensions@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8" + dependencies: + strip-bom "^2.0.0" + +define-properties@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + dependencies: + object-keys "^1.0.12" + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + +delegates@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + +denodeify@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/denodeify/-/denodeify-1.2.1.tgz#3a36287f5034e699e7577901052c2e6c94251631" + +depd@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" + +destroy@~1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80" + +detect-indent@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" + dependencies: + repeating "^2.0.0" + +detect-libc@^1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-1.0.3.tgz#fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b" + +detect-newline@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-2.1.0.tgz#f41f1c10be4b00e87b5f13da680759f2c5bfd3e2" + +diff@^3.2.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12" + +dom-walk@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/dom-walk/-/dom-walk-0.1.1.tgz#672226dc74c8f799ad35307df936aba11acd6018" + +domexception@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.1.tgz#937442644ca6a31261ef36e3ec677fe805582c90" + dependencies: + webidl-conversions "^4.0.2" + +ecc-jsbn@~0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9" + dependencies: + jsbn "~0.1.0" + safer-buffer "^2.1.0" + +ee-first@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + +encodeurl@~1.0.1, encodeurl@~1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + +encoding@^0.1.11: + version "0.1.12" + resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb" + dependencies: + iconv-lite "~0.4.13" + +end-of-stream@^1.1.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" + dependencies: + once "^1.4.0" + +envinfo@^5.7.0: + version "5.12.1" + resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-5.12.1.tgz#83068c33e0972eb657d6bc69a6df30badefb46ef" + +error-ex@^1.2.0, error-ex@^1.3.1: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + dependencies: + is-arrayish "^0.2.1" + +errorhandler@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/errorhandler/-/errorhandler-1.5.0.tgz#eaba64ca5d542a311ac945f582defc336165d9f4" + dependencies: + accepts "~1.3.3" + escape-html "~1.0.3" + +es-abstract@^1.5.1: + version "1.12.0" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165" + dependencies: + es-to-primitive "^1.1.1" + function-bind "^1.1.1" + has "^1.0.1" + is-callable "^1.1.3" + is-regex "^1.0.4" + +es-to-primitive@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +escape-html@~1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + +escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + +escodegen@^1.9.1: + version "1.11.0" + resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.11.0.tgz#b27a9389481d5bfd5bec76f7bb1eb3f8f4556589" + dependencies: + esprima "^3.1.3" + estraverse "^4.2.0" + esutils "^2.0.2" + optionator "^0.8.1" + optionalDependencies: + source-map "~0.6.1" + +esprima@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633" + +esprima@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + +estraverse@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.2.0.tgz#0dee3fed31fcd469618ce7342099fc1afa0bdb13" + +esutils@^2.0.0, esutils@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b" + +etag@~1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + +event-target-shim@^1.0.5: + version "1.1.1" + resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-1.1.1.tgz#a86e5ee6bdaa16054475da797ccddf0c55698491" + +eventemitter3@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-3.1.0.tgz#090b4d6cdbd645ed10bf750d4b5407942d7ba163" + +exec-sh@^0.2.0: + version "0.2.2" + resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.2.2.tgz#2a5e7ffcbd7d0ba2755bdecb16e5a427dfbdec36" + dependencies: + merge "^1.2.0" + +execa@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +execa@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" + dependencies: + cross-spawn "^6.0.0" + get-stream "^4.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + +exit@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" + +expand-brackets@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" + dependencies: + is-posix-bracket "^0.1.0" + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +expand-range@^1.8.1: + version "1.8.2" + resolved "http://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" + dependencies: + fill-range "^2.1.0" + +expect@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/expect/-/expect-23.6.0.tgz#1e0c8d3ba9a581c87bd71fb9bc8862d443425f98" + dependencies: + ansi-styles "^3.2.0" + jest-diff "^23.6.0" + jest-get-type "^22.1.0" + jest-matcher-utils "^23.6.0" + jest-message-util "^23.4.0" + jest-regex-util "^23.3.0" + +extend-shallow@^1.1.2: + version "1.1.4" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-1.1.4.tgz#19d6bf94dfc09d76ba711f39b872d21ff4dd9071" + dependencies: + kind-of "^1.1.0" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extend@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + +external-editor@^2.0.4: + version "2.2.0" + resolved "http://registry.npmjs.org/external-editor/-/external-editor-2.2.0.tgz#045511cfd8d133f3846673d1047c154e214ad3d5" + dependencies: + chardet "^0.4.0" + iconv-lite "^0.4.17" + tmp "^0.0.33" + +extglob@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" + dependencies: + is-extglob "^1.0.0" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +extsprintf@1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05" + +extsprintf@^1.2.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" + +fancy-log@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/fancy-log/-/fancy-log-1.3.2.tgz#f41125e3d84f2e7d89a43d06d958c8f78be16be1" + dependencies: + ansi-gray "^0.1.1" + color-support "^1.1.3" + time-stamp "^1.0.0" + +fast-deep-equal@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49" + +fast-json-stable-stringify@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz#d5142c0caee6b1189f87d3a76111064f86c8bbf2" + +fast-levenshtein@~2.0.4: + version "2.0.6" + resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + +fb-watchman@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58" + dependencies: + bser "^2.0.0" + +fbjs-css-vars@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.1.tgz#836d876e887d702f45610f5ebd2fbeef649527fc" + +fbjs-scripts@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/fbjs-scripts/-/fbjs-scripts-1.0.1.tgz#7d8d09d76e83308bf3b1fc7b4c9c6fd081c5ef64" + dependencies: + "@babel/core" "^7.0.0" + ansi-colors "^1.0.1" + babel-preset-fbjs "^3.0.0" + core-js "^2.4.1" + cross-spawn "^5.1.0" + fancy-log "^1.3.2" + object-assign "^4.0.1" + plugin-error "^0.1.2" + semver "^5.1.0" + through2 "^2.0.0" + +fbjs@^0.8.9: + version "0.8.17" + resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd" + dependencies: + core-js "^1.0.0" + isomorphic-fetch "^2.1.1" + loose-envify "^1.0.0" + object-assign "^4.1.0" + promise "^7.1.1" + setimmediate "^1.0.5" + ua-parser-js "^0.7.18" + +fbjs@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-1.0.0.tgz#52c215e0883a3c86af2a7a776ed51525ae8e0a5a" + dependencies: + core-js "^2.4.1" + fbjs-css-vars "^1.0.0" + isomorphic-fetch "^2.1.1" + loose-envify "^1.0.0" + object-assign "^4.1.0" + promise "^7.1.1" + setimmediate "^1.0.5" + ua-parser-js "^0.7.18" + +figures@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962" + dependencies: + escape-string-regexp "^1.0.5" + +filename-regex@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" + +fileset@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0" + dependencies: + glob "^7.0.3" + minimatch "^3.0.3" + +fill-range@^2.1.0: + version "2.2.4" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565" + dependencies: + is-number "^2.1.0" + isobject "^2.0.0" + randomatic "^3.0.0" + repeat-element "^1.1.2" + repeat-string "^1.5.2" + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +finalhandler@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.0.tgz#ce0b6855b45853e791b2fcc680046d88253dd7f5" + dependencies: + debug "2.6.9" + encodeurl "~1.0.1" + escape-html "~1.0.3" + on-finished "~2.3.0" + parseurl "~1.3.2" + statuses "~1.3.1" + unpipe "~1.0.0" + +find-cache-dir@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f" + dependencies: + commondir "^1.0.1" + make-dir "^1.0.0" + pkg-dir "^2.0.0" + +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + +find-up@^2.0.0, find-up@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" + dependencies: + locate-path "^2.0.0" + +for-in@^1.0.1, for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + +for-own@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" + dependencies: + for-in "^1.0.1" + +forever-agent@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91" + +form-data@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6" + dependencies: + asynckit "^0.4.0" + combined-stream "^1.0.6" + mime-types "^2.1.12" + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + dependencies: + map-cache "^0.2.2" + +fresh@0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + +fs-extra@^1.0.0: + version "1.0.0" + resolved "http://registry.npmjs.org/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950" + dependencies: + graceful-fs "^4.1.2" + jsonfile "^2.1.0" + klaw "^1.0.0" + +fs-minipass@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.5.tgz#06c277218454ec288df77ada54a03b8702aacb9d" + dependencies: + minipass "^2.2.1" + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + +fsevents@^1.2.3: + version "1.2.4" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.4.tgz#f41dcb1af2582af3692da36fc55cbd8e1041c426" + dependencies: + nan "^2.9.2" + node-pre-gyp "^0.10.0" + +function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + +gauge@~1.2.5: + version "1.2.7" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-1.2.7.tgz#e9cec5483d3d4ee0ef44b60a7d99e4935e136d93" + dependencies: + ansi "^0.3.0" + has-unicode "^2.0.0" + lodash.pad "^4.1.0" + lodash.padend "^4.1.0" + lodash.padstart "^4.1.0" + +gauge@~2.7.3: + version "2.7.4" + resolved "https://registry.yarnpkg.com/gauge/-/gauge-2.7.4.tgz#2c03405c7538c39d7eb37b317022e325fb018bf7" + dependencies: + aproba "^1.0.3" + console-control-strings "^1.0.0" + has-unicode "^2.0.0" + object-assign "^4.1.0" + signal-exit "^3.0.0" + string-width "^1.0.1" + strip-ansi "^3.0.1" + wide-align "^1.1.0" + +get-caller-file@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" + +get-stream@^3.0.0: + version "3.0.0" + resolved "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + +get-stream@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" + dependencies: + pump "^3.0.0" + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + +getpass@^0.1.1: + version "0.1.7" + resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa" + dependencies: + assert-plus "^1.0.0" + +glob-base@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" + dependencies: + glob-parent "^2.0.0" + is-glob "^2.0.0" + +glob-parent@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" + dependencies: + is-glob "^2.0.0" + +glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2: + version "7.1.3" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +global@^4.3.0: + version "4.3.2" + resolved "https://registry.yarnpkg.com/global/-/global-4.3.2.tgz#e76989268a6c74c38908b1305b10fc0e394e9d0f" + dependencies: + min-document "^2.19.0" + process "~0.5.1" + +globals@^11.1.0: + version "11.9.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-11.9.0.tgz#bde236808e987f290768a93d065060d78e6ab249" + +globals@^9.18.0: + version "9.18.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" + +graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6, graceful-fs@^4.1.9: + version "4.1.15" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" + +growly@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" + +handlebars@^4.0.3: + version "4.0.12" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5" + dependencies: + async "^2.5.0" + optimist "^0.6.1" + source-map "^0.6.1" + optionalDependencies: + uglify-js "^3.1.4" + +har-schema@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" + +har-validator@~5.1.0: + version "5.1.3" + resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.3.tgz#1ef89ebd3e4996557675eed9893110dc350fa080" + dependencies: + ajv "^6.5.5" + har-schema "^2.0.0" + +has-ansi@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" + dependencies: + ansi-regex "^2.0.0" + +has-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" + +has-flag@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + +has-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" + +has-unicode@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +has@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + dependencies: + function-bind "^1.1.1" + +home-or-tmp@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.1" + +home-or-tmp@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-3.0.0.tgz#57a8fe24cf33cdd524860a15821ddc25c86671fb" + +hosted-git-info@^2.1.4: + version "2.7.1" + resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" + +html-encoding-sniffer@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/html-encoding-sniffer/-/html-encoding-sniffer-1.0.2.tgz#e70d84b94da53aa375e11fe3a351be6642ca46f8" + dependencies: + whatwg-encoding "^1.0.1" + +http-errors@~1.6.2: + version "1.6.3" + resolved "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" + dependencies: + depd "~1.1.2" + inherits "2.0.3" + setprototypeof "1.1.0" + statuses ">= 1.4.0 < 2" + +http-signature@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1" + dependencies: + assert-plus "^1.0.0" + jsprim "^1.2.2" + sshpk "^1.7.0" + +iconv-lite@0.4.24, iconv-lite@^0.4.17, iconv-lite@^0.4.4, iconv-lite@~0.4.13: + version "0.4.24" + resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + dependencies: + safer-buffer ">= 2.1.2 < 3" + +ignore-walk@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" + dependencies: + minimatch "^3.0.4" + +image-size@^0.6.0: + version "0.6.3" + resolved "https://registry.yarnpkg.com/image-size/-/image-size-0.6.3.tgz#e7e5c65bb534bd7cdcedd6cb5166272a85f75fb2" + +import-fresh@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-2.0.0.tgz#d81355c15612d386c61f9ddd3922d4304822a546" + dependencies: + caller-path "^2.0.0" + resolve-from "^3.0.0" + +import-local@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/import-local/-/import-local-1.0.0.tgz#5e4ffdc03f4fe6c009c6729beb29631c2f8227bc" + dependencies: + pkg-dir "^2.0.0" + resolve-cwd "^2.0.0" + +imurmurhash@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@2.0.3, inherits@^2.0.3, inherits@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de" + +ini@~1.3.0: + version "1.3.5" + resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" + +inquirer@^3.0.6: + version "3.3.0" + resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-3.3.0.tgz#9dd2f2ad765dcab1ff0443b491442a20ba227dc9" + dependencies: + ansi-escapes "^3.0.0" + chalk "^2.0.0" + cli-cursor "^2.1.0" + cli-width "^2.0.0" + external-editor "^2.0.4" + figures "^2.0.0" + lodash "^4.3.0" + mute-stream "0.0.7" + run-async "^2.2.0" + rx-lite "^4.0.8" + rx-lite-aggregates "^4.0.8" + string-width "^2.1.0" + strip-ansi "^4.0.0" + through "^2.3.6" + +invariant@^2.2.2, invariant@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" + dependencies: + loose-envify "^1.0.0" + +invert-kv@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + dependencies: + kind-of "^6.0.0" + +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + +is-builtin-module@^1.0.0: + version "1.0.0" + resolved "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe" + dependencies: + builtin-modules "^1.0.0" + +is-callable@^1.1.3, is-callable@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" + +is-ci@^1.0.10: + version "1.2.1" + resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-1.2.1.tgz#e3779c8ee17fccf428488f6e281187f2e632841c" + dependencies: + ci-info "^1.5.0" + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + dependencies: + kind-of "^6.0.0" + +is-date-object@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" + +is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-directory@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/is-directory/-/is-directory-0.3.1.tgz#61339b6f2475fc772fd9c9d83f5c8575dc154ae1" + +is-dotfile@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1" + +is-equal-shallow@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" + dependencies: + is-primitive "^2.0.0" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" + +is-finite@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.0.2.tgz#cc6677695602be550ef11e8b4aa6305342b6d0aa" + dependencies: + number-is-nan "^1.0.0" + +is-fullwidth-code-point@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb" + dependencies: + number-is-nan "^1.0.0" + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + +is-generator-fn@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-generator-fn/-/is-generator-fn-1.0.0.tgz#969d49e1bb3329f6bb7f09089be26578b2ddd46a" + +is-glob@^2.0.0, is-glob@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" + dependencies: + is-extglob "^1.0.0" + +is-number@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" + dependencies: + kind-of "^3.0.2" + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + dependencies: + kind-of "^3.0.2" + +is-number@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" + +is-plain-object@^2.0.1, is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + dependencies: + isobject "^3.0.1" + +is-posix-bracket@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" + +is-primitive@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" + +is-promise@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" + +is-regex@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" + dependencies: + has "^1.0.1" + +is-stream@^1.0.1, is-stream@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" + +is-symbol@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" + dependencies: + has-symbols "^1.0.0" + +is-typedarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + +is-utf8@^0.2.0: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72" + +is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + +isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + +isomorphic-fetch@^2.1.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9" + dependencies: + node-fetch "^1.0.1" + whatwg-fetch ">=0.10.0" + +isstream@~0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" + +istanbul-api@^1.3.1: + version "1.3.7" + resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.3.7.tgz#a86c770d2b03e11e3f778cd7aedd82d2722092aa" + dependencies: + async "^2.1.4" + fileset "^2.0.2" + istanbul-lib-coverage "^1.2.1" + istanbul-lib-hook "^1.2.2" + istanbul-lib-instrument "^1.10.2" + istanbul-lib-report "^1.1.5" + istanbul-lib-source-maps "^1.2.6" + istanbul-reports "^1.5.1" + js-yaml "^3.7.0" + mkdirp "^0.5.1" + once "^1.4.0" + +istanbul-lib-coverage@^1.2.0, istanbul-lib-coverage@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.2.1.tgz#ccf7edcd0a0bb9b8f729feeb0930470f9af664f0" + +istanbul-lib-hook@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.2.2.tgz#bc6bf07f12a641fbf1c85391d0daa8f0aea6bf86" + dependencies: + append-transform "^0.4.0" + +istanbul-lib-instrument@^1.10.1, istanbul-lib-instrument@^1.10.2: + version "1.10.2" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.10.2.tgz#1f55ed10ac3c47f2bdddd5307935126754d0a9ca" + dependencies: + babel-generator "^6.18.0" + babel-template "^6.16.0" + babel-traverse "^6.18.0" + babel-types "^6.18.0" + babylon "^6.18.0" + istanbul-lib-coverage "^1.2.1" + semver "^5.3.0" + +istanbul-lib-report@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.1.5.tgz#f2a657fc6282f96170aaf281eb30a458f7f4170c" + dependencies: + istanbul-lib-coverage "^1.2.1" + mkdirp "^0.5.1" + path-parse "^1.0.5" + supports-color "^3.1.2" + +istanbul-lib-source-maps@^1.2.4, istanbul-lib-source-maps@^1.2.6: + version "1.2.6" + resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.2.6.tgz#37b9ff661580f8fca11232752ee42e08c6675d8f" + dependencies: + debug "^3.1.0" + istanbul-lib-coverage "^1.2.1" + mkdirp "^0.5.1" + rimraf "^2.6.1" + source-map "^0.5.3" + +istanbul-reports@^1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.5.1.tgz#97e4dbf3b515e8c484caea15d6524eebd3ff4e1a" + dependencies: + handlebars "^4.0.3" + +jest-changed-files@^23.4.2: + version "23.4.2" + resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.4.2.tgz#1eed688370cd5eebafe4ae93d34bb3b64968fe83" + dependencies: + throat "^4.0.0" + +jest-cli@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-23.6.0.tgz#61ab917744338f443ef2baa282ddffdd658a5da4" + dependencies: + ansi-escapes "^3.0.0" + chalk "^2.0.1" + exit "^0.1.2" + glob "^7.1.2" + graceful-fs "^4.1.11" + import-local "^1.0.0" + is-ci "^1.0.10" + istanbul-api "^1.3.1" + istanbul-lib-coverage "^1.2.0" + istanbul-lib-instrument "^1.10.1" + istanbul-lib-source-maps "^1.2.4" + jest-changed-files "^23.4.2" + jest-config "^23.6.0" + jest-environment-jsdom "^23.4.0" + jest-get-type "^22.1.0" + jest-haste-map "^23.6.0" + jest-message-util "^23.4.0" + jest-regex-util "^23.3.0" + jest-resolve-dependencies "^23.6.0" + jest-runner "^23.6.0" + jest-runtime "^23.6.0" + jest-snapshot "^23.6.0" + jest-util "^23.4.0" + jest-validate "^23.6.0" + jest-watcher "^23.4.0" + jest-worker "^23.2.0" + micromatch "^2.3.11" + node-notifier "^5.2.1" + prompts "^0.1.9" + realpath-native "^1.0.0" + rimraf "^2.5.4" + slash "^1.0.0" + string-length "^2.0.0" + strip-ansi "^4.0.0" + which "^1.2.12" + yargs "^11.0.0" + +jest-config@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-23.6.0.tgz#f82546a90ade2d8c7026fbf6ac5207fc22f8eb1d" + dependencies: + babel-core "^6.0.0" + babel-jest "^23.6.0" + chalk "^2.0.1" + glob "^7.1.1" + jest-environment-jsdom "^23.4.0" + jest-environment-node "^23.4.0" + jest-get-type "^22.1.0" + jest-jasmine2 "^23.6.0" + jest-regex-util "^23.3.0" + jest-resolve "^23.6.0" + jest-util "^23.4.0" + jest-validate "^23.6.0" + micromatch "^2.3.11" + pretty-format "^23.6.0" + +jest-diff@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-23.6.0.tgz#1500f3f16e850bb3d71233408089be099f610c7d" + dependencies: + chalk "^2.0.1" + diff "^3.2.0" + jest-get-type "^22.1.0" + pretty-format "^23.6.0" + +jest-docblock@^23.2.0: + version "23.2.0" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-23.2.0.tgz#f085e1f18548d99fdd69b20207e6fd55d91383a7" + dependencies: + detect-newline "^2.1.0" + +jest-docblock@^24.0.0-alpha.2: + version "24.0.0-alpha.6" + resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-24.0.0-alpha.6.tgz#abb38d04afd624cbfb34e13fa9e0c1053388a333" + dependencies: + detect-newline "^2.1.0" + +jest-each@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-23.6.0.tgz#ba0c3a82a8054387016139c733a05242d3d71575" + dependencies: + chalk "^2.0.1" + pretty-format "^23.6.0" + +jest-environment-jsdom@^23.4.0: + version "23.4.0" + resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-23.4.0.tgz#056a7952b3fea513ac62a140a2c368c79d9e6023" + dependencies: + jest-mock "^23.2.0" + jest-util "^23.4.0" + jsdom "^11.5.1" + +jest-environment-node@^23.4.0: + version "23.4.0" + resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-23.4.0.tgz#57e80ed0841dea303167cce8cd79521debafde10" + dependencies: + jest-mock "^23.2.0" + jest-util "^23.4.0" + +jest-get-type@^22.1.0: + version "22.4.3" + resolved "http://registry.npmjs.org/jest-get-type/-/jest-get-type-22.4.3.tgz#e3a8504d8479342dd4420236b322869f18900ce4" + +jest-haste-map@24.0.0-alpha.2: + version "24.0.0-alpha.2" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-24.0.0-alpha.2.tgz#bc1d498536c395699a44b1e61a3e901c95a2e5a6" + dependencies: + fb-watchman "^2.0.0" + graceful-fs "^4.1.11" + invariant "^2.2.4" + jest-docblock "^24.0.0-alpha.2" + jest-serializer "^24.0.0-alpha.2" + jest-worker "^24.0.0-alpha.2" + micromatch "^2.3.11" + sane "^3.0.0" + +jest-haste-map@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-23.6.0.tgz#2e3eb997814ca696d62afdb3f2529f5bbc935e16" + dependencies: + fb-watchman "^2.0.0" + graceful-fs "^4.1.11" + invariant "^2.2.4" + jest-docblock "^23.2.0" + jest-serializer "^23.0.1" + jest-worker "^23.2.0" + micromatch "^2.3.11" + sane "^2.0.0" + +jest-jasmine2@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-23.6.0.tgz#840e937f848a6c8638df24360ab869cc718592e0" + dependencies: + babel-traverse "^6.0.0" + chalk "^2.0.1" + co "^4.6.0" + expect "^23.6.0" + is-generator-fn "^1.0.0" + jest-diff "^23.6.0" + jest-each "^23.6.0" + jest-matcher-utils "^23.6.0" + jest-message-util "^23.4.0" + jest-snapshot "^23.6.0" + jest-util "^23.4.0" + pretty-format "^23.6.0" + +jest-leak-detector@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-23.6.0.tgz#e4230fd42cf381a1a1971237ad56897de7e171de" + dependencies: + pretty-format "^23.6.0" + +jest-matcher-utils@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-23.6.0.tgz#726bcea0c5294261a7417afb6da3186b4b8cac80" + dependencies: + chalk "^2.0.1" + jest-get-type "^22.1.0" + pretty-format "^23.6.0" + +jest-message-util@^23.4.0: + version "23.4.0" + resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-23.4.0.tgz#17610c50942349508d01a3d1e0bda2c079086a9f" + dependencies: + "@babel/code-frame" "^7.0.0-beta.35" + chalk "^2.0.1" + micromatch "^2.3.11" + slash "^1.0.0" + stack-utils "^1.0.1" + +jest-mock@^23.2.0: + version "23.2.0" + resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-23.2.0.tgz#ad1c60f29e8719d47c26e1138098b6d18b261134" + +jest-regex-util@^23.3.0: + version "23.3.0" + resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5" + +jest-resolve-dependencies@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.6.0.tgz#b4526af24c8540d9a3fab102c15081cf509b723d" + dependencies: + jest-regex-util "^23.3.0" + jest-snapshot "^23.6.0" + +jest-resolve@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-23.6.0.tgz#cf1d1a24ce7ee7b23d661c33ba2150f3aebfa0ae" + dependencies: + browser-resolve "^1.11.3" + chalk "^2.0.1" + realpath-native "^1.0.0" + +jest-runner@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-23.6.0.tgz#3894bd219ffc3f3cb94dc48a4170a2e6f23a5a38" + dependencies: + exit "^0.1.2" + graceful-fs "^4.1.11" + jest-config "^23.6.0" + jest-docblock "^23.2.0" + jest-haste-map "^23.6.0" + jest-jasmine2 "^23.6.0" + jest-leak-detector "^23.6.0" + jest-message-util "^23.4.0" + jest-runtime "^23.6.0" + jest-util "^23.4.0" + jest-worker "^23.2.0" + source-map-support "^0.5.6" + throat "^4.0.0" + +jest-runtime@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-23.6.0.tgz#059e58c8ab445917cd0e0d84ac2ba68de8f23082" + dependencies: + babel-core "^6.0.0" + babel-plugin-istanbul "^4.1.6" + chalk "^2.0.1" + convert-source-map "^1.4.0" + exit "^0.1.2" + fast-json-stable-stringify "^2.0.0" + graceful-fs "^4.1.11" + jest-config "^23.6.0" + jest-haste-map "^23.6.0" + jest-message-util "^23.4.0" + jest-regex-util "^23.3.0" + jest-resolve "^23.6.0" + jest-snapshot "^23.6.0" + jest-util "^23.4.0" + jest-validate "^23.6.0" + micromatch "^2.3.11" + realpath-native "^1.0.0" + slash "^1.0.0" + strip-bom "3.0.0" + write-file-atomic "^2.1.0" + yargs "^11.0.0" + +jest-serializer@24.0.0-alpha.2: + version "24.0.0-alpha.2" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.0.0-alpha.2.tgz#adcaa73ef49e56377f7fada19921c300b576e7f9" + +jest-serializer@^23.0.1: + version "23.0.1" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-23.0.1.tgz#a3776aeb311e90fe83fab9e533e85102bd164165" + +jest-serializer@^24.0.0-alpha.2: + version "24.0.0-alpha.6" + resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-24.0.0-alpha.6.tgz#27d2fee4b1a85698717a30c3ec2ab80767312597" + +jest-snapshot@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-23.6.0.tgz#f9c2625d1b18acda01ec2d2b826c0ce58a5aa17a" + dependencies: + babel-types "^6.0.0" + chalk "^2.0.1" + jest-diff "^23.6.0" + jest-matcher-utils "^23.6.0" + jest-message-util "^23.4.0" + jest-resolve "^23.6.0" + mkdirp "^0.5.1" + natural-compare "^1.4.0" + pretty-format "^23.6.0" + semver "^5.5.0" + +jest-util@^23.4.0: + version "23.4.0" + resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-23.4.0.tgz#4d063cb927baf0a23831ff61bec2cbbf49793561" + dependencies: + callsites "^2.0.0" + chalk "^2.0.1" + graceful-fs "^4.1.11" + is-ci "^1.0.10" + jest-message-util "^23.4.0" + mkdirp "^0.5.1" + slash "^1.0.0" + source-map "^0.6.0" + +jest-validate@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-23.6.0.tgz#36761f99d1ed33fcd425b4e4c5595d62b6597474" + dependencies: + chalk "^2.0.1" + jest-get-type "^22.1.0" + leven "^2.1.0" + pretty-format "^23.6.0" + +jest-watcher@^23.4.0: + version "23.4.0" + resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-23.4.0.tgz#d2e28ce74f8dad6c6afc922b92cabef6ed05c91c" + dependencies: + ansi-escapes "^3.0.0" + chalk "^2.0.1" + string-length "^2.0.0" + +jest-worker@24.0.0-alpha.2: + version "24.0.0-alpha.2" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.0.0-alpha.2.tgz#d376b328094dd5f1e0c6156b4f41b308a99a35bd" + dependencies: + merge-stream "^1.0.1" + +jest-worker@^23.2.0: + version "23.2.0" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-23.2.0.tgz#faf706a8da36fae60eb26957257fa7b5d8ea02b9" + dependencies: + merge-stream "^1.0.1" + +jest-worker@^24.0.0-alpha.2: + version "24.0.0-alpha.6" + resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.0.0-alpha.6.tgz#463681b92c117c57107135c14b9b9d6cd51d80ce" + dependencies: + merge-stream "^1.0.1" + +jest@23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/jest/-/jest-23.6.0.tgz#ad5835e923ebf6e19e7a1d7529a432edfee7813d" + dependencies: + import-local "^1.0.0" + jest-cli "^23.6.0" + +"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + +js-tokens@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" + +js-yaml@^3.7.0, js-yaml@^3.9.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1" + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +jsbn@~0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" + +jsdom@^11.5.1: + version "11.12.0" + resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-11.12.0.tgz#1a80d40ddd378a1de59656e9e6dc5a3ba8657bc8" + dependencies: + abab "^2.0.0" + acorn "^5.5.3" + acorn-globals "^4.1.0" + array-equal "^1.0.0" + cssom ">= 0.3.2 < 0.4.0" + cssstyle "^1.0.0" + data-urls "^1.0.0" + domexception "^1.0.1" + escodegen "^1.9.1" + html-encoding-sniffer "^1.0.2" + left-pad "^1.3.0" + nwsapi "^2.0.7" + parse5 "4.0.0" + pn "^1.1.0" + request "^2.87.0" + request-promise-native "^1.0.5" + sax "^1.2.4" + symbol-tree "^3.2.2" + tough-cookie "^2.3.4" + w3c-hr-time "^1.0.1" + webidl-conversions "^4.0.2" + whatwg-encoding "^1.0.3" + whatwg-mimetype "^2.1.0" + whatwg-url "^6.4.1" + ws "^5.2.0" + xml-name-validator "^3.0.0" + +jsesc@^1.3.0: + version "1.3.0" + resolved "http://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" + +jsesc@^2.5.1: + version "2.5.2" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4" + +jsesc@~0.5.0: + version "0.5.0" + resolved "http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + +json-parse-better-errors@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + +json-schema-traverse@^0.4.1: + version "0.4.1" + resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660" + +json-schema@0.2.3: + version "0.2.3" + resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.2.3.tgz#b480c892e59a2f05954ce727bd3f2a4e882f9e13" + +json-stable-stringify@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz#9a759d39c5f2ff503fd5300646ed445f88c4f9af" + dependencies: + jsonify "~0.0.0" + +json-stringify-safe@~5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb" + +json5@^0.5.1: + version "0.5.1" + resolved "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" + +json5@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" + dependencies: + minimist "^1.2.0" + +jsonfile@^2.1.0: + version "2.4.0" + resolved "http://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8" + optionalDependencies: + graceful-fs "^4.1.6" + +jsonify@~0.0.0: + version "0.0.0" + resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73" + +jsprim@^1.2.2: + version "1.4.1" + resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2" + dependencies: + assert-plus "1.0.0" + extsprintf "1.3.0" + json-schema "0.2.3" + verror "1.10.0" + +kind-of@^1.1.0: + version "1.1.0" + resolved "http://registry.npmjs.org/kind-of/-/kind-of-1.1.0.tgz#140a3d2d41a36d2efcfa9377b62c24f8495a5c44" + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" + +klaw@^1.0.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/klaw/-/klaw-1.3.1.tgz#4088433b46b3b1ba259d78785d8e96f73ba02439" + optionalDependencies: + graceful-fs "^4.1.9" + +kleur@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/kleur/-/kleur-2.0.2.tgz#b704f4944d95e255d038f0cb05fb8a602c55a300" + +lcid@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" + dependencies: + invert-kv "^1.0.0" + +left-pad@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" + +leven@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/leven/-/leven-2.1.0.tgz#c2e7a9f772094dee9d34202ae8acce4687875580" + +levn@~0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" + dependencies: + prelude-ls "~1.1.2" + type-check "~0.3.2" + +load-json-file@^1.0.0: + version "1.1.0" + resolved "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" + dependencies: + graceful-fs "^4.1.2" + parse-json "^2.2.0" + pify "^2.0.0" + pinkie-promise "^2.0.0" + strip-bom "^2.0.0" + +load-json-file@^2.0.0: + version "2.0.0" + resolved "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz#7947e42149af80d696cbf797bcaabcfe1fe29ca8" + dependencies: + graceful-fs "^4.1.2" + parse-json "^2.2.0" + pify "^2.0.0" + strip-bom "^3.0.0" + +locate-path@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e" + dependencies: + p-locate "^2.0.0" + path-exists "^3.0.0" + +lodash.pad@^4.1.0: + version "4.5.1" + resolved "https://registry.yarnpkg.com/lodash.pad/-/lodash.pad-4.5.1.tgz#4330949a833a7c8da22cc20f6a26c4d59debba70" + +lodash.padend@^4.1.0: + version "4.6.1" + resolved "https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz#53ccba047d06e158d311f45da625f4e49e6f166e" + +lodash.padstart@^4.1.0: + version "4.6.1" + resolved "https://registry.yarnpkg.com/lodash.padstart/-/lodash.padstart-4.6.1.tgz#d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b" + +lodash.sortby@^4.7.0: + version "4.7.0" + resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" + +lodash.throttle@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + +lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.6.1: + version "4.17.11" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" + +loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + +lru-cache@^4.0.1: + version "4.1.4" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.4.tgz#51cc46e8e6d9530771c857e24ccc720ecdbcc031" + dependencies: + pseudomap "^1.0.2" + yallist "^3.0.2" + +make-dir@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c" + dependencies: + pify "^3.0.0" + +makeerror@1.0.x: + version "1.0.11" + resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" + dependencies: + tmpl "1.0.x" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + dependencies: + object-visit "^1.0.0" + +math-random@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.1.tgz#8b3aac588b8a66e4975e3cdea67f7bb329601fac" + +mem@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" + dependencies: + mimic-fn "^1.0.0" + +merge-stream@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-1.0.1.tgz#4041202d508a342ba00174008df0c251b8c135e1" + dependencies: + readable-stream "^2.0.1" + +merge@^1.2.0: + version "1.2.1" + resolved "https://registry.yarnpkg.com/merge/-/merge-1.2.1.tgz#38bebf80c3220a8a487b6fcfb3941bb11720c145" + +metro-babel-register@^0.48.1: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-babel-register/-/metro-babel-register-0.48.3.tgz#459b9e5bd635775e342109b6acd70fd63c731f57" + dependencies: + "@babel/core" "^7.0.0" + "@babel/plugin-proposal-class-properties" "^7.0.0" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" + "@babel/plugin-proposal-optional-chaining" "^7.0.0" + "@babel/plugin-transform-async-to-generator" "^7.0.0" + "@babel/plugin-transform-flow-strip-types" "^7.0.0" + "@babel/plugin-transform-modules-commonjs" "^7.0.0" + "@babel/register" "^7.0.0" + core-js "^2.2.2" + escape-string-regexp "^1.0.5" + +metro-babel7-plugin-react-transform@0.48.3: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.48.3.tgz#c3e43c99173c143537fb234b44cdd6e6b511d511" + dependencies: + "@babel/helper-module-imports" "^7.0.0" + +metro-babel7-plugin-react-transform@0.49.2: + version "0.49.2" + resolved "https://registry.yarnpkg.com/metro-babel7-plugin-react-transform/-/metro-babel7-plugin-react-transform-0.49.2.tgz#d4c43faa6f2b91cc1b244a36a5d708ae8d39dbb2" + dependencies: + "@babel/helper-module-imports" "^7.0.0" + +metro-cache@0.48.3: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-cache/-/metro-cache-0.48.3.tgz#8c2818d3cd6b79570cd7750da4685e9c7c061577" + dependencies: + jest-serializer "24.0.0-alpha.2" + metro-core "0.48.3" + mkdirp "^0.5.1" + rimraf "^2.5.4" + +metro-config@0.48.3: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.48.3.tgz#71f9f27911582e960a660ed2b08cb4ee5d58724d" + dependencies: + cosmiconfig "^5.0.5" + metro "0.48.3" + metro-cache "0.48.3" + metro-core "0.48.3" + pretty-format "^23.4.1" + +metro-core@0.48.3, metro-core@^0.48.1: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-core/-/metro-core-0.48.3.tgz#be2d615eaec759c8d01559e8685554cbdf8e7c4f" + dependencies: + jest-haste-map "24.0.0-alpha.2" + lodash.throttle "^4.1.1" + metro-resolver "0.48.3" + wordwrap "^1.0.0" + +metro-memory-fs@^0.48.1: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-memory-fs/-/metro-memory-fs-0.48.3.tgz#2d180a73992daf08e242ea49682f72e6f0f7f094" + +metro-minify-uglify@0.48.3: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-minify-uglify/-/metro-minify-uglify-0.48.3.tgz#493baadb65f6a1d8cab9fd157ac80c5801b23149" + dependencies: + uglify-es "^3.1.9" + +metro-react-native-babel-preset@0.48.3: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.48.3.tgz#839dbd0d9e4012f550861d2295b998144a61bcc8" + dependencies: + "@babel/plugin-proposal-class-properties" "^7.0.0" + "@babel/plugin-proposal-export-default-from" "^7.0.0" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" + "@babel/plugin-proposal-optional-chaining" "^7.0.0" + "@babel/plugin-syntax-dynamic-import" "^7.0.0" + "@babel/plugin-syntax-export-default-from" "^7.0.0" + "@babel/plugin-transform-arrow-functions" "^7.0.0" + "@babel/plugin-transform-block-scoping" "^7.0.0" + "@babel/plugin-transform-classes" "^7.0.0" + "@babel/plugin-transform-computed-properties" "^7.0.0" + "@babel/plugin-transform-destructuring" "^7.0.0" + "@babel/plugin-transform-exponentiation-operator" "^7.0.0" + "@babel/plugin-transform-flow-strip-types" "^7.0.0" + "@babel/plugin-transform-for-of" "^7.0.0" + "@babel/plugin-transform-function-name" "^7.0.0" + "@babel/plugin-transform-literals" "^7.0.0" + "@babel/plugin-transform-modules-commonjs" "^7.0.0" + "@babel/plugin-transform-object-assign" "^7.0.0" + "@babel/plugin-transform-parameters" "^7.0.0" + "@babel/plugin-transform-react-display-name" "^7.0.0" + "@babel/plugin-transform-react-jsx" "^7.0.0" + "@babel/plugin-transform-react-jsx-source" "^7.0.0" + "@babel/plugin-transform-regenerator" "^7.0.0" + "@babel/plugin-transform-runtime" "^7.0.0" + "@babel/plugin-transform-shorthand-properties" "^7.0.0" + "@babel/plugin-transform-spread" "^7.0.0" + "@babel/plugin-transform-sticky-regex" "^7.0.0" + "@babel/plugin-transform-template-literals" "^7.0.0" + "@babel/plugin-transform-typescript" "^7.0.0" + "@babel/plugin-transform-unicode-regex" "^7.0.0" + "@babel/template" "^7.0.0" + metro-babel7-plugin-react-transform "0.48.3" + react-transform-hmr "^1.0.4" + +metro-react-native-babel-preset@0.49.2: + version "0.49.2" + resolved "https://registry.yarnpkg.com/metro-react-native-babel-preset/-/metro-react-native-babel-preset-0.49.2.tgz#8d53610e044e0c9a53a03d307e1c51f9e8577abc" + dependencies: + "@babel/plugin-proposal-class-properties" "^7.0.0" + "@babel/plugin-proposal-export-default-from" "^7.0.0" + "@babel/plugin-proposal-nullish-coalescing-operator" "^7.0.0" + "@babel/plugin-proposal-object-rest-spread" "^7.0.0" + "@babel/plugin-proposal-optional-catch-binding" "^7.0.0" + "@babel/plugin-proposal-optional-chaining" "^7.0.0" + "@babel/plugin-syntax-dynamic-import" "^7.0.0" + "@babel/plugin-syntax-export-default-from" "^7.0.0" + "@babel/plugin-transform-arrow-functions" "^7.0.0" + "@babel/plugin-transform-block-scoping" "^7.0.0" + "@babel/plugin-transform-classes" "^7.0.0" + "@babel/plugin-transform-computed-properties" "^7.0.0" + "@babel/plugin-transform-destructuring" "^7.0.0" + "@babel/plugin-transform-exponentiation-operator" "^7.0.0" + "@babel/plugin-transform-flow-strip-types" "^7.0.0" + "@babel/plugin-transform-for-of" "^7.0.0" + "@babel/plugin-transform-function-name" "^7.0.0" + "@babel/plugin-transform-literals" "^7.0.0" + "@babel/plugin-transform-modules-commonjs" "^7.0.0" + "@babel/plugin-transform-object-assign" "^7.0.0" + "@babel/plugin-transform-parameters" "^7.0.0" + "@babel/plugin-transform-react-display-name" "^7.0.0" + "@babel/plugin-transform-react-jsx" "^7.0.0" + "@babel/plugin-transform-react-jsx-source" "^7.0.0" + "@babel/plugin-transform-regenerator" "^7.0.0" + "@babel/plugin-transform-runtime" "^7.0.0" + "@babel/plugin-transform-shorthand-properties" "^7.0.0" + "@babel/plugin-transform-spread" "^7.0.0" + "@babel/plugin-transform-sticky-regex" "^7.0.0" + "@babel/plugin-transform-template-literals" "^7.0.0" + "@babel/plugin-transform-typescript" "^7.0.0" + "@babel/plugin-transform-unicode-regex" "^7.0.0" + "@babel/template" "^7.0.0" + metro-babel7-plugin-react-transform "0.49.2" + react-transform-hmr "^1.0.4" + +metro-resolver@0.48.3: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-resolver/-/metro-resolver-0.48.3.tgz#3459c117f25a6d91d501eb1c81fdc98fcfea1cc0" + dependencies: + absolute-path "^0.0.0" + +metro-source-map@0.48.3: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro-source-map/-/metro-source-map-0.48.3.tgz#ab102bf71c83754e6d5a04c3faf612a88e7f5dcf" + dependencies: + source-map "^0.5.6" + +metro@0.48.3, metro@^0.48.1: + version "0.48.3" + resolved "https://registry.yarnpkg.com/metro/-/metro-0.48.3.tgz#43639828dc22fd75e0d31ce75a6dc4615feaf5f7" + dependencies: + "@babel/core" "^7.0.0" + "@babel/generator" "^7.0.0" + "@babel/parser" "^7.0.0" + "@babel/plugin-external-helpers" "^7.0.0" + "@babel/template" "^7.0.0" + "@babel/traverse" "^7.0.0" + "@babel/types" "^7.0.0" + absolute-path "^0.0.0" + async "^2.4.0" + babel-preset-fbjs "^3.0.1" + buffer-crc32 "^0.2.13" + chalk "^1.1.1" + concat-stream "^1.6.0" + connect "^3.6.5" + debug "^2.2.0" + denodeify "^1.2.1" + eventemitter3 "^3.0.0" + fbjs "^1.0.0" + fs-extra "^1.0.0" + graceful-fs "^4.1.3" + image-size "^0.6.0" + jest-haste-map "24.0.0-alpha.2" + jest-worker "24.0.0-alpha.2" + json-stable-stringify "^1.0.1" + lodash.throttle "^4.1.1" + merge-stream "^1.0.1" + metro-cache "0.48.3" + metro-config "0.48.3" + metro-core "0.48.3" + metro-minify-uglify "0.48.3" + metro-react-native-babel-preset "0.48.3" + metro-resolver "0.48.3" + metro-source-map "0.48.3" + mime-types "2.1.11" + mkdirp "^0.5.1" + node-fetch "^2.2.0" + nullthrows "^1.1.0" + react-transform-hmr "^1.0.4" + resolve "^1.5.0" + rimraf "^2.5.4" + serialize-error "^2.1.0" + source-map "^0.5.6" + temp "0.8.3" + throat "^4.1.0" + wordwrap "^1.0.0" + write-file-atomic "^1.2.0" + ws "^1.1.0" + xpipe "^1.0.5" + yargs "^9.0.0" + +micromatch@^2.3.11: + version "2.3.11" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" + dependencies: + arr-diff "^2.0.0" + array-unique "^0.2.1" + braces "^1.8.2" + expand-brackets "^0.1.4" + extglob "^0.3.1" + filename-regex "^2.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.1" + kind-of "^3.0.2" + normalize-path "^2.0.1" + object.omit "^2.0.0" + parse-glob "^3.0.4" + regex-cache "^0.4.2" + +micromatch@^3.1.4: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +"mime-db@>= 1.36.0 < 2", mime-db@~1.37.0: + version "1.37.0" + resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.37.0.tgz#0b6a0ce6fdbe9576e25f1f2d2fde8830dc0ad0d8" + +mime-db@~1.23.0: + version "1.23.0" + resolved "http://registry.npmjs.org/mime-db/-/mime-db-1.23.0.tgz#a31b4070adaea27d732ea333740a64d0ec9a6659" + +mime-types@2.1.11: + version "2.1.11" + resolved "http://registry.npmjs.org/mime-types/-/mime-types-2.1.11.tgz#c259c471bda808a85d6cd193b430a5fae4473b3c" + dependencies: + mime-db "~1.23.0" + +mime-types@^2.1.12, mime-types@~2.1.18, mime-types@~2.1.19: + version "2.1.21" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.21.tgz#28995aa1ecb770742fe6ae7e58f9181c744b3f96" + dependencies: + mime-db "~1.37.0" + +mime@1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.4.1.tgz#121f9ebc49e3766f311a76e1fa1c8003c4b03aa6" + +mime@^1.3.4: + version "1.6.0" + resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + +mimic-fn@^1.0.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.2.0.tgz#820c86a39334640e99516928bd03fca88057d022" + +min-document@^2.19.0: + version "2.19.0" + resolved "https://registry.yarnpkg.com/min-document/-/min-document-2.19.0.tgz#7bd282e3f5842ed295bb748cdd9f1ffa2c824685" + dependencies: + dom-walk "^0.1.0" + +minimatch@^3.0.3, minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + dependencies: + brace-expansion "^1.1.7" + +minimist@0.0.8: + version "0.0.8" + resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d" + +minimist@^1.1.1, minimist@^1.2.0: + version "1.2.0" + resolved "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" + +minimist@~0.0.1: + version "0.0.10" + resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf" + +minipass@^2.2.1, minipass@^2.3.4: + version "2.3.5" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848" + dependencies: + safe-buffer "^5.1.2" + yallist "^3.0.0" + +minizlib@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.1.tgz#6734acc045a46e61d596a43bb9d9cd326e19cc42" + dependencies: + minipass "^2.2.1" + +mixin-deep@^1.2.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^0.5.0, mkdirp@^0.5.1: + version "0.5.1" + resolved "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903" + dependencies: + minimist "0.0.8" + +moment@^2.22.1: + version "2.22.2" + resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz#3c257f9839fc0e93ff53149632239eb90783ff66" + +morgan@^1.9.0: + version "1.9.1" + resolved "https://registry.yarnpkg.com/morgan/-/morgan-1.9.1.tgz#0a8d16734a1d9afbc824b99df87e738e58e2da59" + dependencies: + basic-auth "~2.0.0" + debug "2.6.9" + depd "~1.1.2" + on-finished "~2.3.0" + on-headers "~1.0.1" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + +ms@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" + +mute-stream@0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" + +nan@^2.9.2: + version "2.11.1" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.11.1.tgz#90e22bccb8ca57ea4cd37cc83d3819b52eea6766" + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +natural-compare@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7" + +needle@^2.2.1: + version "2.2.4" + resolved "https://registry.yarnpkg.com/needle/-/needle-2.2.4.tgz#51931bff82533b1928b7d1d69e01f1b00ffd2a4e" + dependencies: + debug "^2.1.2" + iconv-lite "^0.4.4" + sax "^1.2.4" + +negotiator@0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" + +nice-try@^1.0.4: + version "1.0.5" + resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366" + +node-fetch@^1.0.1: + version "1.7.3" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" + dependencies: + encoding "^0.1.11" + is-stream "^1.0.1" + +node-fetch@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" + +node-int64@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b" + +node-modules-regexp@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz#8d9dbe28964a4ac5712e9131642107c71e90ec40" + +node-notifier@^5.2.1: + version "5.3.0" + resolved "https://registry.yarnpkg.com/node-notifier/-/node-notifier-5.3.0.tgz#c77a4a7b84038733d5fb351aafd8a268bfe19a01" + dependencies: + growly "^1.3.0" + semver "^5.5.0" + shellwords "^0.1.1" + which "^1.3.0" + +node-pre-gyp@^0.10.0: + version "0.10.3" + resolved "https://registry.yarnpkg.com/node-pre-gyp/-/node-pre-gyp-0.10.3.tgz#3070040716afdc778747b61b6887bf78880b80fc" + dependencies: + detect-libc "^1.0.2" + mkdirp "^0.5.1" + needle "^2.2.1" + nopt "^4.0.1" + npm-packlist "^1.1.6" + npmlog "^4.0.2" + rc "^1.2.7" + rimraf "^2.6.1" + semver "^5.3.0" + tar "^4" + +nopt@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-4.0.1.tgz#d0d4685afd5415193c8c7505602d0d17cd64474d" + dependencies: + abbrev "1" + osenv "^0.1.4" + +normalize-package-data@^2.3.2: + version "2.4.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f" + dependencies: + hosted-git-info "^2.1.4" + is-builtin-module "^1.0.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + +normalize-path@^2.0.1, normalize-path@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + dependencies: + remove-trailing-separator "^1.0.1" + +npm-bundled@^1.0.1: + version "1.0.5" + resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.5.tgz#3c1732b7ba936b3a10325aef616467c0ccbcc979" + +npm-packlist@^1.1.6: + version "1.1.12" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.1.12.tgz#22bde2ebc12e72ca482abd67afc51eb49377243a" + dependencies: + ignore-walk "^3.0.1" + npm-bundled "^1.0.1" + +npm-run-path@^2.0.0: + version "2.0.2" + resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" + dependencies: + path-key "^2.0.0" + +npmlog@^2.0.4: + version "2.0.4" + resolved "http://registry.npmjs.org/npmlog/-/npmlog-2.0.4.tgz#98b52530f2514ca90d09ec5b22c8846722375692" + dependencies: + ansi "~0.3.1" + are-we-there-yet "~1.1.2" + gauge "~1.2.5" + +npmlog@^4.0.2: + version "4.1.2" + resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-4.1.2.tgz#08a7f2a8bf734604779a9efa4ad5cc717abb954b" + dependencies: + are-we-there-yet "~1.1.2" + console-control-strings "~1.1.0" + gauge "~2.7.3" + set-blocking "~2.0.0" + +nullthrows@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.0.tgz#832bb19ef7fedab989f81675c846e2858a3917a2" + +number-is-nan@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d" + +nwsapi@^2.0.7: + version "2.0.9" + resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.0.9.tgz#77ac0cdfdcad52b6a1151a84e73254edc33ed016" + +oauth-sign@~0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455" + +object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-keys@^1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2" + +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + dependencies: + isobject "^3.0.0" + +object.getownpropertydescriptors@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" + dependencies: + define-properties "^1.1.2" + es-abstract "^1.5.1" + +object.omit@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" + dependencies: + for-own "^0.1.4" + is-extendable "^0.1.1" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + dependencies: + isobject "^3.0.1" + +on-finished@~2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" + dependencies: + ee-first "1.1.1" + +on-headers@~1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.1.tgz#928f5d0f470d49342651ea6794b0857c100693f7" + +once@^1.3.0, once@^1.3.1, once@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + dependencies: + wrappy "1" + +onetime@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/onetime/-/onetime-2.0.1.tgz#067428230fd67443b2794b22bba528b6867962d4" + dependencies: + mimic-fn "^1.0.0" + +opn@^3.0.2: + version "3.0.3" + resolved "http://registry.npmjs.org/opn/-/opn-3.0.3.tgz#b6d99e7399f78d65c3baaffef1fb288e9b85243a" + dependencies: + object-assign "^4.0.1" + +optimist@^0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686" + dependencies: + minimist "~0.0.1" + wordwrap "~0.0.2" + +optionator@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.2.tgz#364c5e409d3f4d6301d6c0b4c05bba50180aeb64" + dependencies: + deep-is "~0.1.3" + fast-levenshtein "~2.0.4" + levn "~0.3.0" + prelude-ls "~1.1.2" + type-check "~0.3.2" + wordwrap "~1.0.0" + +options@>=0.0.5: + version "0.0.6" + resolved "https://registry.yarnpkg.com/options/-/options-0.0.6.tgz#ec22d312806bb53e731773e7cdaefcf1c643128f" + +os-homedir@^1.0.0: + version "1.0.2" + resolved "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + +os-locale@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" + dependencies: + execa "^0.7.0" + lcid "^1.0.0" + mem "^1.1.0" + +os-tmpdir@^1.0.0, os-tmpdir@^1.0.1, os-tmpdir@~1.0.2: + version "1.0.2" + resolved "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + +osenv@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/osenv/-/osenv-0.1.5.tgz#85cdfafaeb28e8677f416e287592b5f3f49ea410" + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.0" + +p-finally@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" + +p-limit@^1.1.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8" + dependencies: + p-try "^1.0.0" + +p-locate@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43" + dependencies: + p-limit "^1.1.0" + +p-try@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" + +parse-glob@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" + dependencies: + glob-base "^0.3.0" + is-dotfile "^1.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.0" + +parse-json@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" + dependencies: + error-ex "^1.2.0" + +parse-json@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-4.0.0.tgz#be35f5425be1f7f6c747184f98a788cb99477ee0" + dependencies: + error-ex "^1.3.1" + json-parse-better-errors "^1.0.1" + +parse5@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" + +parseurl@~1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.2.tgz#fc289d4ed8993119460c156253262cdc8de65bf3" + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + dependencies: + pinkie-promise "^2.0.0" + +path-exists@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + +path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: + version "1.0.1" + resolved "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + +path-key@^2.0.0, path-key@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" + +path-parse@^1.0.5: + version "1.0.6" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c" + +path-type@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" + dependencies: + graceful-fs "^4.1.2" + pify "^2.0.0" + pinkie-promise "^2.0.0" + +path-type@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73" + dependencies: + pify "^2.0.0" + +pegjs@^0.10.0: + version "0.10.0" + resolved "http://registry.npmjs.org/pegjs/-/pegjs-0.10.0.tgz#cf8bafae6eddff4b5a7efb185269eaaf4610ddbd" + +performance-now@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" + +pify@^2.0.0: + version "2.3.0" + resolved "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + +pify@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" + +pinkie-promise@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" + dependencies: + pinkie "^2.0.0" + +pinkie@^2.0.0: + version "2.0.4" + resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870" + +pirates@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.0.tgz#850b18781b4ac6ec58a43c9ed9ec5fe6796addbd" + dependencies: + node-modules-regexp "^1.0.0" + +pkg-dir@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b" + dependencies: + find-up "^2.1.0" + +plist@2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/plist/-/plist-2.0.1.tgz#0a32ca9481b1c364e92e18dc55c876de9d01da8b" + dependencies: + base64-js "1.1.2" + xmlbuilder "8.2.2" + xmldom "0.1.x" + +plist@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/plist/-/plist-3.0.1.tgz#a9b931d17c304e8912ef0ba3bdd6182baf2e1f8c" + dependencies: + base64-js "^1.2.3" + xmlbuilder "^9.0.7" + xmldom "0.1.x" + +plugin-error@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/plugin-error/-/plugin-error-0.1.2.tgz#3b9bb3335ccf00f425e07437e19276967da47ace" + dependencies: + ansi-cyan "^0.1.1" + ansi-red "^0.1.1" + arr-diff "^1.0.1" + arr-union "^2.0.1" + extend-shallow "^1.1.2" + +pn@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/pn/-/pn-1.1.0.tgz#e2f4cef0e219f463c179ab37463e4e1ecdccbafb" + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + +prelude-ls@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" + +preserve@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" + +pretty-format@^23.4.1, pretty-format@^23.6.0: + version "23.6.0" + resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-23.6.0.tgz#5eaac8eeb6b33b987b7fe6097ea6a8a146ab5760" + dependencies: + ansi-regex "^3.0.0" + ansi-styles "^3.2.0" + +pretty-format@^4.2.1: + version "4.3.1" + resolved "http://registry.npmjs.org/pretty-format/-/pretty-format-4.3.1.tgz#530be5c42b3c05b36414a7a2a4337aa80acd0e8d" + +private@^0.1.6, private@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" + +process-nextick-args@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa" + +process@~0.5.1: + version "0.5.2" + resolved "https://registry.yarnpkg.com/process/-/process-0.5.2.tgz#1638d8a8e34c2f440a91db95ab9aeb677fc185cf" + +promise@^7.1.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" + dependencies: + asap "~2.0.3" + +prompts@^0.1.9: + version "0.1.14" + resolved "https://registry.yarnpkg.com/prompts/-/prompts-0.1.14.tgz#a8e15c612c5c9ec8f8111847df3337c9cbd443b2" + dependencies: + kleur "^2.0.1" + sisteransi "^0.1.1" + +prop-types@^15.5.8, prop-types@^15.6.2: + version "15.6.2" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102" + dependencies: + loose-envify "^1.3.1" + object-assign "^4.1.1" + +pseudomap@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" + +psl@^1.1.24, psl@^1.1.28: + version "1.1.29" + resolved "https://registry.yarnpkg.com/psl/-/psl-1.1.29.tgz#60f580d360170bb722a797cc704411e6da850c67" + +pump@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz#b4a2116815bde2f4e1ea602354e8c75565107a64" + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +punycode@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e" + +punycode@^2.1.0, punycode@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec" + +qs@~6.5.2: + version "6.5.2" + resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" + +randomatic@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed" + dependencies: + is-number "^4.0.0" + kind-of "^6.0.0" + math-random "^1.0.1" + +range-parser@~1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.0.tgz#f49be6b487894ddc40dcc94a322f611092e00d5e" + +rc@^1.2.7: + version "1.2.8" + resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed" + dependencies: + deep-extend "^0.6.0" + ini "~1.3.0" + minimist "^1.2.0" + strip-json-comments "~2.0.1" + +react-clone-referenced-element@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/react-clone-referenced-element/-/react-clone-referenced-element-1.1.0.tgz#9cdda7f2aeb54fea791f3ab8c6ab96c7a77d0158" + +react-deep-force-update@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/react-deep-force-update/-/react-deep-force-update-1.1.2.tgz#3d2ae45c2c9040cbb1772be52f8ea1ade6ca2ee1" + +react-devtools-core@^3.4.2: + version "3.4.3" + resolved "https://registry.yarnpkg.com/react-devtools-core/-/react-devtools-core-3.4.3.tgz#1a06b7dc546d41ecf8dc4fbabea2d79d339353cf" + dependencies: + shell-quote "^1.6.1" + ws "^3.3.1" + +react-is@^16.6.1: + version "16.6.3" + resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.6.3.tgz#d2d7462fcfcbe6ec0da56ad69047e47e56e7eac0" + +react-native-date-picker@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/react-native-date-picker/-/react-native-date-picker-2.2.1.tgz#ddc5edbe420f1759be6d98484ff2740e9e34b083" + dependencies: + moment "^2.22.1" + +react-native@0.57.7: + version "0.57.7" + resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.57.7.tgz#5b3af1c43366c41d8d8d2540fea8ce590060bca1" + dependencies: + "@babel/runtime" "^7.0.0" + absolute-path "^0.0.0" + art "^0.10.0" + base64-js "^1.1.2" + chalk "^1.1.1" + commander "^2.9.0" + compression "^1.7.1" + connect "^3.6.5" + create-react-class "^15.6.3" + debug "^2.2.0" + denodeify "^1.2.1" + envinfo "^5.7.0" + errorhandler "^1.5.0" + escape-string-regexp "^1.0.5" + event-target-shim "^1.0.5" + fbjs "^1.0.0" + fbjs-scripts "^1.0.0" + fs-extra "^1.0.0" + glob "^7.1.1" + graceful-fs "^4.1.3" + inquirer "^3.0.6" + lodash "^4.17.5" + metro "^0.48.1" + metro-babel-register "^0.48.1" + metro-core "^0.48.1" + metro-memory-fs "^0.48.1" + mime "^1.3.4" + minimist "^1.2.0" + mkdirp "^0.5.1" + morgan "^1.9.0" + node-fetch "^2.2.0" + node-notifier "^5.2.1" + npmlog "^2.0.4" + opn "^3.0.2" + optimist "^0.6.1" + plist "^3.0.0" + pretty-format "^4.2.1" + promise "^7.1.1" + prop-types "^15.5.8" + react-clone-referenced-element "^1.0.1" + react-devtools-core "^3.4.2" + react-timer-mixin "^0.13.2" + regenerator-runtime "^0.11.0" + rimraf "^2.5.4" + semver "^5.0.3" + serve-static "^1.13.1" + shell-quote "1.6.1" + stacktrace-parser "^0.1.3" + ws "^1.1.0" + xcode "^1.0.0" + xmldoc "^0.4.0" + yargs "^9.0.0" + +react-proxy@^1.1.7: + version "1.1.8" + resolved "https://registry.yarnpkg.com/react-proxy/-/react-proxy-1.1.8.tgz#9dbfd9d927528c3aa9f444e4558c37830ab8c26a" + dependencies: + lodash "^4.6.1" + react-deep-force-update "^1.0.0" + +react-test-renderer@16.6.1: + version "16.6.1" + resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-16.6.1.tgz#8ea357652be3cf81cbd6b2f686e74ebe67c17b78" + dependencies: + object-assign "^4.1.1" + prop-types "^15.6.2" + react-is "^16.6.1" + scheduler "^0.11.0" + +react-timer-mixin@^0.13.2: + version "0.13.4" + resolved "https://registry.yarnpkg.com/react-timer-mixin/-/react-timer-mixin-0.13.4.tgz#75a00c3c94c13abe29b43d63b4c65a88fc8264d3" + +react-transform-hmr@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/react-transform-hmr/-/react-transform-hmr-1.0.4.tgz#e1a40bd0aaefc72e8dfd7a7cda09af85066397bb" + dependencies: + global "^4.3.0" + react-proxy "^1.1.7" + +react@16.6.1: + version "16.6.1" + resolved "https://registry.yarnpkg.com/react/-/react-16.6.1.tgz#ee2aef4f0a09e494594882029821049772f915fe" + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + prop-types "^15.6.2" + scheduler "^0.11.0" + +read-pkg-up@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" + dependencies: + find-up "^1.0.0" + read-pkg "^1.0.0" + +read-pkg-up@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-2.0.0.tgz#6b72a8048984e0c41e79510fd5e9fa99b3b549be" + dependencies: + find-up "^2.0.0" + read-pkg "^2.0.0" + +read-pkg@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" + dependencies: + load-json-file "^1.0.0" + normalize-package-data "^2.3.2" + path-type "^1.0.0" + +read-pkg@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-2.0.0.tgz#8ef1c0623c6a6db0dc6713c4bfac46332b2368f8" + dependencies: + load-json-file "^2.0.0" + normalize-package-data "^2.3.2" + path-type "^2.0.0" + +readable-stream@^2.0.1, readable-stream@^2.0.6, readable-stream@^2.2.2, readable-stream@~2.3.6: + version "2.3.6" + resolved "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +realpath-native@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.0.2.tgz#cd51ce089b513b45cf9b1516c82989b51ccc6560" + dependencies: + util.promisify "^1.0.0" + +regenerate-unicode-properties@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz#107405afcc4a190ec5ed450ecaa00ed0cafa7a4c" + dependencies: + regenerate "^1.4.0" + +regenerate@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11" + +regenerator-runtime@^0.11.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" + +regenerator-runtime@^0.12.0: + version "0.12.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz#fa1a71544764c036f8c49b13a08b2594c9f8a0de" + +regenerator-transform@^0.13.3: + version "0.13.3" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.13.3.tgz#264bd9ff38a8ce24b06e0636496b2c856b57bcbb" + dependencies: + private "^0.1.6" + +regex-cache@^0.4.2: + version "0.4.4" + resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" + dependencies: + is-equal-shallow "^0.1.3" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +regexpu-core@^4.1.3: + version "4.2.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.2.0.tgz#a3744fa03806cffe146dea4421a3e73bdcc47b1d" + dependencies: + regenerate "^1.4.0" + regenerate-unicode-properties "^7.0.0" + regjsgen "^0.4.0" + regjsparser "^0.3.0" + unicode-match-property-ecmascript "^1.0.4" + unicode-match-property-value-ecmascript "^1.0.2" + +regjsgen@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.4.0.tgz#c1eb4c89a209263f8717c782591523913ede2561" + +regjsparser@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.3.0.tgz#3c326da7fcfd69fa0d332575a41c8c0cdf588c96" + dependencies: + jsesc "~0.5.0" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + +repeat-element@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" + +repeat-string@^1.5.2, repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + +repeating@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" + dependencies: + is-finite "^1.0.0" + +request-promise-core@1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.1.tgz#3eee00b2c5aa83239cfb04c5700da36f81cd08b6" + dependencies: + lodash "^4.13.1" + +request-promise-native@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/request-promise-native/-/request-promise-native-1.0.5.tgz#5281770f68e0c9719e5163fd3fab482215f4fda5" + dependencies: + request-promise-core "1.1.1" + stealthy-require "^1.1.0" + tough-cookie ">=2.3.3" + +request@^2.87.0: + version "2.88.0" + resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" + dependencies: + aws-sign2 "~0.7.0" + aws4 "^1.8.0" + caseless "~0.12.0" + combined-stream "~1.0.6" + extend "~3.0.2" + forever-agent "~0.6.1" + form-data "~2.3.2" + har-validator "~5.1.0" + http-signature "~1.2.0" + is-typedarray "~1.0.0" + isstream "~0.1.2" + json-stringify-safe "~5.0.1" + mime-types "~2.1.19" + oauth-sign "~0.9.0" + performance-now "^2.1.0" + qs "~6.5.2" + safe-buffer "^5.1.2" + tough-cookie "~2.4.3" + tunnel-agent "^0.6.0" + uuid "^3.3.2" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + +require-main-filename@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" + +resolve-cwd@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" + dependencies: + resolve-from "^3.0.0" + +resolve-from@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748" + +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + +resolve@1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" + +resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26" + dependencies: + path-parse "^1.0.5" + +restore-cursor@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf" + dependencies: + onetime "^2.0.0" + signal-exit "^3.0.2" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + +rimraf@^2.5.4, rimraf@^2.6.1: + version "2.6.2" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" + dependencies: + glob "^7.0.5" + +rimraf@~2.2.6: + version "2.2.8" + resolved "http://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz#e439be2aaee327321952730f99a8929e4fc50582" + +rsvp@^3.3.3: + version "3.6.2" + resolved "https://registry.yarnpkg.com/rsvp/-/rsvp-3.6.2.tgz#2e96491599a96cde1b515d5674a8f7a91452926a" + +run-async@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0" + dependencies: + is-promise "^2.1.0" + +rx-lite-aggregates@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be" + dependencies: + rx-lite "*" + +rx-lite@*, rx-lite@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/rx-lite/-/rx-lite-4.0.8.tgz#0b1e11af8bc44836f04a6407e92da42467b79444" + +safe-buffer@5.1.2, safe-buffer@^5.0.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + +safe-regex@^1.1.0: + version "1.1.0" + resolved "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + dependencies: + ret "~0.1.10" + +"safer-buffer@>= 2.1.2 < 3", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + +sane@^2.0.0: + version "2.5.2" + resolved "https://registry.yarnpkg.com/sane/-/sane-2.5.2.tgz#b4dc1861c21b427e929507a3e751e2a2cb8ab3fa" + dependencies: + anymatch "^2.0.0" + capture-exit "^1.2.0" + exec-sh "^0.2.0" + fb-watchman "^2.0.0" + micromatch "^3.1.4" + minimist "^1.1.1" + walker "~1.0.5" + watch "~0.18.0" + optionalDependencies: + fsevents "^1.2.3" + +sane@^3.0.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/sane/-/sane-3.1.0.tgz#995193b7dc1445ef1fe41ddfca2faf9f111854c6" + dependencies: + anymatch "^2.0.0" + capture-exit "^1.2.0" + exec-sh "^0.2.0" + execa "^1.0.0" + fb-watchman "^2.0.0" + micromatch "^3.1.4" + minimist "^1.1.1" + walker "~1.0.5" + watch "~0.18.0" + optionalDependencies: + fsevents "^1.2.3" + +sax@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" + +sax@~1.1.1: + version "1.1.6" + resolved "http://registry.npmjs.org/sax/-/sax-1.1.6.tgz#5d616be8a5e607d54e114afae55b7eaf2fcc3240" + +scheduler@^0.11.0: + version "0.11.2" + resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.11.2.tgz#a8db5399d06eba5abac51b705b7151d2319d33d3" + dependencies: + loose-envify "^1.1.0" + object-assign "^4.1.1" + +"semver@2 || 3 || 4 || 5", semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.5.1: + version "5.6.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" + +send@0.16.2: + version "0.16.2" + resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1" + dependencies: + debug "2.6.9" + depd "~1.1.2" + destroy "~1.0.4" + encodeurl "~1.0.2" + escape-html "~1.0.3" + etag "~1.8.1" + fresh "0.5.2" + http-errors "~1.6.2" + mime "1.4.1" + ms "2.0.0" + on-finished "~2.3.0" + range-parser "~1.2.0" + statuses "~1.4.0" + +serialize-error@^2.1.0: + version "2.1.0" + resolved "http://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a" + +serve-static@^1.13.1: + version "1.13.2" + resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.13.2.tgz#095e8472fd5b46237db50ce486a43f4b86c6cec1" + dependencies: + encodeurl "~1.0.2" + escape-html "~1.0.3" + parseurl "~1.3.2" + send "0.16.2" + +set-blocking@^2.0.0, set-blocking@~2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + +set-value@^0.4.3: + version "0.4.3" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-0.4.3.tgz#7db08f9d3d22dc7f78e53af3c3bf4666ecdfccf1" + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.1" + to-object-path "^0.3.0" + +set-value@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.0.tgz#71ae4a88f0feefbbf52d1ea604f3fb315ebb6274" + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +setimmediate@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + +setprototypeof@1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656" + +shebang-command@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea" + dependencies: + shebang-regex "^1.0.0" + +shebang-regex@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3" + +shell-quote@1.6.1, shell-quote@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.6.1.tgz#f4781949cce402697127430ea3b3c5476f481767" + dependencies: + array-filter "~0.0.0" + array-map "~0.0.0" + array-reduce "~0.0.0" + jsonify "~0.0.0" + +shellwords@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b" + +signal-exit@^3.0.0, signal-exit@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d" + +simple-plist@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/simple-plist/-/simple-plist-0.2.1.tgz#71766db352326928cf3a807242ba762322636723" + dependencies: + bplist-creator "0.0.7" + bplist-parser "0.1.1" + plist "2.0.1" + +sisteransi@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-0.1.1.tgz#5431447d5f7d1675aac667ccd0b865a4994cb3ce" + +slash@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + +slide@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +source-map-resolve@^0.5.0: + version "0.5.2" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.2.tgz#72e2cc34095543e43b2c62b2c4c10d4a9054f259" + dependencies: + atob "^2.1.1" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@^0.4.15: + version "0.4.18" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" + dependencies: + source-map "^0.5.6" + +source-map-support@^0.5.6, source-map-support@^0.5.9: + version "0.5.9" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.9.tgz#41bc953b2534267ea2d605bccfa7bfa3111ced5f" + dependencies: + buffer-from "^1.0.0" + source-map "^0.6.0" + +source-map-url@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" + +source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@^0.5.7: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + +source-map@^0.6.0, source-map@^0.6.1, source-map@~0.6.1: + version "0.6.1" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + +spdx-correct@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.0.2.tgz#19bb409e91b47b1ad54159243f7312a858db3c2e" + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" + +spdx-expression-parse@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz#a59efc09784c2a5bada13cfeaf5c75dd214044d2" + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + dependencies: + extend-shallow "^3.0.0" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + +sshpk@^1.7.0: + version "1.15.2" + resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.15.2.tgz#c946d6bd9b1a39d0e8635763f5242d6ed6dcb629" + dependencies: + asn1 "~0.2.3" + assert-plus "^1.0.0" + bcrypt-pbkdf "^1.0.0" + dashdash "^1.12.0" + ecc-jsbn "~0.1.1" + getpass "^0.1.1" + jsbn "~0.1.0" + safer-buffer "^2.0.2" + tweetnacl "~0.14.0" + +stack-utils@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8" + +stacktrace-parser@^0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/stacktrace-parser/-/stacktrace-parser-0.1.4.tgz#01397922e5f62ecf30845522c95c4fe1d25e7d4e" + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +"statuses@>= 1.4.0 < 2": + version "1.5.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c" + +statuses@~1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.3.1.tgz#faf51b9eb74aaef3b3acf4ad5f61abf24cb7b93e" + +statuses@~1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087" + +stealthy-require@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/stealthy-require/-/stealthy-require-1.1.1.tgz#35b09875b4ff49f26a777e509b3090a3226bf24b" + +stream-buffers@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4" + +string-length@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/string-length/-/string-length-2.0.0.tgz#d40dbb686a3ace960c1cffca562bf2c45f8363ed" + dependencies: + astral-regex "^1.0.0" + strip-ansi "^4.0.0" + +string-width@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" + dependencies: + code-point-at "^1.0.0" + is-fullwidth-code-point "^1.0.0" + strip-ansi "^3.0.0" + +"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "http://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0, strip-ansi@^3.0.1: + version "3.0.1" + resolved "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + dependencies: + ansi-regex "^3.0.0" + +strip-bom@3.0.0, strip-bom@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" + +strip-bom@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e" + dependencies: + is-utf8 "^0.2.0" + +strip-eof@^1.0.0: + version "1.0.0" + resolved "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf" + +strip-json-comments@~2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" + +supports-color@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + +supports-color@^3.1.2: + version "3.2.3" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" + dependencies: + has-flag "^1.0.0" + +supports-color@^5.3.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + dependencies: + has-flag "^3.0.0" + +symbol-tree@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6" + +tar@^4: + version "4.4.8" + resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d" + dependencies: + chownr "^1.1.1" + fs-minipass "^1.2.5" + minipass "^2.3.4" + minizlib "^1.1.1" + mkdirp "^0.5.0" + safe-buffer "^5.1.2" + yallist "^3.0.2" + +temp@0.8.3: + version "0.8.3" + resolved "https://registry.yarnpkg.com/temp/-/temp-0.8.3.tgz#e0c6bc4d26b903124410e4fed81103014dfc1f59" + dependencies: + os-tmpdir "^1.0.0" + rimraf "~2.2.6" + +test-exclude@^4.2.1: + version "4.2.3" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-4.2.3.tgz#a9a5e64474e4398339245a0a769ad7c2f4a97c20" + dependencies: + arrify "^1.0.1" + micromatch "^2.3.11" + object-assign "^4.1.0" + read-pkg-up "^1.0.1" + require-main-filename "^1.0.1" + +throat@^4.0.0, throat@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" + +through2@^2.0.0: + version "2.0.5" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + dependencies: + readable-stream "~2.3.6" + xtend "~4.0.1" + +through@^2.3.6: + version "2.3.8" + resolved "http://registry.npmjs.org/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" + +time-stamp@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3" + +tmp@^0.0.33: + version "0.0.33" + resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9" + dependencies: + os-tmpdir "~1.0.2" + +tmpl@1.0.x: + version "1.0.4" + resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" + +to-fast-properties@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" + +to-fast-properties@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +tough-cookie@>=2.3.3, tough-cookie@^2.3.4: + version "2.5.0" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2" + dependencies: + psl "^1.1.28" + punycode "^2.1.1" + +tough-cookie@~2.4.3: + version "2.4.3" + resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.4.3.tgz#53f36da3f47783b0925afa06ff9f3b165280f781" + dependencies: + psl "^1.1.24" + punycode "^1.4.1" + +tr46@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/tr46/-/tr46-1.0.1.tgz#a8b13fd6bfd2489519674ccde55ba3693b706d09" + dependencies: + punycode "^2.1.0" + +trim-right@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" + +tunnel-agent@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + dependencies: + safe-buffer "^5.0.1" + +tweetnacl@^0.14.3, tweetnacl@~0.14.0: + version "0.14.5" + resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" + +type-check@~0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" + dependencies: + prelude-ls "~1.1.2" + +typedarray@^0.0.6: + version "0.0.6" + resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" + +ua-parser-js@^0.7.18: + version "0.7.19" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.19.tgz#94151be4c0a7fb1d001af7022fdaca4642659e4b" + +uglify-es@^3.1.9: + version "3.3.10" + resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.3.10.tgz#8b0b7992cebe20edc26de1bf325cef797b8f3fa5" + dependencies: + commander "~2.14.1" + source-map "~0.6.1" + +uglify-js@^3.1.4: + version "3.4.9" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3" + dependencies: + commander "~2.17.1" + source-map "~0.6.1" + +ultron@1.0.x: + version "1.0.2" + resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa" + +ultron@~1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c" + +unicode-canonical-property-names-ecmascript@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818" + +unicode-match-property-ecmascript@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz#8ed2a32569961bce9227d09cd3ffbb8fed5f020c" + dependencies: + unicode-canonical-property-names-ecmascript "^1.0.4" + unicode-property-aliases-ecmascript "^1.0.4" + +unicode-match-property-value-ecmascript@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.0.2.tgz#9f1dc76926d6ccf452310564fd834ace059663d4" + +unicode-property-aliases-ecmascript@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz#5a533f31b4317ea76f17d807fa0d116546111dd0" + +union-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.0.tgz#5c71c34cb5bad5dcebe3ea0cd08207ba5aa1aea4" + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^0.4.3" + +unpipe@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +uri-js@^4.2.2: + version "4.2.2" + resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0" + dependencies: + punycode "^2.1.0" + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + +util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + +util.promisify@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.0.tgz#440f7165a459c9a16dc145eb8e72f35687097030" + dependencies: + define-properties "^1.1.2" + object.getownpropertydescriptors "^2.0.3" + +utils-merge@1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + +uuid@3.0.1: + version "3.0.1" + resolved "http://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz#6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1" + +uuid@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" + +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + +vary@~1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + +verror@1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400" + dependencies: + assert-plus "^1.0.0" + core-util-is "1.0.2" + extsprintf "^1.2.0" + +w3c-hr-time@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/w3c-hr-time/-/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045" + dependencies: + browser-process-hrtime "^0.1.2" + +walker@~1.0.5: + version "1.0.7" + resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb" + dependencies: + makeerror "1.0.x" + +watch@~0.18.0: + version "0.18.0" + resolved "https://registry.yarnpkg.com/watch/-/watch-0.18.0.tgz#28095476c6df7c90c963138990c0a5423eb4b986" + dependencies: + exec-sh "^0.2.0" + minimist "^1.2.0" + +webidl-conversions@^4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" + +whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3: + version "1.0.5" + resolved "https://registry.yarnpkg.com/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz#5abacf777c32166a51d085d6b4f3e7d27113ddb0" + dependencies: + iconv-lite "0.4.24" + +whatwg-fetch@>=0.10.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" + +whatwg-mimetype@^2.1.0, whatwg-mimetype@^2.2.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz#3d4b1e0312d2079879f826aff18dbeeca5960fbf" + +whatwg-url@^6.4.1: + version "6.5.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-6.5.0.tgz#f2df02bff176fd65070df74ad5ccbb5a199965a8" + dependencies: + lodash.sortby "^4.7.0" + tr46 "^1.0.1" + webidl-conversions "^4.0.2" + +whatwg-url@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-7.0.0.tgz#fde926fa54a599f3adf82dff25a9f7be02dc6edd" + dependencies: + lodash.sortby "^4.7.0" + tr46 "^1.0.1" + webidl-conversions "^4.0.2" + +which-module@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + +which@^1.2.12, which@^1.2.9, which@^1.3.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" + dependencies: + isexe "^2.0.0" + +wide-align@^1.1.0: + version "1.1.3" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + dependencies: + string-width "^1.0.2 || 2" + +wordwrap@^1.0.0, wordwrap@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb" + +wordwrap@~0.0.2: + version "0.0.3" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" + +wrap-ansi@^2.0.0: + version "2.1.0" + resolved "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + +write-file-atomic@^1.2.0: + version "1.3.4" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-1.3.4.tgz#f807a4f0b1d9e913ae7a48112e6cc3af1991b45f" + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + slide "^1.1.5" + +write-file-atomic@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.3.0.tgz#1ff61575c2e2a4e8e510d6fa4e243cce183999ab" + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + +ws@^1.1.0: + version "1.1.5" + resolved "https://registry.yarnpkg.com/ws/-/ws-1.1.5.tgz#cbd9e6e75e09fc5d2c90015f21f0c40875e0dd51" + dependencies: + options ">=0.0.5" + ultron "1.0.x" + +ws@^3.3.1: + version "3.3.3" + resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2" + dependencies: + async-limiter "~1.0.0" + safe-buffer "~5.1.0" + ultron "~1.1.0" + +ws@^5.2.0: + version "5.2.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f" + dependencies: + async-limiter "~1.0.0" + +xcode@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/xcode/-/xcode-1.0.0.tgz#e1f5b1443245ded38c180796df1a10fdeda084ec" + dependencies: + pegjs "^0.10.0" + simple-plist "^0.2.1" + uuid "3.0.1" + +xml-name-validator@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-3.0.0.tgz#6ae73e06de4d8c6e47f9fb181f78d648ad457c6a" + +xmlbuilder@8.2.2: + version "8.2.2" + resolved "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773" + +xmlbuilder@^9.0.7: + version "9.0.7" + resolved "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz#132ee63d2ec5565c557e20f4c22df9aca686b10d" + +xmldoc@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/xmldoc/-/xmldoc-0.4.0.tgz#d257224be8393eaacbf837ef227fd8ec25b36888" + dependencies: + sax "~1.1.1" + +xmldom@0.1.x: + version "0.1.27" + resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9" + +xpipe@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/xpipe/-/xpipe-1.0.5.tgz#8dd8bf45fc3f7f55f0e054b878f43a62614dafdf" + +xtend@~4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" + +y18n@^3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" + +yallist@^3.0.0, yallist@^3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" + +yargs-parser@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-7.0.0.tgz#8d0ac42f16ea55debd332caf4c4038b3e3f5dfd9" + dependencies: + camelcase "^4.1.0" + +yargs-parser@^9.0.2: + version "9.0.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077" + dependencies: + camelcase "^4.1.0" + +yargs@^11.0.0: + version "11.1.0" + resolved "http://registry.npmjs.org/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77" + dependencies: + cliui "^4.0.0" + decamelize "^1.1.1" + find-up "^2.1.0" + get-caller-file "^1.0.1" + os-locale "^2.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1" + yargs-parser "^9.0.2" + +yargs@^9.0.0: + version "9.0.1" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-9.0.1.tgz#52acc23feecac34042078ee78c0c007f5085db4c" + dependencies: + camelcase "^4.1.0" + cliui "^3.2.0" + decamelize "^1.1.1" + get-caller-file "^1.0.1" + os-locale "^2.0.0" + read-pkg-up "^2.0.0" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^2.0.0" + which-module "^2.0.0" + y18n "^3.2.1" + yargs-parser "^7.0.0"