Invalid width of type string supplied to overlayLabelWrapper
See original GitHub issueHappens with the basic example from README:

Props width
and height
shouldn’t be of type string as described here:
https://github.com/alexbrillant/react-native-deck-swiper#overlaylabelwrapperstyle-default-props
Wouldn’t it be better to use flexbox and use alignSelf: 'stretch'
?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Possible to use flex instead of absolute positioning ... - GitHub
The has a calculated height of 627 which is somehow completely wrong (too big) and ... Invalid width of type string supplied to...
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 Free
Top 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
@miclaus I see, apologies.
@alexbrillant Looks like we should bump RN in
package.json
to0.42.3
. See: https://github.com/facebook/react-native/releases/tag/v0.42.3@designorant no worries, thank’s for the version tip, i’ll give that a try.