Skip to content

fisirc/tombo

Repository files navigation

NativeWind Example

Style your universal React app with Tailwind CSS classes. NativeWind enables Tailwind CSS use in React Native apps.

Supports Expo iOS Supports Expo Android Supports Expo Web

🚀 How to use

  • Install with yarn or npm install.
  • Run yarn start or npm run start to try it out.

Creating an Android keystore

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 tombo

To get the SHA-1 of the keystore, run

keytool -list -v -keystore tombo.keystore -alias tombo
npx expo install --fix
npx expo prebuild -p android --clean

And run the project with

npx expo run:android --device

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors