We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
twrnc
1 parent 0fbc747 commit 96fbd89Copy full SHA for 96fbd89
2 files changed
package.json
@@ -89,8 +89,5 @@
89
"react-native-libraries.json": [
90
"bun libraries:cleanup"
91
]
92
- },
93
- "patchedDependencies": {
94
- "twrnc@4.11.1": "patches/twrnc@4.11.1.patch"
95
}
96
util/tailwind.ts
@@ -1,6 +1,6 @@
1
import { create } from 'twrnc';
2
3
-const tw = create(require(`../tailwind.config.js`));
+const tw = create(require(`../tailwind.config.js`).default);
4
5
export { useDeviceContext, useAppColorScheme } from 'twrnc';
6
0 commit comments