Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions apps/paper-example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,27 @@ cd react-native-reanimated
yarn
```

3. Install node_modules in `Example/` directory:
3. Build the library

```
yarn build
```

4. Install node_modules in `Example/` directory:

```
cd Example
yarn
```

4. Install Pods in `Example/ios/` directory:
5. Install Pods in `Example/ios/` directory:

```
cd ios
pod install
```

5. Start Metro bundler in `Example/` directory
6. Start Metro bundler in `Example/` directory

```
cd ..
Expand Down
8 changes: 6 additions & 2 deletions packages/react-native-reanimated/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"animable",
"animatable",
"appcompat",
"barfoo",
"automagically",
"barfoo",
"bfrg",
"bokeh",
Expand All @@ -14,21 +14,24 @@
"coef",
"collapsable",
"devs",
"devs",
"easings",
"inout",
"ispreview",
"layoutable",
"lightspeed",
"nomalized",
"overdamped",
"pressable",
"RCTUI",
"REAUI",
"relayout",
"runtimes",
"snapshotting",
"springify",
"superview",
"swmansion",
"systrace",
"threejs",
"typecheck",
"uimanager",
"uimodule",
Expand All @@ -40,6 +43,7 @@
"workletized",
"workletizes",
"worklets",
"xcworkspace"
"runtimes",
"overdamped",
"automagically",
Expand Down