setup-nativewind 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "setup-nativewind",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "One command NativeWind setup for Expo and React Native",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/src/index.js CHANGED
@@ -48,6 +48,7 @@ async function run() {
48
48
  console.log(' 2. Start using Tailwind classes in your components');
49
49
  if (projectType.includes('ts')) {
50
50
  console.log(' 3. nativewind-env.d.ts has been created for TypeScript support ✅');
51
+ console.log(' 4. Start your dev server once to resolve any CSS import warnings');
51
52
  }
52
53
  console.log('');
53
54
  }