Skip to content

Commit

Permalink
For jhugman#139 - Pulls sentence about yarn into an info block
Browse files Browse the repository at this point in the history
  • Loading branch information
boek committed Oct 24, 2024
1 parent 8dc9981 commit 0550c62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/guides/pre-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0550c62

Please sign in to comment.