From 6fdb412d13b59683da729a97debcdcde7d87d36d Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Fri, 10 Oct 2025 16:16:11 +1000 Subject: [PATCH 1/4] fix: nativeStyleMapping incorrectly working --- example/src/App.tsx | 3 +- .../native/container-queries.test.tsx | 2 +- src/__tests__/native/specificity.test.tsx | 25 ++---- src/native/react/useNativeCss.ts | 19 +++-- src/native/styles/index.ts | 81 ++++++++++++++++--- types.d.ts | 3 + 6 files changed, 96 insertions(+), 37 deletions(-) diff --git a/example/src/App.tsx b/example/src/App.tsx index d09345f..403794a 100644 --- a/example/src/App.tsx +++ b/example/src/App.tsx @@ -1,4 +1,4 @@ -import { Text, View } from "react-native"; +import { Button, Text, View } from "react-native"; import { StatusBar } from "expo-status-bar"; @@ -10,6 +10,7 @@ export default function App() { Hello world!!! +