Comparing version 0.0.2 to 0.0.3
@@ -11,3 +11,3 @@ // src/index.ts | ||
const b = orderMap.get(classB) ?? 0; | ||
return b - a; | ||
return a - b; | ||
}).forEach((finalClass) => { | ||
@@ -14,0 +14,0 @@ finalStyle = { |
{ | ||
"name": "rn-classes", | ||
"type": "module", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Utility function to wrap around a StyleSheet.create in react-native and get a function to merge the objects. Differently from other packages it provides cascading and a good typing support.", | ||
@@ -6,0 +6,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package