You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
An example is available via expo [here](https://expo.io/@wcandillon/react-native-responsive-ui).
12
+
11
13
## What about existing packages?
12
14
13
15
*[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
21
23
npm install react-native-responsive-ui --save
22
24
```
23
25
24
-
An example is available via expo [here](https://expo.io/@wcandillon/react-native-responsive-ui).
25
-
26
26
## Usage
27
27
28
28
The `MediaQuery` component renders its children only if the query evaluates to true (see list of properties below).
0 commit comments