You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2025. It is now read-only.
## Description
This PR fixes a couple of typos in the installation steps in the documentation on the `/react-native-reanimated/docs/fundamentals/installation` page.
Copy file name to clipboardExpand all lines: docs/versioned_docs/version-2.3.0/fundamentals/installation.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ title: Installation
4
4
sidebar_label: Installation
5
5
---
6
6
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.
8
8
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.
10
10
11
11
## Installing the package
12
12
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:
14
14
15
15
```bash
16
16
yarn add react-native-reanimated
@@ -68,7 +68,7 @@ project.ext.react = [
68
68
...
69
69
```
70
70
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).
72
72
73
73
### Proguard
74
74
@@ -81,9 +81,13 @@ If you're using Proguard, make sure to add rule preventing it from optimizing Tu
81
81
82
82
## iOS
83
83
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.
85
85
86
86
## Sample React-Native project configured with Reanimated
87
87
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:
0 commit comments