Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 7a687ec

Browse files
Fix typos in installation docs (software-mansion#2937)
## Description This PR fixes a couple of typos in the installation steps in the documentation on the `/react-native-reanimated/docs/fundamentals/installation` page.
1 parent 9175271 commit 7a687ec

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

docs/versioned_docs/version-2.3.0/fundamentals/installation.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: Installation
44
sidebar_label: Installation
55
---
66

7-
Installing Reanimated requires a couple of additional steps compared to installing most of the popular react-naitve packages.
7+
Installing Reanimated requires a couple of additional steps compared to installing most of the popular React Native packages.
88
Specifically on Android the setup consist of adding additional code to the main application class.
9-
The steps needed to get reanimated properly configured are listed in the below paragraphs.
9+
The steps needed to get Reanimated properly configured are listed in the below paragraphs.
1010

1111
## Installing the package
1212

13-
First step is to install `react-native-reanimated` alpha as a dependency in your project:
13+
First step is to install `react-native-reanimated` as a dependency in your project:
1414

1515
```bash
1616
yarn add react-native-reanimated
@@ -68,7 +68,7 @@ project.ext.react = [
6868
...
6969
```
7070

71-
You can refer [to this diff](https://github.com/software-mansion-labs/reanimated-2-playground/pull/8/commits/71642dbe7bd96eb41df5b9f59d661ab15f6fc3f8) that presents the set of the above changes made to a fresh react native project in our [Playground repo](https://github.com/software-mansion-labs/reanimated-2-playground).
71+
You can refer [to this diff](https://github.com/software-mansion-labs/reanimated-2-playground/pull/8/commits/71642dbe7bd96eb41df5b9f59d661ab15f6fc3f8) that presents the set of the above changes made to a fresh React Native project in our [Playground repo](https://github.com/software-mansion-labs/reanimated-2-playground).
7272

7373
### Proguard
7474

@@ -81,9 +81,13 @@ If you're using Proguard, make sure to add rule preventing it from optimizing Tu
8181

8282
## iOS
8383

84-
As reanimated is setup to configure and install automatically, the only thing you have to do is to run `pod install` in the `ios/` directory. Note that the auto-installation setup works for the standard React Naitve apps, if you have problems setting it up with a custom setup (e.g. brownfield) please start a new issue where we can find a way to guide you through that process.
84+
As Reanimated is setup to configure and install automatically, the only thing you have to do is to run `pod install` in the `ios/` directory. Note that the auto-installation setup works for the standard React Native apps, if you have problems setting it up with a custom setup (e.g. brownfield) please start a new issue where we can find a way to guide you through that process.
8585

8686
## Sample React-Native project configured with Reanimated
8787

88-
If you have troubles configuring Reanimated in your project, or just want to try the library without the need of setting it up ion a fresh project we recommend checking our [Reanimated Playground](https://github.com/software-mansion-labs/reanimated-2-playground) repo, which is essentially a fresh React-Native app with Reanimated library installed and configured properly.
89-
[Visit the Playground repo here] or copy the command below to do a git clone:
88+
If you are having trouble configuring Reanimated in your project, or just want to try the library without the need of setting it up on a fresh project we recommend checking our [Reanimated Playground](https://github.com/software-mansion-labs/reanimated-2-playground) repo, which is essentially a fresh React Native app with Reanimated library installed and configured properly.
89+
[Visit the Playground repo here](https://github.com/software-mansion-labs/reanimated-2-playground) or copy the command below to do a git clone:
90+
91+
```
92+
git clone https://github.com/software-mansion-labs/reanimated-2-playground.git
93+
```

0 commit comments

Comments
 (0)