Skip to content

Commit 5f16a9f

Browse files
author
Murat Mehmet
committed
docs: add usage gifs
1 parent 38aa2da commit 5f16a9f

File tree

6 files changed

+37
-1
lines changed

6 files changed

+37
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,20 @@ npm install react-native-vision-camera
2323
npx react-native-integrate react-native-vision-camera
2424
```
2525

26+
![integrate.gif](website/static/img/integrate.gif)
27+
28+
## Upgrade React Native
29+
30+
```bash
31+
# Upgrade project to the latest RN version
32+
npx react-native-integrate upgrade
33+
```
34+
35+
![upgrade.gif](website/static/img/upgrade.gif)
36+
2637
## Documentation
2738

28-
Check [https://react-native-integrate.github.io/integrate](https://react-native-integrate.github.io/integrate) to get started.
39+
Visit [https://react-native-integrate.github.io/integrate](https://react-native-integrate.github.io/integrate) to get started.
2940

3041
## Contribution
3142

website/docs/upgrade/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 3
33
---
44
# Upgrade React Native
55

6+
![upgrade.gif](../../static/img/upgrade.gif)
7+
68
You can use this tool to assist you while upgrading your project to new React Native versions.
79

810
## Steps to follow

website/docs/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ sidebar_position: 2
33
---
44
# Usage
55

6+
![integrate.gif](../static/img/integrate.gif)
7+
68
## Without Installation
79

810
Run the tool directly using `npx`:

website/package-lock.json

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/static/img/integrate.gif

465 KB
Loading

website/static/img/upgrade.gif

502 KB
Loading

0 commit comments

Comments
 (0)