react-native-screens 4.20.0-nightly-20251220-06a5812f7 → 4.20.0-nightly-20251222-b0999ccc4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,19 @@
1
- <img src="https://user-images.githubusercontent.com/16062886/117443651-c13d9500-af38-11eb-888d-b6a0b580760c.png" width="100%" alt="React Native Screens by Software Mansion" >
1
+ <p align="center" style="margin:0; padding:0;">
2
+ <img
3
+ src="https://user-images.githubusercontent.com/16062886/117443651-c13d9500-af38-11eb-888d-b6a0b580760c.png"
4
+ alt="React Native Screens by Software Mansion"
5
+ style="display:block; margin:0; padding:0;"
6
+ />
7
+ <a href="https://stateofreactnative.com/">
8
+ <img
9
+ src="https://github.com/user-attachments/assets/cbe2ee58-1306-4ce8-9c6a-e6c297e6b511"
10
+ alt="State of React Native Survey"
11
+ width="1100"
12
+ height="120"
13
+ style="display:block; margin:0; padding:0;"
14
+ />
15
+ </a>
16
+ </p>
2
17
 
3
18
  This project aims to expose native navigation container components to React Native. It is not designed to be used as a standalone library but rather as a dependency of a [full-featured navigation library](https://github.com/react-navigation/react-navigation).
4
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-screens",
3
- "version": "4.20.0-nightly-20251220-06a5812f7",
3
+ "version": "4.20.0-nightly-20251222-b0999ccc4",
4
4
  "description": "Native navigation primitives for your React Native app.",
5
5
  "scripts": {
6
6
  "submodules": "git submodule update --init --recursive && (cd react-navigation && yarn && yarn build && cd ../)",