Skip to content

Commit 4eabb8c

Browse files
authored
Remove Product Hunt badge & little improvement to installation
1 parent 976e7c5 commit 4eabb8c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
<a href="https://discord.gg/ZGqqY55qkP">
55
<img src="https://img.shields.io/discord/464786597288738816.svg?label=Join%20Us&logo=discord&style=flat-square&color=7289DA" alt="Join us on Discord"/>
66
</a>
7-
<!-- Product Hunt Badge -->
8-
<a href="https://www.producthunt.com/posts/react-native-executorch?embed=true&utm_source=badge-featured&utm_medium=badge&utm_souce=badge-react&#0045;native&#0045;executorch" target="_blank" rel="noopener noreferrer">
9-
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=891872&theme=neutral&t=1742503583297" alt="React Native ExecuTorch - Product Hunt" height="34" align="right" />
10-
</a>
117
</h1>
128
</div>
139

@@ -52,7 +48,8 @@ https://docs.swmansion.com/react-native-executorch
5248
```bash
5349
# Install the package
5450
yarn add react-native-executorch
55-
cd ios && pod install && cd ..
51+
# Depending on the platform choose either ios or android
52+
yarn expo run:< ios | android >
5653
```
5754

5855
### 2️⃣ **Setup & Initialization**

0 commit comments

Comments
 (0)