This project was created with the goal of simplifying and optimizing the setup process for a development environment. Avoiding the repetition of tedious work, it provides a template repository for Expo SDK 50, with support for Tailwind React Native Classes and Path Alias configuration for TypeScript.
Step-by-step instructions on setting up the development environment.
Make sure you have the following tools installed:
git clone https://github.com/andrejfg/expo-sdk50-twrnc-template
cd expo-sdk50-twrnc-template
npm install
npm run start
The application will start in your browser or on an emulated Expo device.
Path Alias with TypeScript Create your own routes by configuring the babel.config.js and tsconfig.json files.
Expo Project Configuration The project has generic icons and names related to the Expo project creation process; configure your own information in app.json.
Tailwind Configuration Add your custom settings in tailwind.config.js. Other configurations can be made; check the documentation at twrnc.
📬 Contact