This boilerplate provides a fast and modern setup for building React Native applications with Expo, NativeWind, and TypeScript. It's designed to enhance developer experience and streamline your development process.
Developer experience first:
@
prefixRun the following command on your local environment:
git clone --depth=1 https://github.com/Teczer/expo-react-native-nativewind-typescript-boilerplate.git my-project-name
cd my-project-name
yarn
yarn start
# Or
yarn ios
# Or
yarn android
This will open the app in the iOS simulator or Android emulator.
To run the unit tests, run the following command:
yarn test
Contributions are welcome! If you find a bug or have suggestions for improvements, please open an issue on the GitHub repository. You can also submit pull requests with enhancements or fixes.
Licensed under the MIT License, Copyright © 2024
See LICENSE for more information.
Made with ♥ by Teczer