Skip to content

Commit bd3f7c4

Browse files
committed
docs: update README with demo GIF and installation instructions
1 parent 90eb08b commit bd3f7c4

2 files changed

Lines changed: 7 additions & 15 deletions

File tree

README.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Experience the next generation of React Native performance with direct JSI bindings, zero bridge overhead, and beautiful native browser experiences on both iOS and Android.
66

7+
<div align="center">
8+
<img src="./app.gif" alt="InAppBrowser Nitro Demo" width="300" />
9+
</div>
10+
711
## ✨ Why Nitro Modules?
812

913
### 🏎️ **Unmatched Performance**
@@ -60,25 +64,13 @@ Experience the next generation of React Native performance with direct JSI bindi
6064
npm install react-native-inappbrowser-nitro react-native-nitro-modules
6165
```
6266

63-
> **Note**: `react-native-nitro-modules` is required as this library leverages the powerful Nitro framework.
64-
65-
### iOS Setup
66-
67-
Add to your `ios/Podfile`:
68-
69-
```ruby
70-
pod 'InAppBrowserNitro', :path => '../node_modules/react-native-inappbrowser-nitro'
71-
```
72-
73-
Then run:
67+
or
7468

7569
```sh
76-
cd ios && pod install
70+
yarn add react-native-inappbrowser-nitro react-native-nitro-modules
7771
```
7872

79-
### Android Setup
80-
81-
No additional setup required - uses autolinking magic ✨
73+
> **Note**: `react-native-nitro-modules` is required as this library leverages the powerful Nitro framework.
8274
8375
## 🚀 Quick Start
8476

app.gif

2.16 MB
Loading

0 commit comments

Comments
 (0)