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.

React Native: start and end properties are not supported

See original GitHub issue

Version

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

screen shot 2017-07-20 at 15 58 45

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jacobp100commented, Jul 20, 2017

This is on the RN side - it’s saying it doesn’t support borderStartWidth. It’s worth trying these things with StyleSheet.create before if you’re unsure what to expect!

0reactions
kittencommented, Jul 20, 2017
Read more comments on GitHub >

github_iconTop 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 >

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