Skip to content

Seeking to understand how we can get NX and Expo EAS playing together!

Notifications You must be signed in to change notification settings

westhechiang/wes-nx-react-native-expo

Repository files navigation

WesNxReactNativeExpo

This project was generated using Nx. NX autogenerated boilerplate README found here

Setup

# Clone the repo
git clone [email protected]:westhechiang/wes-nx-react-native-expo.git

# Install dependencies
yarn

# To run development server; see prompts for how to start iOS, web, and android
npx nx start sample-expo-app

# To build for EAS for the first time

# NOTE: The following nx workspace command runs with --non-interactive (see workspace.json L16) and so if this is your first time,
# you need to run the following and run through the wizard:
cd apps/sample-expo-app && npx eas-cli build --clear-cache --platform android


# To build for EAS subsequently
npx nx easbuild sample-expo-app

About

Seeking to understand how we can get NX and Expo EAS playing together!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published