Skip to content

Commit 96fbd89

Browse files
committed
avoid patching twrnc
1 parent 0fbc747 commit 96fbd89

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,5 @@
8989
"react-native-libraries.json": [
9090
"bun libraries:cleanup"
9191
]
92-
},
93-
"patchedDependencies": {
94-
"twrnc@4.11.1": "patches/twrnc@4.11.1.patch"
9592
}
9693
}

util/tailwind.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { create } from 'twrnc';
22

3-
const tw = create(require(`../tailwind.config.js`));
3+
const tw = create(require(`../tailwind.config.js`).default);
44

55
export { useDeviceContext, useAppColorScheme } from 'twrnc';
66

0 commit comments

Comments
 (0)