A react native project that use Expo CLI in Typescript and Javascript with TailwindCSS
Project Visitor Count
This is the instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Install Expo CLI Global
npm install -g expo-cli
- Clone the repo
git clone https://github.com/mashwishi/React-Native-Expo-with-TailwindCSS.git
- Install NPM packages
yarn install
- Run on your Development Environment
- Windows with iPhone App (Expo Go) run
npx expo start --tunnel
- Windows/Mac with Android run
npx expo start --android
- Windows/Mac with Browser run
npx expo start --web
- Mac with iPhone run
Tailwind (Nativewind Docs): https://www.nativewind.devnpx expo start --ios
This section list of major things that we used to this project.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request