Skip to content

Commit 0257732

Browse files
Update README.md
1 parent 5585fb2 commit 0257732

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🍃 react-native-ease
22

3-
Lightweight declarative animations powered by platform APIs. Uses Core Animation on iOS and Animator on Android — zero JS thread overhead.
3+
Lightweight declarative animations powered by platform APIs. Uses Core Animation on iOS and Animator on Android — zero JS overhead.
44

55
## Goals
66

@@ -15,7 +15,6 @@ Lightweight declarative animations powered by platform APIs. Uses Core Animation
1515
- **Layout animations** — Animating width/height/layout changes is not supported.
1616
- **Shared element transitions** — Use Reanimated or React Navigation's shared element transitions.
1717
- **Old architecture** — Fabric (new architecture) only.
18-
- **Fine-grained control** — No per-property transition config, no completion callbacks, no animation chaining. If you need that level of control, Reanimated is the right tool.
1918

2019
## When to use this vs Reanimated
2120

@@ -35,12 +34,6 @@ npm install react-native-ease
3534
yarn add react-native-ease
3635
```
3736

38-
On iOS, run pod install:
39-
40-
```bash
41-
cd ios && pod install
42-
```
43-
4437
## Quick Start
4538

4639
```tsx

0 commit comments

Comments
 (0)