Skip to content

Commit 9555310

Browse files
authored
And Discord badge and simplify example section (#350)
## 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 <!-- Provide step-by-step instructions on how to test your changes. Include setup details if necessary. --> ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues <!-- Link related issues here using #issue-number --> ### 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 7c911c3 commit 9555310

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<div align="right">
2-
<h1 align="left" style="display:inline-block">React Native ExecuTorch <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"><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" /></a></h1>
2+
<h1 align="left" style="display:inline-block">React Native ExecuTorch
3+
<!-- Discord Badge -->
4+
<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" />
10+
</a>
11+
</h1>
312
</div>
413

514
![Software Mansion banner](https://github.com/user-attachments/assets/fa2c4735-e75c-4cc1-970d-88905d95e3a4)
@@ -105,15 +114,7 @@ If you would like to run it, navigate to it's project directory, for example `ap
105114
yarn
106115
```
107116

108-
then run:
109-
110-
```bash
111-
cd ios
112-
pod install
113-
cd ..
114-
```
115-
116-
And finally, if you want to run on Android:
117+
And then, if you want to run on Android:
117118

118119
```bash
119120
yarn expo run:android

0 commit comments

Comments
 (0)