diff --git a/docs/recipes/Theming-Unistyles.mdx b/docs/recipes/Theming-Unistyles.mdx index 97972195..879f01e6 100644 --- a/docs/recipes/Theming-Unistyles.mdx +++ b/docs/recipes/Theming-Unistyles.mdx @@ -28,7 +28,7 @@ The theming system in Ignite Boilerplate is crafted to be adaptable and easy to Unistyles includes custom native code, which means it does not support Expo Go. You'll need to use expo CNG to build your app. -To do this with an newly ignited app, run `yarn expo prebuild --clean` and then `yarn start`. +To do this with an newly ignited app, run `yarn prebuild:clean` and then `yarn start`. :::