fix(nx-dev): remove unmatched bracket. updates warning description (#19481)

This commit is contained in:
Adam Hunter 2024-01-30 12:34:22 -05:00 committed by GitHub
parent 82a0d613d2
commit 77a5c9eaa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,5 +164,5 @@ For manual update, go to [React Native Upgrade Helper](https://react-native-comm
Nevertheless, you can use Nx's command `nx g @nx/react-native:upgrade-native <your project name>` to replace your iOS and Android folder with the latest code. Nevertheless, you can use Nx's command `nx g @nx/react-native:upgrade-native <your project name>` to replace your iOS and Android folder with the latest code.
{% callout type="caution" title="Be careful" %} {% callout type="caution" title="Be careful" %}
Nx's command `nx g @nx/react-native:upgrade-native <your project name>` is destructive, do **NOT** use it if you got customized native code.) Nx's command `nx g @nx/react-native:upgrade-native <your project name>` is destructive, do **NOT** use it if you have added customized native code.
{% /callout %} {% /callout %}