From 0550c62653ba342e1ad89b1993ea4e1022fd5c5d Mon Sep 17 00:00:00 2001 From: Jeff Boek Date: Thu, 24 Oct 2024 10:25:21 -0700 Subject: [PATCH] For #139 - Pulls sentence about `yarn` into an info block --- docs/src/guides/pre-installation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/src/guides/pre-installation.md b/docs/src/guides/pre-installation.md index d9410021..bd9d28da 100644 --- a/docs/src/guides/pre-installation.md +++ b/docs/src/guides/pre-installation.md @@ -8,7 +8,12 @@ Below are a list of the dependencies, and a non-comprehensive instructions on ho Make sure you have a functional React Native environment including Node.js, Android Studio and Xcode. The [official documentation](https://reactnative.dev/docs/set-up-your-environment) contains steps to achieve this for different platforms. -`uniffi-bindgen-react-native` is designed to integrate with projects created with [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob). The latter assumes that you have `yarn` installed. If you don't already, you can install it by following the [official documentation](https://classic.yarnpkg.com/lang/en/docs/install). +`uniffi-bindgen-react-native` is designed to integrate with projects created with [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob). + + +```admonish info +The latter assumes that you have `yarn` installed. If you don't already, you can install it by following the [official documentation](https://classic.yarnpkg.com/lang/en/docs/install). +``` ## Install Rust