Skip to content

Instantly share code, notes, and snippets.

@leeight
Created November 22, 2015 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leeight/569ab5e25126399e70d9 to your computer and use it in GitHub Desktop.
Save leeight/569ab5e25126399e70d9 to your computer and use it in GitHub Desktop.
__fbBatchedBridgeConfig.json
{
"remoteModuleConfig": {
"AnimationsDebugModule": {
"moduleID": 0,
"methods": {
"stopRecordingFps": {
"methodID": 0
},
"startRecordingFps": {
"methodID": 1
}
}
},
"AndroidConstants": {
"moduleID": 1,
"methods": {},
"constants": {
"Version": 22
}
},
"DeviceEventManager": {
"moduleID": 2,
"methods": {
"invokeDefaultBackPressHandler": {
"methodID": 0
}
}
},
"RKExceptionsManager": {
"moduleID": 3,
"methods": {
"reportSoftException": {
"methodID": 0
},
"updateExceptionMessage": {
"methodID": 1
},
"reportFatalException": {
"methodID": 2
}
}
},
"RKTiming": {
"moduleID": 4,
"methods": {
"deleteTimer": {
"methodID": 0
},
"createTimer": {
"methodID": 1
}
}
},
"RKSourceCode": {
"moduleID": 5,
"methods": {
"getScriptText": {
"methodID": 0
}
},
"constants": {
"scriptURL": "http://localhost:8081/index.android.bundle?platform=android&dev=true"
}
},
"RKUIManager": {
"moduleID": 6,
"methods": {
"setJSResponder": {
"methodID": 0
},
"manageChildren": {
"methodID": 1
},
"showPopupMenu": {
"methodID": 2
},
"setMainScrollViewTag": {
"methodID": 3
},
"dispatchViewManagerCommand": {
"methodID": 4
},
"findSubviewIn": {
"methodID": 5
},
"measureLayoutRelativeToParent": {
"methodID": 6
},
"sendAccessibilityEvent": {
"methodID": 7
},
"removeSubviewsFromContainerWithID": {
"methodID": 8
},
"measureLayout": {
"methodID": 9
},
"replaceExistingNonRootView": {
"methodID": 10
},
"updateView": {
"methodID": 11
},
"clearJSResponder": {
"methodID": 12
},
"configureNextLayoutAnimation": {
"methodID": 13
},
"removeRootView": {
"methodID": 14
},
"measure": {
"methodID": 15
},
"createView": {
"methodID": 16
}
},
"constants": {
"RNWebViewAndroid": {
"NativeProps": {
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"paddingTop": "number",
"position": "String",
"borderWidth": "number",
"javaScriptEnabled": "boolean",
"marginLeft": "number",
"marginHorizontal": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"html": "String",
"onLayout": "boolean",
"borderTopWidth": "number",
"flexWrap": "String",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"geolocationEnabled": "boolean",
"flex": "number",
"bottom": "number",
"marginBottom": "number",
"htmlCharset": "String",
"builtInZoomControls": "boolean",
"url": "String",
"disableCookies": "boolean",
"justifyContent": "String",
"padding": "number",
"alignSelf": "String",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"injectedJavaScript": "String",
"flexDirection": "String",
"importantForAccessibility": "String",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"margin": "number",
"top": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
}
},
"UIText": {
"AutocapitalizationType": {
"words": 8192,
"none": 1,
"sentences": 16384,
"characters": 4096
}
},
"AndroidProgressBar": {
"NativeProps": {
"marginBottom": "number",
"bottom": "number",
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"position": "String",
"paddingTop": "number",
"justifyContent": "String",
"padding": "number",
"borderWidth": "number",
"marginLeft": "number",
"marginHorizontal": "number",
"alignSelf": "String",
"backgroundColor": "Color",
"right": "number",
"borderLeftWidth": "number",
"paddingBottom": "number",
"paddingHorizontal": "number",
"scaleX": "number",
"height": "number",
"left": "number",
"onLayout": "boolean",
"translateY": "number",
"paddingRight": "number",
"flexWrap": "String",
"borderTopWidth": "number",
"borderRightWidth": "number",
"marginTop": "number",
"flexDirection": "String",
"translateX": "number",
"importantForAccessibility": "String",
"rotation": "number",
"marginVertical": "number",
"accessibilityLabel": "String",
"width": "number",
"paddingLeft": "number",
"accessibilityLiveRegion": "String",
"top": "number",
"margin": "number",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String",
"flex": "number",
"styleAttr": "String"
}
},
"customBubblingEventTypes": {
"topTouchStart": {
"phasedRegistrationNames": {
"captured": "onTouchStartCapture",
"bubbled": "onTouchStart"
}
},
"topEndEditing": {
"phasedRegistrationNames": {
"captured": "onEndEditingCapture",
"bubbled": "onEndEditing"
}
},
"topBlur": {
"phasedRegistrationNames": {
"captured": "onBlurCapture",
"bubbled": "onBlur"
}
},
"topTouchEnd": {
"phasedRegistrationNames": {
"captured": "onTouchEndCapture",
"bubbled": "onTouchEnd"
}
},
"topSelect": {
"phasedRegistrationNames": {
"captured": "onSelectCapture",
"bubbled": "onSelect"
}
},
"topTextInput": {
"phasedRegistrationNames": {
"captured": "onTextInputCapture",
"bubbled": "onTextInput"
}
},
"topChange": {
"phasedRegistrationNames": {
"captured": "onChangeCapture",
"bubbled": "onChange"
}
},
"topFocus": {
"phasedRegistrationNames": {
"captured": "onFocusCapture",
"bubbled": "onFocus"
}
},
"topSubmitEditing": {
"phasedRegistrationNames": {
"captured": "onSubmitEditingCapture",
"bubbled": "onSubmitEditing"
}
},
"topTouchMove": {
"phasedRegistrationNames": {
"captured": "onTouchMoveCapture",
"bubbled": "onTouchMove"
}
}
},
"RCTVirtualText": {
"NativeProps": {
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"numberOfLines": "number",
"borderBottomWidth": "number",
"scaleY": "number",
"position": "String",
"paddingTop": "number",
"borderWidth": "number",
"color": "number",
"marginLeft": "number",
"fontFamily": "String",
"marginHorizontal": "number",
"fontStyle": "String",
"paddingBottom": "number",
"paddingHorizontal": "number",
"scaleX": "number",
"onLayout": "boolean",
"flexWrap": "String",
"borderTopWidth": "number",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"flex": "number",
"marginBottom": "number",
"bottom": "number",
"textAlign": "String",
"justifyContent": "String",
"fontWeight": "String",
"padding": "number",
"alignSelf": "String",
"backgroundColor": "number",
"right": "number",
"borderLeftWidth": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"lineHeight": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"marginVertical": "number",
"fontSize": "number",
"accessibilityLabel": "String",
"width": "number",
"paddingLeft": "number",
"text": "String",
"top": "number",
"margin": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
}
},
"RCTScrollView": {
"Commands": {
"scrollTo": 1,
"scrollWithoutAnimationTo": 2
},
"NativeProps": {
"bottom": "number",
"marginBottom": "number",
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"justifyContent": "String",
"paddingTop": "number",
"position": "String",
"padding": "number",
"borderWidth": "number",
"marginLeft": "number",
"removeClippedSubviews": "boolean",
"alignSelf": "String",
"marginHorizontal": "number",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"showsVerticalScrollIndicator": "boolean",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"height": "number",
"left": "number",
"onLayout": "boolean",
"translateY": "number",
"borderTopWidth": "number",
"flexWrap": "String",
"paddingRight": "number",
"borderRightWidth": "number",
"marginTop": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"translateX": "number",
"rotation": "number",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"margin": "number",
"top": "number",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String",
"flex": "number"
}
},
"customDirectEventTypes": {
"topScroll": {
"registrationName": "onScroll"
},
"topDrawerStateChanged": {
"registrationName": "onDrawerStateChanged"
},
"topLoadingStart": {
"registrationName": "onLoadingStart"
},
"topDrawerClosed": {
"registrationName": "onDrawerClose"
},
"topScrollAnimationEnd": {
"registrationName": "onScrollAnimationEnd"
},
"topDrawerOpened": {
"registrationName": "onDrawerOpen"
},
"topMomentumScrollBegin": {
"registrationName": "onMomentumScrollBegin"
},
"topDrawerSlide": {
"registrationName": "onDrawerSlide"
},
"topLayout": {
"registrationName": "onLayout"
},
"topLoadingError": {
"registrationName": "onLoadingError"
},
"topScrollBeginDrag": {
"registrationName": "onScrollBeginDrag"
},
"topLoadingFinish": {
"registrationName": "onLoadingFinish"
},
"topPageScroll": {
"registrationName": "onPageScroll"
},
"topPageSelected": {
"registrationName": "onPageSelected"
},
"topScrollEndDrag": {
"registrationName": "onScrollEndDrag"
},
"topMomentumScrollEnd": {
"registrationName": "onMomentumScrollEnd"
},
"navigationStateChange": {
"registrationName": "onNavigationStateChange"
},
"topSelectionChange": {
"registrationName": "onSelectionChange"
}
},
"AccessibilityEventTypes": {
"typeViewClicked": 1,
"typeWindowStateChanged": 32
},
"SMXIconImage": {
"NativeProps": {
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"size": "number",
"borderBottomWidth": "number",
"scaleY": "number",
"paddingTop": "number",
"position": "String",
"borderWidth": "number",
"color": "Color",
"marginLeft": "number",
"marginHorizontal": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"onLayout": "boolean",
"borderTopWidth": "number",
"flexWrap": "String",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"accessibilityLiveRegion": "String",
"name": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"flex": "number",
"bottom": "number",
"marginBottom": "number",
"justifyContent": "String",
"padding": "number",
"alignSelf": "String",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"margin": "number",
"top": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
}
},
"RCTText": {
"NativeProps": {
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"numberOfLines": "number",
"borderBottomWidth": "number",
"scaleY": "number",
"position": "String",
"paddingTop": "number",
"borderWidth": "number",
"color": "number",
"marginLeft": "number",
"fontFamily": "String",
"marginHorizontal": "number",
"fontStyle": "String",
"paddingBottom": "number",
"paddingHorizontal": "number",
"scaleX": "number",
"onLayout": "boolean",
"flexWrap": "String",
"borderTopWidth": "number",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"flex": "number",
"marginBottom": "number",
"bottom": "number",
"textAlign": "String",
"justifyContent": "String",
"fontWeight": "String",
"padding": "number",
"alignSelf": "String",
"backgroundColor": "number",
"right": "number",
"borderLeftWidth": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"lineHeight": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"marginVertical": "number",
"fontSize": "number",
"accessibilityLabel": "String",
"width": "number",
"paddingLeft": "number",
"text": "String",
"top": "number",
"margin": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
}
},
"AndroidTextInput": {
"Commands": {
"blurTextInput": 2,
"focusTextInput": 1
},
"NativeProps": {
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"numberOfLines": "number",
"borderBottomWidth": "number",
"autoCorrect": "boolean",
"scaleY": "number",
"paddingTop": "number",
"position": "String",
"placeholderTextColor": "Color",
"borderWidth": "number",
"color": "number",
"marginLeft": "number",
"editable": "boolean",
"fontFamily": "String",
"underlineColorAndroid": "Color",
"marginHorizontal": "number",
"fontStyle": "String",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"onLayout": "boolean",
"borderTopWidth": "number",
"flexWrap": "String",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"autoCapitalize": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"flex": "number",
"keyboardType": "String",
"bottom": "number",
"marginBottom": "number",
"textAlign": "number",
"textAlignVertical": "number",
"justifyContent": "String",
"fontWeight": "String",
"padding": "number",
"multiline": "boolean",
"password": "boolean",
"alignSelf": "String",
"backgroundColor": "number",
"borderLeftWidth": "number",
"right": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"lineHeight": "number",
"mostRecentEventCount": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"marginVertical": "number",
"accessibilityLabel": "String",
"fontSize": "number",
"placeholder": "String",
"text": "String",
"paddingLeft": "number",
"width": "number",
"margin": "number",
"top": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
},
"Constants": {
"TextAlignVertical": {
"bottom": 80,
"top": 48,
"center": 16
},
"TextAlign": {
"end": 8388613,
"start": 8388611,
"center": 1
}
}
},
"StyleConstants": {
"PointerEventsValues": {
"none": 0,
"unspecified": 3,
"boxNone": 1,
"boxOnly": 2
}
},
"AndroidViewPager": {
"NativeProps": {
"bottom": "number",
"marginBottom": "number",
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"justifyContent": "String",
"paddingTop": "number",
"position": "String",
"padding": "number",
"borderWidth": "number",
"marginLeft": "number",
"alignSelf": "String",
"marginHorizontal": "number",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"height": "number",
"left": "number",
"onLayout": "boolean",
"translateY": "number",
"borderTopWidth": "number",
"flexWrap": "String",
"paddingRight": "number",
"borderRightWidth": "number",
"marginTop": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"translateX": "number",
"rotation": "number",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"margin": "number",
"top": "number",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String",
"flex": "number",
"selectedPage": "number"
}
},
"AndroidSwitch": {
"NativeProps": {
"marginBottom": "number",
"bottom": "number",
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"on": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"enabled": "boolean",
"position": "String",
"paddingTop": "number",
"justifyContent": "String",
"padding": "number",
"borderWidth": "number",
"marginLeft": "number",
"marginHorizontal": "number",
"alignSelf": "String",
"backgroundColor": "Color",
"right": "number",
"borderLeftWidth": "number",
"paddingBottom": "number",
"paddingHorizontal": "number",
"scaleX": "number",
"height": "number",
"left": "number",
"onLayout": "boolean",
"translateY": "number",
"paddingRight": "number",
"flexWrap": "String",
"borderTopWidth": "number",
"borderRightWidth": "number",
"marginTop": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"translateX": "number",
"rotation": "number",
"marginVertical": "number",
"accessibilityLabel": "String",
"width": "number",
"paddingLeft": "number",
"accessibilityLiveRegion": "String",
"top": "number",
"margin": "number",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String",
"flex": "number"
}
},
"PopupMenu": {
"itemSelected": "itemSelected",
"dismissed": "dismissed"
},
"Dimensions": {
"windowPhysicalPixels": {
"densityDpi": 640,
"height": 2560,
"width": 1440,
"scale": 4,
"fontScale": 4
}
},
"RCTRawText": {
"NativeProps": {
"opacity": "number",
"numberOfLines": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"position": "String",
"paddingTop": "number",
"borderWidth": "number",
"color": "number",
"marginLeft": "number",
"fontFamily": "String",
"marginHorizontal": "number",
"fontStyle": "String",
"paddingBottom": "number",
"paddingHorizontal": "number",
"scaleX": "number",
"onLayout": "boolean",
"flexWrap": "String",
"borderTopWidth": "number",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"flex": "number",
"marginBottom": "number",
"bottom": "number",
"textAlign": "String",
"justifyContent": "String",
"fontWeight": "String",
"padding": "number",
"alignSelf": "String",
"backgroundColor": "number",
"right": "number",
"borderLeftWidth": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"lineHeight": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"marginVertical": "number",
"fontSize": "number",
"accessibilityLabel": "String",
"width": "number",
"paddingLeft": "number",
"text": "String",
"top": "number",
"margin": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
}
},
"AndroidHorizontalScrollView": {
"NativeProps": {
"bottom": "number",
"marginBottom": "number",
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"justifyContent": "String",
"paddingTop": "number",
"position": "String",
"padding": "number",
"borderWidth": "number",
"marginLeft": "number",
"alignSelf": "String",
"marginHorizontal": "number",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"height": "number",
"left": "number",
"onLayout": "boolean",
"translateY": "number",
"borderTopWidth": "number",
"flexWrap": "String",
"paddingRight": "number",
"showsHorizontalScrollIndicator": "boolean",
"borderRightWidth": "number",
"marginTop": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"translateX": "number",
"rotation": "number",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"margin": "number",
"top": "number",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String",
"flex": "number"
}
},
"UIView": {
"ContentMode": {
"ScaleAspectFill": 6,
"ScaleAspectFit": 7
}
},
"RCTView": {
"Commands": {
"setPressed": 2,
"hotspotUpdate": 1
},
"NativeProps": {
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"paddingTop": "number",
"position": "String",
"borderWidth": "number",
"marginLeft": "number",
"borderRightColor": "Color",
"removeClippedSubviews": "boolean",
"marginHorizontal": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"onLayout": "boolean",
"flexWrap": "String",
"borderTopWidth": "number",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"accessible": "boolean",
"rotation": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"pointerEvents": "String",
"flex": "number",
"bottom": "number",
"marginBottom": "number",
"borderTopColor": "Color",
"borderRadius": "number",
"justifyContent": "String",
"padding": "number",
"borderColor": "Color",
"borderLeftColor": "Color",
"borderStyle": "String",
"alignSelf": "String",
"backgroundColor": "Color",
"right": "number",
"borderLeftWidth": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"needsOffscreenAlphaCompositing": "boolean",
"flexDirection": "String",
"importantForAccessibility": "String",
"nativeBackgroundAndroid": "Map",
"borderBottomColor": "Color",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"margin": "number",
"top": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
}
},
"ToolbarAndroid": {
"NativeProps": {
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"subtitle": "String",
"paddingTop": "number",
"position": "String",
"borderWidth": "number",
"marginLeft": "number",
"titleColor": "Color",
"marginHorizontal": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"onLayout": "boolean",
"borderTopWidth": "number",
"flexWrap": "String",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"logo": "Map",
"flex": "number",
"bottom": "number",
"marginBottom": "number",
"justifyContent": "String",
"padding": "number",
"subtitleColor": "Color",
"overflowIcon": "Map",
"alignSelf": "String",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"navIcon": "Map",
"height": "number",
"left": "number",
"actions": "Array",
"translateY": "number",
"paddingRight": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"title": "String",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"margin": "number",
"top": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
},
"Constants": {
"ShowAsAction": {
"always": 2,
"never": 0,
"ifRoom": 1
}
}
},
"RCTImageView": {
"NativeProps": {
"tintColor": "Color",
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"borderBottomWidth": "number",
"scaleY": "number",
"paddingTop": "number",
"position": "String",
"borderWidth": "number",
"marginLeft": "number",
"marginHorizontal": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"onLayout": "boolean",
"borderTopWidth": "number",
"flexWrap": "String",
"borderRightWidth": "number",
"marginTop": "number",
"translateX": "number",
"rotation": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"flex": "number",
"bottom": "number",
"marginBottom": "number",
"borderRadius": "number",
"justifyContent": "String",
"resizeMode": "String",
"padding": "number",
"src": "String",
"borderColor": "Color",
"alignSelf": "String",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"height": "number",
"left": "number",
"translateY": "number",
"paddingRight": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"margin": "number",
"top": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String"
}
},
"AndroidDrawerLayout": {
"Commands": {
"openDrawer": 1,
"closeDrawer": 2
},
"NativeProps": {
"bottom": "number",
"marginBottom": "number",
"opacity": "number",
"renderToHardwareTextureAndroid": "boolean",
"drawerWidth": "number",
"borderBottomWidth": "number",
"scaleY": "number",
"justifyContent": "String",
"paddingTop": "number",
"position": "String",
"padding": "number",
"borderWidth": "number",
"marginLeft": "number",
"alignSelf": "String",
"marginHorizontal": "number",
"backgroundColor": "Color",
"borderLeftWidth": "number",
"right": "number",
"paddingHorizontal": "number",
"paddingBottom": "number",
"scaleX": "number",
"height": "number",
"left": "number",
"onLayout": "boolean",
"translateY": "number",
"borderTopWidth": "number",
"flexWrap": "String",
"paddingRight": "number",
"borderRightWidth": "number",
"marginTop": "number",
"drawerPosition": "number",
"flexDirection": "String",
"importantForAccessibility": "String",
"translateX": "number",
"rotation": "number",
"marginVertical": "number",
"accessibilityLabel": "String",
"paddingLeft": "number",
"width": "number",
"accessibilityLiveRegion": "String",
"alignItems": "String",
"margin": "number",
"top": "number",
"accessibilityComponentType": "String",
"paddingVertical": "number",
"decomposedMatrix": "Map",
"marginRight": "number",
"testID": "String",
"flex": "number"
},
"Constants": {
"DrawerPosition": {
"Right": 8388613,
"Left": 8388611
}
}
}
}
},
"DebugComponentOwnershipModule": {
"moduleID": 7,
"methods": {
"receiveOwnershipHierarchy": {
"methodID": 0
}
}
},
"AsyncSQLiteDBStorage": {
"moduleID": 8,
"methods": {
"multiRemove": {
"methodID": 0
},
"getAllKeys": {
"methodID": 1
},
"multiSet": {
"methodID": 2
},
"clear": {
"methodID": 3
},
"multiMerge": {
"methodID": 4
},
"multiGet": {
"methodID": 5
}
}
},
"FrescoModule": {
"moduleID": 9,
"methods": {}
},
"RCTNetworking": {
"moduleID": 10,
"methods": {
"abortRequest": {
"methodID": 0
},
"sendRequest": {
"methodID": 1
}
}
},
"WebSocketModule": {
"moduleID": 11,
"methods": {
"connect": {
"methodID": 0
},
"send": {
"methodID": 1
},
"close": {
"methodID": 2
}
}
},
"ToastAndroid": {
"moduleID": 12,
"methods": {
"show": {
"methodID": 0
}
},
"constants": {
"LONG": 1,
"SHORT": 0
}
},
"ReactLocalization": {
"moduleID": 13,
"methods": {
"getLanguage": {
"methodID": 0
}
},
"constants": {
"language": "zh"
}
}
},
"localModulesConfig": {
"RCTDeviceEventEmitter": {
"moduleID": 0,
"methods": {
"emit": {
"methodID": 0
}
}
},
"JSTimersExecution": {
"moduleID": 1,
"methods": {
"callTimers": {
"methodID": 0
}
}
},
"RCTEventEmitter": {
"moduleID": 2,
"methods": {
"receiveTouches": {
"methodID": 1
},
"receiveEvent": {
"methodID": 0
}
}
},
"AppRegistry": {
"moduleID": 3,
"methods": {
"runApplication": {
"methodID": 0
}
}
},
"ReactNative": {
"moduleID": 4,
"methods": {
"unmountComponentAtNodeAndRemoveContainer": {
"methodID": 0
}
}
},
"RCTDebugComponentOwnership": {
"moduleID": 5,
"methods": {
"getOwnerHierarchy": {
"methodID": 0
}
}
}
}
}
@leeight
Copy link
Author

leeight commented Nov 22, 2015

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment