%% generate tags start %% #software-engineering %% generate tags end %% #software-engineering/mobile-development #software-engineering/react-native ## What is It? ## How to Use It? ### Create expo stack Generate expo boilerplate. ![](https://res.cloudinary.com/yomaru/image/upload/v1706121823/obsidian/ir7ps16n7rbetbfwoop8.webp) %% run start ```ts const {LinkPreview} = customJS return LinkPreview.getLinkPreviewFromUrl("https://github.com/danstepanov/create-expo-stack") ``` %% <div class="nifty-link-card-container"> <a class="nifty-link-card" href="https://github.com/danstepanov/create-expo-stack" target="_blank"> <div class="nifty-link-card-text"> <div class="nifty-link-card-title line-clamp-2">GitHub - danstepanov/create-expo-stack: CLI tool to initialize a React Native application with Expo. Provides options to include Typescript, file-based routing via Expo Router, configuration based routing via pure React Navigation, styling via Nativewind, StyleSheets, or Tamagui, and/or backends as a service such as Firebase and Supabase.</div> <div class="nifty-link-card-description"> CLI tool to initialize a React Native application with Expo. Provides options to include Typescript, file-based routing via Expo Router, configuration based routing via pure React Navigation, styli... </div> <div class="nifty-link-href"> <img class="nifty-link-icon" src="https://github.com/fluidicon.png"> https://github.com/danstepanov/create-expo-stack </div> </div> <div class="nifty-link-image-container"> <div class="nifty-link-image" style="background-image: url('https://repository-images.githubusercontent.com/652905376/b5d7d3c2-09f2-4ce7-8c65-9ba6f3396148')"> </div> </div> </a> </div> %% run end %% ### Auto Github Build ![](https://expo.dev/static/changelog/2023-11-29/automatic-github-builds.png) > [!info] read more: [Speed up your development workflow with Automatic GitHub builds - Expo Changelog](https://expo.dev/changelog/2023/11-29-automatic-github-builds)