Elliot Hesp
6bdd59bfc7
Fix documentation contribution link
7 vuotta sitten
Elliot Hesp
77f3158c72
Add statusBarColor to navigator props docs (#1004 )
Reading the docs I couldn't see a way to simply change the color of the status bar on Android. Only via https://github.com/wix/react-native-navigation/issues/571#issuecomment -267255350 I saw there was a prop to do this.
(Assuming this is Android only since iOS only allows for light or dark).
7 vuotta sitten
Guy Carmeli
4ae622fc6e
Center bottom tab icons when no tab labels are provided
7 vuotta sitten
Guy Carmeli
b60ad56159
SharedElement is a simple View on iOS
7 vuotta sitten
Guy Carmeli
f4265dd433
Resolve rnn from npm (#997 )
* Temporarily disable shared element screens in example app
* Fix card positioning when transitioning
* resolve rnn dep from npm
7 vuotta sitten
Guy Carmeli
c19d4d1c0a
Update example app (#996 )
* Temporarily disable shared element screens in example app
* Fix card positioning when transitioning
7 vuotta sitten
Guy Carmeli
93ce60c6a0
version fix (#995 )
7 vuotta sitten
Guy Carmeli
2fdb5a0681
Shared element transition (#994 )
* Add view manager
* Don’t update screen style on ViewPagerScreenChangedEvent
* change version to legacy
* Fix headers after rebase
* version bump
* Add image to each list item
* Basics structure is done (I think)
toElement also animates into place, even though values are completely wrong.
* Stop relying on refs to resolve fromElements
* Hide only corresponding fromElement
* Animate sharedElements back into place on screen pop
* Update example project with Dota heroes
* Initial curved animation implementation
* Stop resolving sharedElement refs
* Move getLocationOnScreen to ViewUtils
* Parse control points passed from Js
* Scale animation works
Not sure about pivot coordinates yet.
* minor update to SharedElementsTransition screen
* Minor changes to example screens
* Draw shared elements on Screen
Ignore Z order and draw shared elements directly on screen
* stuff
* Start animation after views are drawn
* f
* Animate text color
* Less allocations when animating text color
* Switch from RGB to LAB 😎
* Save and restore SpannedString
* Use correct status bar height in Android M
* Pass show and hide duration from Js
* Fix flicker when show animation starts
* Make shared elements not clickable
motivation: might be related to some native crash
* Use linear interpolation as default interpolation
* Code cleanup
* Clear SharedElements refs when screen is destroyed
* Code cleanup
* Add decelerate interpolator
* No more occasional flicker on animation start (Hopefully 🙏)
* Add FastOutSlowIn interpolator
* Animate only visible shared elements
* Clip bounds animator somewhat works
* Hope fully no more flickery images
* Add interpolator to each animator
* some work on shared element screens
* rebase fix
* fix lint
7 vuotta sitten
Ran
ee5af114a5
fix push while transitioning (#983 )
7 vuotta sitten
Guy Carmeli
a866eaac2e
Bottom tab selected event (#991 )
* Global bottomTabSelected event
* ios - add bottomTabSelected and bottomTabDeselected events
7 vuotta sitten
Guy Carmeli
9042ad551a
Add LightBox to example app on Android (#982 )
7 vuotta sitten
Aaron Greenwald
945e95b871
Easier to understand lede (#981 )
_lede_ is a [word](https://www.merriam-webster.com/dictionary/lede ), not a spelling mistake. In case you were wondering.
7 vuotta sitten
grin
d100d43924
[iOS] Correctly size subtitle label before calculating title view width (#928 )
7 vuotta sitten
Guy Carmeli
43b1edcc1c
Initial LightBox implementation on Android (#978 )
7 vuotta sitten
June Domingo
132723431d
Fix documentation website link (#974 )
7 vuotta sitten
Guy Carmeli
118249c043
Update README.md (#971 )
7 vuotta sitten
Guy Carmeli
d33a0c4e22
Update README.md (#970 )
7 vuotta sitten
bogobogo
666344a281
Rename openSourceIsAwesome.json to wix.json (#936 )
7 vuotta sitten
Ran
6fe8597c1f
handle null title (#968 )
7 vuotta sitten
Jing Tai Piao
2273a0e86b
Add font family support on bottom tabs (#961 )
* Add font family support on bottom tabs
* import missing classes
* import missing class
* update document
7 vuotta sitten
Guy Carmeli
23819b04bd
update docs (#958 )
7 vuotta sitten
Aiden Montgomery
6c9a3eaf01
Added 'bottomTabPressed' navigation event (#955 )
* Added an additional navigation event for the press of an already selected tab
* Renamed new navigation event to bottomTabReselected
7 vuotta sitten
Guy Carmeli
68040608b8
Set CollapsingTitleBar background only once
This is a quick hack to address issue where the expended color was
set after pop even if screen was collapsed.
7 vuotta sitten
Guy Carmeli
c1b99bf79b
Relax with the scaled touch slop checks
No need to check it twice
7 vuotta sitten
Guy Carmeli
9007c0c006
Snackbar does not block content
7 vuotta sitten
Minh Tri Nguyen
e9dc5c72b5
Fix import RCTBundleURLProvider.h (#938 )
7 vuotta sitten
Ran
1a46801e22
fix example project import in the app delegate (#939 )
7 vuotta sitten
Royce Townsend
fb91ef32cc
Example app guesses the IP address for you. (#637 )
7 vuotta sitten
Varun Gupta
478001bedd
fix npe in sliding overlay (#899 )
7 vuotta sitten
bogobogo
ff0fbc7e08
Opensourceisawesome (#934 )
* wix react-native open source json config file
* Update openSourceIsAwesome.json
7 vuotta sitten
Emre Tekince
7a8c53c010
Update installation-android.md (#926 )
7 vuotta sitten
grin
68449cc48c
[iOS] Setting title through navigation item doesn't change the tab bar label (#897 )
7 vuotta sitten
Guy Carmeli
1166473fde
Support showing modals without animation (#900 )
7 vuotta sitten
Ben Kraus
7a84cbb702
Fixing issue #542 (#888 )
Issue #542 caused an issue where setting the `tabBarButtonColor` would override the `tabBarSelectedButtonColor`. This fixes that.
7 vuotta sitten
Ran
03d380f8a9
Bugfix - #645 - Swiping / pop gesture on root Screen breaks navigation push / touches (#882 )
7 vuotta sitten
Ran
28014d6578
iOS - add disabledBackGesture (#872 )
7 vuotta sitten
Urban Cvek
06c5a0fe0c
Add ability to pass the name of the image and display it as a background when transitioning between screens. (#861 )
7 vuotta sitten
Guy Carmeli
6319f0c649
Add ContentView after TopBar (#871 )
closes #851
7 vuotta sitten
Daniel Zlotin
78530363ec
Delete CNAME
7 vuotta sitten
Daniel Zlotin
810f5e7de0
Update CNAME
7 vuotta sitten
June Domingo
19cf86874d
New Documentation (#819 )
* Initial commit
* Initial commit
* Clean-up title
7 vuotta sitten
Guy Carmeli
1a685073ee
Show in app notifications on modals (#866 )
7 vuotta sitten
Ran
478b90889e
remove "react-redux" from package.json (#817 )
7 vuotta sitten
Guy Carmeli
018c12dd2c
Snackback can be displayed statically from Navigation (#859 )
When snackbar cta is clicked - event is dispatched with the specified eventId
7 vuotta sitten
Guy Carmeli
5cc24e1dbc
Save dynamic fab in ScreenParams (#858 )
Since fab set dynamically wasn’t saved in screen params, when returning
to that screen the fab wasn't displayed.
This commit also enables setting fab dynamically in modals
7 vuotta sitten
Guy Carmeli
9c680b0cbc
Update README.md (#856 )
7 vuotta sitten
Guy Carmeli
e0f2019720
Update README.md (#854 )
* Update README.md
* Update README.md
7 vuotta sitten
Gytis Vinclovas
146a1e2371
Removed not existing link from readme (#850 )
There was no link for migration to v2 and changelog. It looks bad when dead links are on main readme, so I removed the link.
7 vuotta sitten
Guy Carmeli
3f7f42367d
Save titleBarHidden in screenParams when toggling TitleBar (#840 )
* Save titleBarHidden in screenParams when toggling TitleBar
* empty commit
7 vuotta sitten
Guy Carmeli
2519ff1239
Support setting orientation from application and modals (#834 )
Closes #681
7 vuotta sitten