Warning: Failed prop type: Invalid props.style key `NativeBase` supplied to `ScrollView`.
See original GitHub issue"react": "16.3.1",
"react-native": "0.55.4",
“native-base”: “^2.7.2”,
Warning: Failed prop type: Invalid props.style key NativeBase
supplied to ScrollView
.
ExceptionsManager.js:71 Warning: Failed prop type: Invalid props.style key NativeBase
supplied to View
.
Bad object:
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
React-Native: Native-base: failed prop type: Invalid props.style ...
It seems there is an issue in a file from the library you are using. They have nested a style inside another, thus...
Read more >Warning: Failed prop type: Invalid props.style key 'resizeMode ...
Coding example for the question Warning: Failed prop type: Invalid props.style key 'resizeMode' supplied to 'RCTView'-React Native.
Read more >Components - NativeBase
NativeBase gives you privilege to customize the props of this component. Example: To have custom style for button, include them in style prop...
Read more >CS50's Mobile App Development with React Native 2018
0:27:14So we have this value set to props. ... 1:31:29Warning: Failed prop type. 1:31:30Invalid prop count of type string supplied to count.
Read more >VirtualizedList - React Native
This is a PureComponent which means that it will not re-render if props are shallow-equal. Make sure that everything your renderItem function ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same here
@SupriyaKalghatgi i’m still getting this issue.
Version react: 16.3.1 react-native: ~0.55.2 native-base: ^2.8.0
Issue posted on Stackoverflow