merged with master branch

This commit is contained in:
ue 2018-10-13 13:30:51 +03:00
commit 4be5483b7b
367 changed files with 17027 additions and 996 deletions

13
ios/Podfile Normal file
View File

@ -0,0 +1,13 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'esteem' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for esteem
pod 'React', :path => '../node_modules/react-native'
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'BVLinearGradient', :path => '../node_modules/react-native-linear-gradient'
end

30
ios/Podfile.lock Normal file
View File

@ -0,0 +1,30 @@
PODS:
- BVLinearGradient (2.4.2):
- React
- React (0.57.1):
- React/Core (= 0.57.1)
- React/Core (0.57.1):
- yoga (= 0.57.1.React)
- yoga (0.57.1.React)
DEPENDENCIES:
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
- React (from `../node_modules/react-native`)
- yoga (from `../node_modules/react-native/ReactCommon/yoga`)
EXTERNAL SOURCES:
BVLinearGradient:
:path: "../node_modules/react-native-linear-gradient"
React:
:path: "../node_modules/react-native"
yoga:
:path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS:
BVLinearGradient: 6d8909e3fc6b089defa4b89d967441fa6827a2ee
React: 1fe0eb13d90b625d94c3b117c274dcfd2e760e11
yoga: b1ce48b6cf950b98deae82838f5173ea7cf89e85
PODFILE CHECKSUM: 6cf5a54161c04ed31b903db21b69d6068f842043
COCOAPODS: 1.5.3

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradient.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientLayer.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-linear-gradient/BVLinearGradient/BVLinearGradientManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTAccessibilityManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTActivityIndicatorView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTActivityIndicatorViewManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTAlertManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTAnimationType.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTAppState.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTAssert.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTAsyncLocalStorage.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTAutoInsetsProtocol.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTBorderDrawing.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTBorderStyle.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTBridge+Private.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTBridge.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTBridgeDelegate.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTBridgeMethod.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTBridgeModule.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTBundleURLProvider.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTClipboard.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTComponent.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTComponentData.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTConvert+CoreLocation.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTConvert+Transform.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTConvert.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTCxxConvert.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTDatePicker.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTDatePickerManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTDefines.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTDevSettings.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTDeviceInfo.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTDisplayLink.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTErrorCustomizer.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTErrorInfo.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTEventDispatcher.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTEventEmitter.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTExceptionsManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Profiler/RCTFPSGraph.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTFont.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTFrameUpdate.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTI18nManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTI18nUtil.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTImageSource.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTInvalidating.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTJSCErrorHandling.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTJSCSamplingProfiler.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTJSStackFrame.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTJavaScriptExecutor.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTJavaScriptLoader.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTKeyCommands.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTKeyboardObserver.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTLayout.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTLayoutAnimation.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTLayoutAnimationGroup.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTLog.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Profiler/RCTMacros.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTManagedPointer.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTMaskedView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTMaskedViewManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTModalHostView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTModalHostViewController.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTModalHostViewManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTModalManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTModuleData.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTModuleMethod.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTMultipartDataTask.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTMultipartStreamReader.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTNavItem.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTNavItemManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTNavigator.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTNavigatorManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTNullability.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTParserUtils.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTPerformanceLogger.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTPicker.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTPickerManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTPlatform.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTPointerEvents.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Profiler/RCTProfile.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTProgressViewManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTRedBox.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTRefreshControl.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTRefreshControlManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTReloadCommand.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTRootContentView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/RCTRootShadowView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTRootView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTRootViewDelegate.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Base/RCTRootViewInternal.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaViewLocalData.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaViewManager.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentShadowView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentView.h

View File

@ -0,0 +1 @@
../../../../../../node_modules/react-native/React/Views/ScrollView/RCTScrollContentViewManager.h

Some files were not shown because too many files have changed in this diff Show More