issues Search Results · repo:kristerkari/css-to-react-native-transform language:JavaScript
Filter by
12 results
(72 ms)12 results
inkristerkari/css-to-react-native-transform (press backspace or delete to remove)The next code produces this error:
import transform from css-to-react-native-transform ;
(async function () {
const result = transform( .cl{} );
console.log(result);
})().catch(err = {
...
MrOldProger
- Opened on May 7
- #263
.foo {
color: red;
}
.bar {
font-size: 12px;
}
css2rn(csscode, {
ignoreRule(selector) {
if (selector === .foo ) { return true }
}
})
result:
{
bar : { fontSize: 12 }
}
enhancement
help wanted
lovetingyuan
- 3
- Opened on Jan 10, 2024
- #199
This is a breaking change, so there are things that need to be migrated.
enhancement
kristerkari
- Opened on Jul 18, 2021
- #55
As this transformer now supports viewport units (#18), please could we add support for calc? This would allow us to use
rules such as margin-left: calc(50vw - 10px), which could compile to {marginLeft: ...
c-harding
- 11
- Opened on Jul 10, 2019
- #40
There have been updates to the babel7 monorepo:
- - The devDependency @babel/cli was updated from 7.4.3 to 7.4.4.
- The devDependency @babel/core was updated from 7.4.3 to 7.4.4.
- The devDependency ...
greenkeeper
greenkeeper[bot]
- 10
- Opened on Apr 26, 2019
- #37
The devDependency lint-staged was updated from 8.1.3 to 8.1.4.
🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
lint-staged ...
greenkeeper
greenkeeper[bot]
- 1
- Opened on Feb 14, 2019
- #33
The dependency css-to-react-native was updated from 2.2.2 to 2.3.0.
🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed. ...
greenkeeper
greenkeeper[bot]
- 1
- Opened on Feb 7, 2019
- #32
line-height with multiplier value works in browser, not in React Native:
line-height: 1.41;
line-height: 150%;
This works in RN:
line-height: 24px;
bug
enhancement
kristerkari
- Opened on Nov 17, 2018
- #28

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!
Restrict your search to the title by using the in:title qualifier.