Style your universal React app with Tailwind CSS classes. NativeWind enables Tailwind CSS use in React Native apps.
- Install with
yarnornpm install. - Run
yarn startornpm run startto try it out.
You will be prompted for information about the authors and a password that you must save
keytool -genkeypair -v -keystore tombo.keystore -keyalg RSA -keysize 2048 -validity 10000 -alias tomboTo get the SHA-1 of the keystore, run
keytool -list -v -keystore tombo.keystore -alias tombonpx expo install --fix
npx expo prebuild -p android --cleanAnd run the project with
npx expo run:android --device