Guy Carmeli
1627219462
Update setStackRoot utility function in playground app
5 anos atrás
wixmobile
3899d4d3de
Update package.json version to 4.0.8 [ci skip]
5 anos atrás
yogevbd
f202c7ec03
Another topBar background fix
5 anos atrás
Guy Carmeli
0b9550f8cc
Add CocktailDetails screen to playground app
Will be used for shared element transition showcase
5 anos atrás
wixmobile
69cf218950
Update package.json version to 4.0.7 [ci skip]
5 anos atrás
Guy Carmeli
89ac5c89d9
Initial work on new Shared Element screen
5 anos atrás
Yogev Ben David
cd3d3472fc
Fix topBar transparent background on iOS 12 (#5791 )
* Fix topBar transparent background on iOS 12
* Fix unit test iOS destination
5 anos atrás
Yogev Ben David
71af55968d
Add screenPopped event (#5748 )
Called each time a screen is popped, either due to `Navigation.pop` or pop gesture.
closes #3941
Navigation.events().registerScreenPoppedListener(({ componentId }) => {
});
5 anos atrás
Guy Carmeli
d0c21e4f65
Fix incorrect bottom inset when hiding BottomTabs in default options (#5781 )
Default options were not taken into account when determining bottom inset.
Closes #5738
5 anos atrás
Guy Carmeli
3b495cd650
Run e2e on Pixel_API_28 emulators (#5780 )
5 anos atrás
Guy Carmeli
6263991254
update changelog
5 anos atrás
wixmobile
11118c6b81
Update package.json version to 4.0.6 [ci skip]
5 anos atrás
Guy Carmeli
aa1870a743
Fix native image resource for bottom tab icon (#5775 )
bottomTab.icon accepts a string as well as required asset - this was not reflected properly in TypeScript and implementation was missing from Android.
closes #5759
5 anos atrás
Yogev Ben David
45eef0df1f
Fix modal dismissed event emits wrong componentId (#5773 )
Fix modal dismissed with swipe gesture emits wrong componentId
5 anos atrás
Yogev Ben David
2fa17aaaca
Fix crash when reload with overlays presented (#5774 )
5 anos atrás
Yogev Ben David
8f9e719747
Fix default font size regression (#5772 )
5 anos atrás
Harvey Connor
28c883d6dc
Update CHANGELOG.md (#5764 )
5 anos atrás
Guy Carmeli
e45f4b2bba
Update changelog
5 anos atrás
wixmobile
9f0155dcb1
Update package.json version to 4.0.5 [ci skip]
5 anos atrás
Yogev Ben David
60f836e8a8
Refactor top bar options (#5756 )
* Remove main window backgroundColor
* Better interface for TopBarPresenter
5 anos atrás
Guy Carmeli
47149835dc
Temporary fix to fab position on screen (#5758 )
Fab has been broken since v3. This is a very temporary fix until we refactor it and upgrade to fab from AndroidX
5 anos atrás
Yogev Ben David
e236cb9f5a
Fix bottom tabs attach mode (#5757 )
Improved attach mode together unit test
5 anos atrás
Yogev Ben David
60c4dfcd72
Bottom tabs attach mode support on iOS (#5733 )
Add iOS support for `bottomTabs.attachMode`.
This property controls when BottomTabs children are attached to hierarchy and when their React views are created.
By default, RNN attaches all children at the same time which might impact loading time as a few screens are instantiated at once.
Using `afterInitialTab` or `onSwitchToTab` generally leads to improved start up time.
5 anos atrás
Guy Carmeli
cea3f1cfba
Update WorkspaceSettings - use legacy build system
Since migrating to CocoaPods, we had to pod install to compile local changes - using legacy build system works around that.
5 anos atrás
Jin Shin
bf354d7c77
Replacing lodash chain with flow (#5755 )
5 anos atrás
Guy Carmeli
afbaa9a4f5
Merge SideMenuController options with parent (#5754 )
5 anos atrás
Pontus Abrahamsson
e53a9feb20
Use lodash submodules to reduce bundle size (#5734 )
Import lodash sub modules
5 anos atrás
Yogev Ben David
9ef61a9a13
Fix topBarHeight with UIModalPresentationPageSheet (#5749 )
5 anos atrás
Yogev Ben David
4cb0e98a67
Fix sending dismissed modal event when dismissing modal by swiping gesture (#5747 )
* Fix dismissed modal event by swiping down gesture
* Fix typescript
5 anos atrás
Guy Carmeli
0823a2c3ee
Update ModalDismissedEvent interface
modalsDismissed was missing from event declaration. This obscure property represents the number of modals which were dismissed. When dismissModal is called it's 1 and when dismissAllModals is called, it's the number of modals which were visible on screen.
5 anos atrás
ʙ ᴀ ᴛ ʀ
fd24adddb1
[v4][docs][showcases] starter kit (#5725 )
Hey, it is me again 🙂So I am just updating the docs due to some changes to my [starter](https://github.com/kanzitelli/react-native-navigation-starter ) which are upgrading RNN to v4 and adding implementation of app logic using [MobX State Tree](https://github.com/mobxjs/mobx-state-tree ) as an alternative to Redux.
5 anos atrás
Guy Carmeli
5e6d6fce13
Rename internal getConstants method to prevent conflicts with RN's getConstants method (#5745 )
Related to #4861
5 anos atrás
wixmobile
2bde14d615
Update package.json version to 4.0.4 [ci skip]
5 anos atrás
Yogev Ben David
d2ed290b58
Fix black topBar background color (#5726 )
* Fix black topBar background color
5 anos atrás
Yogev Ben David
65118b1ed2
Fix largeTitle behaviour on iOS 13 (#5715 )
* Fix largeTitle behavior on iOS 13
5 anos atrás
Guy Carmeli
fddab2cb65
Update README.md
5 anos atrás
wixmobile
7a6bc9611c
Update package.json version to 4.0.3 [ci skip]
5 anos atrás
Yogev Ben David
7cf208353f
Fix topBar.background.color for older iOS versions (#5712 )
5 anos atrás
Yogev Ben David
659a42cde1
Fix default modalPresentationStyle on iOS 13 (#5709 )
* Set as default modalPresentationStyle
* Sets the system default modalPresentationStyle
* Fix tests
* Fix unit tests
* Fix unit tests
* Add modal.swipeToDismiss option
5 anos atrás
yogevbd
d502c69443
Fix blinking react view button
5 anos atrás
Yogev Ben David
4a1b8b4a64
Fix topBar component setDefaultOptions issue (#5710 )
* Closes #5622
* Fix unit tests
5 anos atrás
wixmobile
4fbf1cffc1
Update package.json version to 4.0.2 [ci skip]
5 anos atrás
yogevbd
0c6e2f00b1
Fix topBar background color animation on iOS 13
5 anos atrás
wixmobile
cc08ab33bd
Update package.json version to 4.0.1 [ci skip]
5 anos atrás
Guy Carmeli
ab2fa632c2
Create react host after SoLoader.init (#5707 )
Under certain configurations, creating ReactNativeHost before SoLoader.init throws an exception.
This commit changes the behaviour of the main ReactGateway constructor to ensures host is created after SoLoader.init.
5 anos atrás
Yogev Ben David
2cd4752fa0
Fix constants error when there is no bottomTabs loaded (#5706 )
5 anos atrás
yogevbd
5b7ddec1da
Fix topBar.noBorder option
5 anos atrás
Yogev Ben David
919fa12780
Fix topBar.noBorder option on iOS 13 (#5705 )
* Fix topBar.noBorder option on iOS 13
* Fix unit tests
* empty commit
5 anos atrás
Yogev Ben David
b56026553d
Fix transparent topBar option (#5704 )
5 anos atrás
Yogev Ben David
ed7c5795e1
Fix back button on iOS 13 (#5703 )
5 anos atrás