4.0.0-beta.1
Pre-release
Pre-release
What's Changed
Beta.1 with with new react-native-screens
landing page, many bugfixes and adjustments in the API.
Thank you all for contributions and reporting issues!
You can expect rc
version in incoming days and then we plan directly releasing 4.0.0. Soon after the stable version we plan a blogpost with explanation of the changes. Stay tuned.
👍 Improvements
- docs: Add landing page for React Native Screens by @patrycjakalinska in #2240
- feat: add support for dynamic frameworks by @WoLewicki in #2315
- docs(readme): update FullWindowOverlay example path by @ilia-kurganskii in #2326
- docs: Add Testimonials by @patrycjakalinska in #2333
- feat(Android): add ios like
ios_from_left
slide animation by @chrispader in #2328 - feat: add basic React Server Component support by @EvanBacon in #2170
- feat: add monorepo support for Android builds by @kkafar in #2352
- feat: add compat mode for previously removed formSheet prop values by @kkafar in #2356
- feat: expose
none
&largest
values forsheetLargestUndimmedDetent
prop by @kkafar in #2359
🐛 Bug fixes
- docs: Add workflow to publish GitHub pages by @tboba in #2299
- docs: Resolve correctly missing tv.svg file by @tboba in #2300
- docs: Fix layout of screen sequence animation by @tboba in #2303
- fix(Android): incorrect childCount in removeViewAt when using flatlist on fabric by @alduzy in #2307
- chore(Android): removed redundant FabricViewStateManager comment by @alduzy in #2310
- fix(iOS): Change import of RectUtil.h file to react/renderer/components by @tboba in #2319
- fix(Android,Fabric): pressable on
Screen
loses focus on pointer movement by @kkafar in #2292 - docs: Fix placement of Hero on big screens by @patrycjakalinska in #2305
- fix: do not force set
translucent
nav bar (until it's explicitly specified) by @kirillzyusko in #2301 - fix(Android): getChildDrawingOrder when using refreshcontrol by @BenIrving in #2330
- fix(Android): Request layout manually for CustomToolbar below Android API 29 by @tboba in #2332
- fix(iOS): modal not presenting when deep in stack by @maksg in #2335
- fix(Android): minSdkVersion fallback to default 21 but RN 0.74 require minSdkVersion 23 by @adrianryt in #2346
- fix!: always set Zindex to undefined for InnerScreen by @adrianryt in #2351
- fix(iOS): right header incorrect position by @alduzy in #2316
🔢 Miscellaneous
New Contributors
- @patrycjakalinska made their first contribution in #2240
- @ilia-kurganskii made their first contribution in #2326
- @BenIrving made their first contribution in #2330
- @chrispader made their first contribution in #2328
- @adrianryt made their first contribution in #2346
Full Changelog: 4.0.0-beta.0...4.0.0-beta.1