David Narbutovich
9939b2d99b
[Docs] Fix invalid links (#6217 )
* [Docs] Fix invalid links
```sh
# to test run
npx broken-link-checker "https://wix.github.io/react-native-navigation/docs/before-you-start " -ro
```
* Update docs-playground-app.mdx
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 vuotta sitten
JimTeva
078a3aac10
Update api-overlay.mdx (#6212 )
Most used cases for overlay are Alert and Toast which requires to see behind the overlay
4 vuotta sitten
Arvind Pj
4c935924ef
Fixed type in docs/Screen Lifecycle page (#6202 )
There was a spelling error in 'lifecycle' which is now fixed.
4 vuotta sitten
wixmobile
26b44cba73
Update package.json version to 6.6.0 [ci skip]
4 vuotta sitten
Guy Carmeli
94862ed668
Fix showing Modal from TopBar components in RN 62 (#6199 )
When showing React Native's Modal from a TopBar component - RNN mistakingly considered Modals as yellow boxes and removed them. Apparently this error surfaced in RN62
4 vuotta sitten
Alberto Blanco
4c1260aeb0
Fix typo in Issue template (#6190 )
Co-authored-by: Yogev Ben David <yogev132@gmail.com >
4 vuotta sitten
Yogev Ben David
acade0bb50
Fix enforce label workflow (#6187 )
* Update require-label.yml
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 vuotta sitten
Ronan Boiteau
b9a757c7e1
Corrected typo in options-button.mdx (#6188 )
4 vuotta sitten
Guy Carmeli
d523ca54a6
Fix broken links to api sections
Fix #6179
4 vuotta sitten
Guy Carmeli
5ac9fb64da
Use Overlay alert on iOS to address flakiness in CI (#6186 )
* Use Overlay alert on iOS to address flakiness in CI
4 vuotta sitten
Guy Carmeli
2746409944
Ignore Playground podfile.lock
4 vuotta sitten
Yogev Ben David
139b5f3130
Enforce PR labels (#6170 )
* Enforce PR's to have a valid label for autogenerated change log file.
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 vuotta sitten
Hamid
e0f2392204
Update docs-basic-navigation.mdx (#6178 )
Fix typo
4 vuotta sitten
Guy Carmeli
177dd9e8b9
Fix wrong link to to modalPresentationStyle and missing presentation style option
4 vuotta sitten
Guy Carmeli
221b5bc63e
Update changelog
4 vuotta sitten
wixmobile
b6854c1a7f
Update package.json version to 6.5.0 [ci skip]
4 vuotta sitten
Guy Carmeli
aa7908c57d
Fix BottomTabs size not adjusted after orientation change (#6166 )
Fixes #4710
4 vuotta sitten
Guy Carmeli
3e5be29af8
Consume currentTabId and currentTabIndex after they are applied (#6169 )
If currentTabId or currentTabIndex were declared in default options - the specified tab was reselected each time options were applied.
Co-authored-by: Yogev Ben David <yogev132@gmail.com >
4 vuotta sitten
Guy Carmeli
3828b510d7
Revert "Bump NDK version to match version available in ci"
This reverts commit 849c2fd47d .
4 vuotta sitten
Guy Carmeli
849c2fd47d
Bump NDK version to match version available in ci
4 vuotta sitten
Luke Brandon Farrell
4a38202328
Added community packages to docs (#6167 )
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 vuotta sitten
Guy Carmeli
2f31a2fa70
Add screenPopped e2e (#6163 )
* Add screenPopped e2e
* empty commit
* Fix popped screen event on iOS
* fix e2e on iOS
Co-authored-by: yogevbd <yogev132@gmail.com >
4 vuotta sitten
Yogev Ben David
1f887c87cd
Fix snapshot tests in CI (#6156 )
* Add snapshot tests job to PR's and master build.
* Add record option to snapshot tests job.
* Archive failing snapshot tests as artifacts.
Co-authored-by: wixmobile <mobile1@wix.com >
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 vuotta sitten
Guy Carmeli
c92df18986
Fix wrong info regarding custom left buttons in documentation
4 vuotta sitten
Guy Carmeli
0cc734b25e
Use correct component link in TopBar.title documentation
4 vuotta sitten
Guy Carmeli
2d86dbee9a
Update componentBackgroundColor documentation
4 vuotta sitten
Guy Carmeli
a4b2c76a9d
Resolve tabsAttachMode from default options (#6155 )
Default options were not taken into account when resolving tabsAttachMode property.
Co-authored-by: Yogev Ben David <yogev132@gmail.com >
4 vuotta sitten
Guy Carmeli
81d01a077d
Dismiss all modals before app start to ensure this use case does not break (#6152 )
This commit adds a call to dismissAllModals before setRoot to ensure this use case doesn't break in the future.
4 vuotta sitten
Yogev Ben David
89402dc31a
Fix bottomTab colors in landscape orientation (#6153 )
4 vuotta sitten
Yogev Ben David
05ea8cd5a8
Update docs-functional-component.mdx (#6151 )
* Update docs-functional-component.mdx
4 vuotta sitten
Guy Carmeli
0b3209bd59
Shared element refactor (#6146 )
* Declare animator options once
* Fix <Image> sometimes losing its dimensions during the transition
4 vuotta sitten
Tomas Zaicevas
313491ebbd
add 'visible' option i TopBar docs (#6147 )
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 vuotta sitten
Guy Carmeli
dbe819205e
Document functional components + hooks
4 vuotta sitten
Yogev Ben David
5d9e9100b7
Implement rotate animation for shared element transition
4 vuotta sitten
Yogev Ben David
da0fd194f8
Fix backButton.color change on mergeOptions (#6145 )
Co-authored-by: Guy Carmeli <guyca@users.noreply.github.com >
4 vuotta sitten
Guy Carmeli
03dd211a54
Implement rotate animation for shared element transition (#6144 )
This commit adds support for animating rotate/rotationZ animation during shared element transition.
It also...
* Removes ClipBoundsAnimator - Not sure why I reintroduced it
* Sets pivotX and pivotY only if needed
* Removes "Preview" button in Navigation tab from Android
* Delete ClipBoundsAnimator
4 vuotta sitten
Yogev Ben David
eb59eadac2
Add SplitView e2e tests (#6140 )
* Add splitView layout screen to the playground app.
* Add splitView e2e tests.
4 vuotta sitten
Yedidya Kennard
d44a91fd74
Fix small mistake in animations docs (#6142 )
* Fix small mistake in animations docs
* Update style-animations.mdx
4 vuotta sitten
Guy Carmeli
334ab7174a
Implement startDelay + fix image scale transition (#6137 )
This commit adds support to the startDelay option in shared element transitions on Android. It also fixes image scale transition which only animated the image's scale type, but not its bounds.
4 vuotta sitten
Guy Carmeli
e80eb9275a
Support declaring interpolation per shared element transition (#6139 )
* Implement startDelay + fix image scale transition
This commit adds support to the startDelay option in shared element transitions on Android. It also fixes image scale transition which only animated the image's scale type, but not its bounds.
* Support declaring interpolator per element transition
4 vuotta sitten
Guy Carmeli
a65a7e9d20
Bump Gradle plugin version in Playground (#6138 )
Set ndkVersion explicitly in build.gradle because https://stackoverflow.com/questions/ 60404457 /android-no-version-of-ndk-matched-the-requested-version
4 vuotta sitten
Guy Carmeli
913fd75570
Fix wrong usage of setStackRoot command in playground app (#6136 )
For some reason the stack root was set to another stack instead of the children.
4 vuotta sitten
Guy Carmeli
b3a839de9f
Copy edit mobx documentation
4 vuotta sitten
Guy Carmeli
480f9afc8f
Document NavigationBar
4 vuotta sitten
Jin Shin
7b52a3e25d
React Context API & MobX integration doc (#6116 )
What's changed:
- Added a new side bar, `Third party integration` and to that added `React Context API` and `MobX` documentation.
- Added a limitation of using React Context API with RNN so people are informed of such caveat.
- Informed the readers that if they wish to trigger re-renders across all screens, they need to use the alternatives such as MobX or Redux.
4 vuotta sitten
Miki
7f6353bcea
Allow hiding the Android navigation bar (#6033 )
This PR introduces an options to control the NavigationBar's visibility on Android.
```js
navigationBar: {
visible: false
}
```
Co-authored-by: Guy Carmeli <guyc@wix.com >
4 vuotta sitten
Alberto Blanco
10ef807d8b
Fix 'Contributing' link (#6115 )
Co-authored-by: Alberto Blanco <alberto@basenet.nl >
4 vuotta sitten
Alexander Kurnikowski
4eb1ae6b36
Fix child layout documentation (#6110 )
4 vuotta sitten
Guy Carmeli
a57aba24cc
Fix js installation step - malformed json
Closes #6107
4 vuotta sitten
Guy Carmeli
25d098adcf
Fix overlay images in docs
4 vuotta sitten