08fbd0443e
Generated by create-expo-stack 2.14.1
11 lines
224 B
JavaScript
11 lines
224 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: ['./App.{js,ts,tsx}', './components/**/*.{js,ts,tsx}'],
|
|
|
|
presets: [require('nativewind/preset')],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
};
|