Skip to content

Commit fe7f78b

Browse files
authored
Remove Product Hunt badge & little improvement to installation (#352)
## Description <!-- Provide a concise and descriptive summary of the changes implemented in this PR. --> ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [x] iOS - [x] Android ### Testing instructions No testing needed ### Screenshots Not applicable ### Related issues Not applicable ### Checklist - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [x] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent 976e7c5 commit fe7f78b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
<h1 align="left" style="display:inline-block">React Native ExecuTorch
33
<!-- Discord Badge -->
44
<a href="https://discord.gg/ZGqqY55qkP">
5-
<img src="https://img.shields.io/discord/464786597288738816.svg?label=Join%20Us&logo=discord&style=flat-square&color=7289DA" alt="Join us on Discord"/>
6-
</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" />
5+
<img src="https://img.shields.io/badge/Discord-Join%20Us-00008B?logo=discord&logoColor=white&style=for-the-badge" alt="Join our Discord community">
106
</a>
117
</h1>
128
</div>
@@ -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)