React Native: start and end properties are not supported
See original GitHub issueVersion
2.1.1
Reproduction
import styled from 'styled-components/native';
const StyledView = styled.View`
border-start-width: 1px;
`;
Expected Behavior
https://facebook.github.io/yoga/docs/rtl/
Actual Behavior
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Layout Props - React Native
More detailed examples about those properties can be found on the Layout with Flexbox page. ... Ems and other units are not supported....
Read more >Why is "flex"-Property not working any more in react-native?
With React-Native 0.26 i could style a screen with a header and a large panel in proportion 1:10 when passing " flex:1 "...
Read more >react-native-video - npm
Start using react-native-video in your project by running `npm i ... Video filter is currently not supported on HLS playlists.
Read more >ReactDOM – React
render() does not modify the container node (only modifies the children of the container). It may be possible to insert a component to...
Read more >Getting Started with React Native on Android | Pluralsight
Platform-specific UI: There are still some APIs that are not supported by React Native core UI components like Map, so React Native offers ......
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
This is on the RN side - it’s saying it doesn’t support
borderStartWidth
. It’s worth trying these things withStyleSheet.create
before if you’re unsure what to expect!cc @jacobp100