issues Search Results · repo:styled-components/css-to-react-native language:JavaScript
Filter by
0 results
(59 ms)0 results
instyled-components/css-to-react-native (press backspace or delete to remove)Since React Native 0.76, boxShadow and filter is supported (the latter partially). This means that, for example:
View
style={{
width: 50,
height: 50,
backgroundColor: ...
help wanted
wojtekmaj
- 1
- Opened on Nov 6, 2024
- #195
Hey folks,
first of all thank you for your great work! 👍
In the current react-native releases (0.73.6 at the time of writing) there is an issue with translating border-radius.
It generates the borderTopLeftRadius, ...
voydz
- 3
- Opened on Mar 18, 2024
- #192
Like this:
// Component Code
...
const slide = useRef(new Animated.Value(0)).current;
useEffect(() = {
const anim = Animated.timing(slide, { toValue: 100 duration: 200, useNativeDriver: true }); ...
NiuGuohui
- Opened on Feb 22, 2024
- #191
const transform = require( css-to-react-native )
const { prop, value } = {
prop: transform ,
value: translate(0) rotate(0) skewX(0) skewY(0) scaleX(1.5) scaleY(1.5) ,
}
const result = transform.default([[prop, ...
lovetingyuan
- 3
- Opened on Jan 25, 2024
- #190
Hello,
I just noticed that the copyright statements in the LICENSE file and the README file differ in the master branch. I
assume that the information in the README file is the correct one. If so, could ...
stefan-hdt
- 2
- Opened on Oct 12, 2023
- #188
Please can we add support for margin and padding(start/end), thank u
adelchamas96
- 2
- Opened on Aug 21, 2023
- #186
This was already implemented in a 3rd party lib called rn-css, and it s easily doable on our end. But if we do it
manually, it s a hassle to import and call vw/vh variables every single time.
hyoretsu
- 3
- Opened on Mar 4, 2023
- #184
Using latest version. 3.1.0 if you try to use flex: 1 1 0% you get an error. Reproduction:
https://codesandbox.io/p/sandbox/inspiring-platform-y8do8d
bug
help wanted
marlonmarcello
- 1
- Opened on Feb 9, 2023
- #180
Hi,
I have an issue with parsing the aspect-ratio property.
Steps to reproduce
1. Go to https://csstox.surge.sh/
2. Paste this code: aspect-ratio: 4/3;
3. Output is: aspectRatio : 4/3 instead of ...
MarchewkaMatthew
- 7
- Opened on Jan 11, 2023
- #177
The following:
styled.view`
font-variant: small-caps oldstyle-nums;
`
should map to
View style={{fontVariant: [ small-caps , oldstyle-nums ]}}
It looks like instead it only chooses one of the font-variants ...
finnp
- 3
- Opened on Jan 6, 2023
- #175

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.