Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit cd86e20

Browse files
authored
Update README.md (#6)
1 parent 4610b09 commit cd86e20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Building responsive UIs in React Native.
88

99
![example](https://raw.githubusercontent.com/wcandillon/react-native-responsive-ui/4637085802323386110a6352929147d11e1ca83c/example/components/images/example.gif)
1010

11+
An example is available via expo [here](https://expo.io/@wcandillon/react-native-responsive-ui).
12+
1113
## What about existing packages?
1214

1315
* [react-native-responsive](https://github.com/adbayb/react-native-responsive): This library provides interesting APIs but it doesn't listen to changes in the app window.
@@ -21,8 +23,6 @@ This is problematic when changing the orientation of the device or when splittin
2123
npm install react-native-responsive-ui --save
2224
```
2325

24-
An example is available via expo [here](https://expo.io/@wcandillon/react-native-responsive-ui).
25-
2626
## Usage
2727

2828
The `MediaQuery` component renders its children only if the query evaluates to true (see list of properties below).

0 commit comments

Comments
 (0)