Skip to content

Commit

Permalink
orb(ignite-cli): fix(boilerplate): web hmr fixes (#2646 by @frankcalise
Browse files Browse the repository at this point in the history
…) (45aabb28766e35bdac710791da40114f894f364c)
  • Loading branch information
infinitered-circleci committed Feb 21, 2024
1 parent 38fc3fd commit bf6f9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ignite-cli/boilerplate/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 5

# `android`

If you choose the `DIY` option when spinning up a new app (or you run `yarn prebuild`) you'll get an `android` (and probably [`ios`](./ios.md)) folder in your project root. This folder contains your native Android / Android Studio project, which has been pre-configured to work with React Native.
If you choose the `DIY` option when spinning up a new app (or you run `yarn prebuild:clean`) you'll get an `android` (and probably [`ios`](./ios.md)) folder in your project root. This folder contains your native Android / Android Studio project, which has been pre-configured to work with React Native.

We generally recommend using the [Expo CNG (continuous native generation)](../expo/CNG.md) workflow, but if you need to customize your native code manually, you can do so here.

Expand Down
2 changes: 1 addition & 1 deletion docs/ignite-cli/boilerplate/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 30

# `ios` folder

If you choose the `DIY` option when spinning up a new app (or you run `yarn prebuild`) you'll get an `ios` (and probably [`android`](./android.md)) folder in your project root. This folder contains your native iOS / Xcode project, which has been pre-configured to work with React Native.
If you choose the `DIY` option when spinning up a new app (or you run `yarn prebuild:clean`) you'll get an `ios` (and probably [`android`](./android.md)) folder in your project root. This folder contains your native iOS / Xcode project, which has been pre-configured to work with React Native.

We generally recommend using the [Expo CNG (continuous native generation)](../expo/CNG.md) workflow, but if you need to customize your native code manually, you can do so here.

Expand Down

0 comments on commit bf6f9b1

Please sign in to comment.