question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to figure where is the warning error coming from ?

See original GitHub issue

image

Warning: Failed prop type: Invalid props.style key fontSize supplied to ScrollView. Bad object: { “backgroundColor”: “white”, “margin”: 10, “fontSize”: 12 } Valid keys: [ “display”, “width”, “height”, “top”, “left”, “right”, “bottom”, “minWidth”, “maxWidth”, “minHeight”, “maxHeight”, “margin”, “marginVertical”, “marginHorizontal”, “marginTop”, “marginBottom”, “marginLeft”, “marginRight”, “padding”, “paddingVertical”, “paddingHorizontal”, “paddingTop”, “paddingBottom”, “paddingLeft”, “paddingRight”, “borderWidth”, “borderTopWidth”, “borderRightWidth”, “borderBottomWidth”, “borderLeftWidth”, “position”, “flexDirection”, “flexWrap”, “justifyContent”, “alignItems”, “alignSelf”, “alignContent”, “overflow”, “flex”, “flexGrow”, “flexShrink”, “flexBasis”, “aspectRatio”, “zIndex”, “direction”, “shadowColor”, “shadowOffset”, “shadowOpacity”, “shadowRadius”, “transform”, “transformMatrix”, “decomposedMatrix”, “scaleX”, “scaleY”, “rotation”, “translateX”, “translateY”, “backfaceVisibility”, “backgroundColor”, “borderColor”, “borderTopColor”, “borderRightColor”, “borderBottomColor”, “borderLeftColor”, “borderRadius”, “borderTopLeftRadius”, “borderTopRightRadius”, “borderBottomLeftRadius”, “borderBottomRightRadius”, “borderStyle”, “opacity”, “elevation” ] in ScrollView (at ListView.js:332) in ListView (at MapScreen.js:137) in RCTView (at View.js:113) in View (at MapScreen.js:136) in RCTView (at View.js:113) in View (at MapScreen.js:114) in MapScreen (created by Connect(MapScreen)) in Connect(MapScreen) (at SceneView.js:35) in SceneView (at CardStack.js:408) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at Card.js:28) in Card (at PointerEventsContainer.js:55) in Container (at CardStack.js:438) in RCTView (at View.js:113) in View (at CardStack.js:368) in RCTView (at View.js:113) in View (at CardStack.js:367) in CardStack (at CardStackTransitioner.js:110) in RCTView (at View.js:113) in View (at Transitioner.js:192) in Transitioner (at CardStackTransitioner.js:60) in CardStackTransitioner (at StackNavigator.js:48) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at App.js:235) in RCTView (at View.js:113) in View (at App.js:234) in Provider (at App.js:233) in App (at registerRootComponent.js:36) in RootErrorBoundary (at registerRootComponent.js:35) in ExpoRootComponent (at renderApplication.js:35) in RCTView (at View.js:113) in View (at AppContainer.js:100) in RCTView (at View.js:113) in View (at AppContainer.js:121) in AppContainer (at renderApplication.js:34) 11:26:13 AM ▶Warning: Failed prop type: Invalid props.style key fontSize supplied to ListView. Bad object: { “backgroundColor”: “white”, “margin”: 10, “fontSize”: 12 } Valid keys: [ “display”, “width”, “height”, “top”, “left”, “right”, “bottom”, “minWidth”, “maxWidth”, “minHeight”, “maxHeight”, “margin”, “marginVertical”, “marginHorizontal”, “marginTop”, “marginBottom”, “marginLeft”, “marginRight”, “padding”, “paddingVertical”, “paddingHorizontal”, “paddingTop”, “paddingBottom”, “paddingLeft”, “paddingRight”, “borderWidth”, “borderTopWidth”, “borderRightWidth”, “borderBottomWidth”, “borderLeftWidth”, “position”, “flexDirection”, “flexWrap”, “justifyContent”, “alignItems”, “alignSelf”, “alignContent”, “overflow”, “flex”, “flexGrow”, “flexShrink”, “flexBasis”, “aspectRatio”, “zIndex”, “direction”, “shadowColor”, “shadowOffset”, “shadowOpacity”, “shadowRadius”, “transform”, “transformMatrix”, “decomposedMatrix”, “scaleX”, “scaleY”, “rotation”, “translateX”, “translateY”, “backfaceVisibility”, “backgroundColor”, “borderColor”, “borderTopColor”, “borderRightColor”, “borderBottomColor”, “borderLeftColor”, “borderRadius”, “borderTopLeftRadius”, “borderTopRightRadius”, “borderBottomLeftRadius”, “borderBottomRightRadius”, “borderStyle”, “opacity”, “elevation” ] in ListView (at MapScreen.js:137) in MapScreen (created by Connect(MapScreen)) in Connect(MapScreen) (at SceneView.js:35) in SceneView (at CardStack.js:408) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at Card.js:28) in Card (at PointerEventsContainer.js:55) in Container (at CardStack.js:438) in RCTView (at View.js:113) in View (at CardStack.js:368) in RCTView (at View.js:113) in View (at CardStack.js:367) in CardStack (at CardStackTransitioner.js:110) in RCTView (at View.js:113) in View (at Transitioner.js:192) in Transitioner (at CardStackTransitioner.js:60) in CardStackTransitioner (at StackNavigator.js:48) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at App.js:235) in RCTView (at View.js:113) in View (at App.js:234) in Provider (at App.js:233) in App (at registerRootComponent.js:36) in RootErrorBoundary (at registerRootComponent.js:35) in ExpoRootComponent (at renderApplication.js:35) in RCTView (at View.js:113) in View (at AppContainer.js:100) in RCTView (at View.js:113) in View (at AppContainer.js:121) in AppContainer (at renderApplication.js:34) 11:26:15 AM ▶Warning: Failed prop type: Invalid props.style key fontFamily supplied to TouchableHighlight. Bad object: { “padding”: 20, “paddingTop”: 20, “paddingBottom”: 20, “backgroundColor”: “white”, “fontFamily”: “morbi-rounded” } Valid keys: [ “display”, “width”, “height”, “top”, “left”, “right”, “bottom”, “minWidth”, “maxWidth”, “minHeight”, “maxHeight”, “margin”, “marginVertical”, “marginHorizontal”, “marginTop”, “marginBottom”, “marginLeft”, “marginRight”, “padding”, “paddingVertical”, “paddingHorizontal”, “paddingTop”, “paddingBottom”, “paddingLeft”, “paddingRight”, “borderWidth”, “borderTopWidth”, “borderRightWidth”, “borderBottomWidth”, “borderLeftWidth”, “position”, “flexDirection”, “flexWrap”, “justifyContent”, “alignItems”, “alignSelf”, “alignContent”, “overflow”, “flex”, “flexGrow”, “flexShrink”, “flexBasis”, “aspectRatio”, “zIndex”, “direction”, “shadowColor”, “shadowOffset”, “shadowOpacity”, “shadowRadius”, “transform”, “transformMatrix”, “decomposedMatrix”, “scaleX”, “scaleY”, “rotation”, “translateX”, “translateY”, “backfaceVisibility”, “backgroundColor”, “borderColor”, “borderTopColor”, “borderRightColor”, “borderBottomColor”, “borderLeftColor”, “borderRadius”, “borderTopLeftRadius”, “borderTopRightRadius”, “borderBottomLeftRadius”, “borderBottomRightRadius”, “borderStyle”, “opacity”, “elevation” ] in TouchableHighlight (at ListItem.js:98) in ListItem (at AllPropertiesScreen.js:129) in RCTView (at View.js:113) in View (at VirtualizedList.js:1238) in CellRenderer (at VirtualizedList.js:463) in RCTScrollContentView (at ScrollView.js:707) in RCTScrollView (at ScrollView.js:778) in ScrollView (at VirtualizedList.js:749) in VirtualizedList (at FlatList.js:557) in FlatList (at AllPropertiesScreen.js:126) in AllPropertiesScreen (created by Connect(AllPropertiesScreen)) in Connect(AllPropertiesScreen) (at SceneView.js:35) in SceneView (at CardStack.js:408) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at Card.js:28) in Card (at PointerEventsContainer.js:55) in Container (at CardStack.js:438) in RCTView (at View.js:113) in View (at CardStack.js:368) in RCTView (at View.js:113) in View (at CardStack.js:367) in CardStack (at CardStackTransitioner.js:110) in RCTView (at View.js:113) in View (at Transitioner.js:192) in Transitioner (at CardStackTransitioner.js:60) in CardStackTransitioner (at StackNavigator.js:48) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at App.js:235) in RCTView (at View.js:113) in View (at App.js:234) in Provider (at App.js:233) in App (at registerRootComponent.js:36) in RootErrorBoundary (at registerRootComponent.js:35) in ExpoRootComponent (at renderApplication.js:35) in RCTView (at View.js:113) in View (at AppContainer.js:100) in RCTView (at View.js:113) in View (at AppContainer.js:121) in AppContainer (at renderApplication.js:34) 11:26:17 AM ▶Warning: Failed prop type: Invalid props.style key fontSize supplied to RCTScrollView. Bad object: { “flexGrow”: 1, “flexShrink”: 1, “flexDirection”: “column”, “overflow”: “scroll”, “backgroundColor”: “white”, “margin”: 10, “fontSize”: 12 } Valid keys: [ “display”, “width”, “height”, “top”, “left”, “right”, “bottom”, “minWidth”, “maxWidth”, “minHeight”, “maxHeight”, “margin”, “marginVertical”, “marginHorizontal”, “marginTop”, “marginBottom”, “marginLeft”, “marginRight”, “padding”, “paddingVertical”, “paddingHorizontal”, “paddingTop”, “paddingBottom”, “paddingLeft”, “paddingRight”, “borderWidth”, “borderTopWidth”, “borderRightWidth”, “borderBottomWidth”, “borderLeftWidth”, “position”, “flexDirection”, “flexWrap”, “justifyContent”, “alignItems”, “alignSelf”, “alignContent”, “overflow”, “flex”, “flexGrow”, “flexShrink”, “flexBasis”, “aspectRatio”, “zIndex”, “direction”, “shadowColor”, “shadowOffset”, “shadowOpacity”, “shadowRadius”, “transform”, “transformMatrix”, “decomposedMatrix”, “scaleX”, “scaleY”, “rotation”, “translateX”, “translateY”, “backfaceVisibility”, “backgroundColor”, “borderColor”, “borderTopColor”, “borderRightColor”, “borderBottomColor”, “borderLeftColor”, “borderRadius”, “borderTopLeftRadius”, “borderTopRightRadius”, “borderBottomLeftRadius”, “borderBottomRightRadius”, “borderStyle”, “opacity”, “elevation” ] in RCTScrollView (at ScrollView.js:800) in ScrollView (at ListView.js:332) in ListView (at MapScreen.js:137) in RCTView (at View.js:113) in View (at MapScreen.js:136) in RCTView (at View.js:113) in View (at MapScreen.js:114) in MapScreen (created by Connect(MapScreen)) in Connect(MapScreen) (at SceneView.js:35) in SceneView (at CardStack.js:408) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at Card.js:28) in Card (at PointerEventsContainer.js:55) in Container (at CardStack.js:438) in RCTView (at View.js:113) in View (at CardStack.js:368) in RCTView (at View.js:113) in View (at CardStack.js:367) in CardStack (at CardStackTransitioner.js:110) in RCTView (at View.js:113) in View (at Transitioner.js:192) in Transitioner (at CardStackTransitioner.js:60) in CardStackTransitioner (at StackNavigator.js:48) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at App.js:235) in RCTView (at View.js:113) in View (at App.js:234) in Provider (at App.js:233) in App (at registerRootComponent.js:36) in RootErrorBoundary (at registerRootComponent.js:35) in ExpoRootComponent (at renderApplication.js:35) in RCTView (at View.js:113) in View (at AppContainer.js:100) in RCTView (at View.js:113) in View (at AppContainer.js:121) in AppContainer (at renderApplication.js:34) 11:26:19 AM ▶Warning: Failed prop type: Invalid props.style key fontFamily supplied to RCTView. Bad object: { “backgroundColor”: “white”, “padding”: 20, “paddingTop”: 20, “paddingBottom”: 20, “fontFamily”: “morbi-rounded” } Valid keys: [ “display”, “width”, “height”, “top”, “left”, “right”, “bottom”, “minWidth”, “maxWidth”, “minHeight”, “maxHeight”, “margin”, “marginVertical”, “marginHorizontal”, “marginTop”, “marginBottom”, “marginLeft”, “marginRight”, “padding”, “paddingVertical”, “paddingHorizontal”, “paddingTop”, “paddingBottom”, “paddingLeft”, “paddingRight”, “borderWidth”, “borderTopWidth”, “borderRightWidth”, “borderBottomWidth”, “borderLeftWidth”, “position”, “flexDirection”, “flexWrap”, “justifyContent”, “alignItems”, “alignSelf”, “alignContent”, “overflow”, “flex”, “flexGrow”, “flexShrink”, “flexBasis”, “aspectRatio”, “zIndex”, “direction”, “shadowColor”, “shadowOffset”, “shadowOpacity”, “shadowRadius”, “transform”, “transformMatrix”, “decomposedMatrix”, “scaleX”, “scaleY”, “rotation”, “translateX”, “translateY”, “backfaceVisibility”, “backgroundColor”, “borderColor”, “borderTopColor”, “borderRightColor”, “borderBottomColor”, “borderLeftColor”, “borderRadius”, “borderTopLeftRadius”, “borderTopRightRadius”, “borderBottomLeftRadius”, “borderBottomRightRadius”, “borderStyle”, “opacity”, “elevation” ] in RCTView (at View.js:113) in View (at TouchableHighlight.js:257) in TouchableHighlight (at ListItem.js:98) in ListItem (at AllPropertiesScreen.js:129) in RCTView (at View.js:113) in View (at VirtualizedList.js:1238) in CellRenderer (at VirtualizedList.js:463) in RCTScrollContentView (at ScrollView.js:707) in RCTScrollView (at ScrollView.js:778) in ScrollView (at VirtualizedList.js:749) in VirtualizedList (at FlatList.js:557) in FlatList (at AllPropertiesScreen.js:126) in AllPropertiesScreen (created by Connect(AllPropertiesScreen)) in Connect(AllPropertiesScreen) (at SceneView.js:35) in SceneView (at CardStack.js:408) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at Card.js:28) in Card (at PointerEventsContainer.js:55) in Container (at CardStack.js:438) in RCTView (at View.js:113) in View (at CardStack.js:368) in RCTView (at View.js:113) in View (at CardStack.js:367) in CardStack (at CardStackTransitioner.js:110) in RCTView (at View.js:113) in View (at Transitioner.js:192) in Transitioner (at CardStackTransitioner.js:60) in CardStackTransitioner (at StackNavigator.js:48) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at App.js:235) in RCTView (at View.js:113) in View (at App.js:234) in Provider (at App.js:233) in App (at registerRootComponent.js:36) in RootErrorBoundary (at registerRootComponent.js:35) in ExpoRootComponent (at renderApplication.js:35) in RCTView (at View.js:113) in View (at AppContainer.js:100) in RCTView (at View.js:113) in View (at AppContainer.js:121) in AppContainer (at renderApplication.js:34) 11:26:21 AM ▶Warning: Failed prop type: Invalid props.style key fontFamily supplied to View. Bad object: { “backgroundColor”: “white”, “padding”: 20, “paddingTop”: 20, “paddingBottom”: 20, “fontFamily”: “morbi-rounded” } Valid keys: [ “display”, “width”, “height”, “top”, “left”, “right”, “bottom”, “minWidth”, “maxWidth”, “minHeight”, “maxHeight”, “margin”, “marginVertical”, “marginHorizontal”, “marginTop”, “marginBottom”, “marginLeft”, “marginRight”, “padding”, “paddingVertical”, “paddingHorizontal”, “paddingTop”, “paddingBottom”, “paddingLeft”, “paddingRight”, “borderWidth”, “borderTopWidth”, “borderRightWidth”, “borderBottomWidth”, “borderLeftWidth”, “position”, “flexDirection”, “flexWrap”, “justifyContent”, “alignItems”, “alignSelf”, “alignContent”, “overflow”, “flex”, “flexGrow”, “flexShrink”, “flexBasis”, “aspectRatio”, “zIndex”, “direction”, “shadowColor”, “shadowOffset”, “shadowOpacity”, “shadowRadius”, “transform”, “transformMatrix”, “decomposedMatrix”, “scaleX”, “scaleY”, “rotation”, “translateX”, “translateY”, “backfaceVisibility”, “backgroundColor”, “borderColor”, “borderTopColor”, “borderRightColor”, “borderBottomColor”, “borderLeftColor”, “borderRadius”, “borderTopLeftRadius”, “borderTopRightRadius”, “borderBottomLeftRadius”, “borderBottomRightRadius”, “borderStyle”, “opacity”, “elevation” ] in View (at TouchableHighlight.js:257) in TouchableHighlight (at ListItem.js:98) in ListItem (at AllPropertiesScreen.js:129) in RCTView (at View.js:113) in View (at VirtualizedList.js:1238) in CellRenderer (at VirtualizedList.js:463) in RCTScrollContentView (at ScrollView.js:707) in RCTScrollView (at ScrollView.js:778) in ScrollView (at VirtualizedList.js:749) in VirtualizedList (at FlatList.js:557) in FlatList (at AllPropertiesScreen.js:126) in AllPropertiesScreen (created by Connect(AllPropertiesScreen)) in Connect(AllPropertiesScreen) (at SceneView.js:35) in SceneView (at CardStack.js:408) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at Card.js:28) in Card (at PointerEventsContainer.js:55) in Container (at CardStack.js:438) in RCTView (at View.js:113) in View (at CardStack.js:368) in RCTView (at View.js:113) in View (at CardStack.js:367) in CardStack (at CardStackTransitioner.js:110) in RCTView (at View.js:113) in View (at Transitioner.js:192) in Transitioner (at CardStackTransitioner.js:60) in CardStackTransitioner (at StackNavigator.js:48) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at SceneView.js:35) in SceneView (at TabView.js:70) in RCTView (at View.js:113) in View (at TabView.js:69) in RCTView (at View.js:113) in View (at TabViewPagerPan.js:285) in RCTView (at View.js:113) in View (at AnimatedImplementation.js:1865) in AnimatedComponent (at TabViewPagerPan.js:275) in TabViewPagerPan (at TabView.js:133) in RCTView (at View.js:113) in View (at TabViewAnimated.js:260) in TabViewAnimated (at TabView.js:185) in TabView (at withCachedChildNavigation.js:60) in withCachedChildNavigation(TabView) (at TabNavigator.js:51) in Unknown (at createNavigator.js:36) in Navigator (at createNavigationContainer.js:200) in NavigationContainer (at App.js:235) in RCTView (at View.js:113) in View (at App.js:234) in Provider (at App.js:233) in App (at registerRootComponent.js:36) in RootErrorBoundary (at registerRootComponent.js:35) in ExpoRootComponent (at renderApplication.js:35) in RCTView (at View.js:113) in View (at AppContainer.js:100) in RCTView (at View.js:113) in View (at AppContainer.js:121) in AppContainer (at renderApplication.js:34)

Is this a bug report?

(write your answer here)

Have you read the Contributing Guidelines?

(Write your answer here.)

Environment

Steps to Reproduce

(Write your steps here:)

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Add screenshots!)

Reproducible Demo

(Paste the link to an example project and exact instructions to reproduce the issue.)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
mintbridgecommented, Oct 28, 2017

It took me a long time to work this out, but you also get this error when you set a fontSize on a <Text> component that has a sibling of a <View>. For example,

Shows error:

 <View>
  <Text style={{fontSize: 16}}>Some Other Text</Text>
  <View>
    ...
  </View>
</View>

No error:

<View>
  <View>
    <Text style={{fontSize: 16}}>Some Other Text</Text>
  </View>
  <View>
    ...
  </View>
</View>

Not sure if this by design or not?

0reactions
stale[bot]commented, Jan 14, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to find out where a Python Warning is from - Stack Overflow
You can filter the warnings to raise which will enable you to debug (e.g. using pdb): import warnings warnings.filterwarnings('error').
Read more >
How to Find Warning Errors in Cadence (or ignore them)
The other and better option is to press the 'G' keyboard shortcut, the error and warning descriptions will appear: 3- Inside this “Find...
Read more >
How to find out where an error occurs?
How to find out where an error occurs? · Start by doing a search for [[5]] . · Try appending info to each...
Read more >
Handling Errors & Warnings in R | List of Typical Messages ...
This page explains some of the most common error and warning messages in the R programming language. Below, you can find a list...
Read more >
Warnings and errors | Substance 3D Designer - 3D & AR
Errors are displayed in red text, and denote a failed computation, an unexpected result or the inability to perform a task. They usually...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found