Skip to content

Commit ed7e406

Browse files
author
Bartholomew Weil
committed
feat: add tailwind config
1 parent 4f5743c commit ed7e406

File tree

6 files changed

+914
-141
lines changed

6 files changed

+914
-141
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = function(api) {
22
api.cache(true);
33
return {
44
presets: ['babel-preset-expo'],
5-
plugins: ['react-native-reanimated/plugin'],
5+
plugins: ['react-native-reanimated/plugin', 'nativewind/babel'],
66
};
77
};

0 commit comments

Comments
 (0)