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 gadus atpakaļ
grin
d100d43924
[iOS] Correctly size subtitle label before calculating title view width (#928 )
7 gadus atpakaļ
Guy Carmeli
43b1edcc1c
Initial LightBox implementation on Android (#978 )
7 gadus atpakaļ
June Domingo
132723431d
Fix documentation website link (#974 )
7 gadus atpakaļ
Guy Carmeli
118249c043
Update README.md (#971 )
7 gadus atpakaļ
Guy Carmeli
d33a0c4e22
Update README.md (#970 )
7 gadus atpakaļ
bogobogo
666344a281
Rename openSourceIsAwesome.json to wix.json (#936 )
7 gadus atpakaļ
Ran
6fe8597c1f
handle null title (#968 )
7 gadus atpakaļ
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 gadus atpakaļ
Guy Carmeli
23819b04bd
update docs (#958 )
7 gadus atpakaļ
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 gadus atpakaļ
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 gadus atpakaļ
Guy Carmeli
c1b99bf79b
Relax with the scaled touch slop checks
No need to check it twice
7 gadus atpakaļ
Guy Carmeli
9007c0c006
Snackbar does not block content
7 gadus atpakaļ
Minh Tri Nguyen
e9dc5c72b5
Fix import RCTBundleURLProvider.h (#938 )
7 gadus atpakaļ
Ran
1a46801e22
fix example project import in the app delegate (#939 )
7 gadus atpakaļ
Royce Townsend
fb91ef32cc
Example app guesses the IP address for you. (#637 )
7 gadus atpakaļ
Varun Gupta
478001bedd
fix npe in sliding overlay (#899 )
7 gadus atpakaļ
bogobogo
ff0fbc7e08
Opensourceisawesome (#934 )
* wix react-native open source json config file
* Update openSourceIsAwesome.json
7 gadus atpakaļ
Emre Tekince
7a8c53c010
Update installation-android.md (#926 )
7 gadus atpakaļ
grin
68449cc48c
[iOS] Setting title through navigation item doesn't change the tab bar label (#897 )
7 gadus atpakaļ
Guy Carmeli
1166473fde
Support showing modals without animation (#900 )
7 gadus atpakaļ
Ben Kraus
7a84cbb702
Fixing issue #542 (#888 )
Issue #542 caused an issue where setting the `tabBarButtonColor` would override the `tabBarSelectedButtonColor`. This fixes that.
7 gadus atpakaļ
Ran
03d380f8a9
Bugfix - #645 - Swiping / pop gesture on root Screen breaks navigation push / touches (#882 )
7 gadus atpakaļ
Ran
28014d6578
iOS - add disabledBackGesture (#872 )
7 gadus atpakaļ
Urban Cvek
06c5a0fe0c
Add ability to pass the name of the image and display it as a background when transitioning between screens. (#861 )
7 gadus atpakaļ
Guy Carmeli
6319f0c649
Add ContentView after TopBar (#871 )
closes #851
7 gadus atpakaļ
Daniel Zlotin
78530363ec
Delete CNAME
7 gadus atpakaļ
Daniel Zlotin
810f5e7de0
Update CNAME
7 gadus atpakaļ
June Domingo
19cf86874d
New Documentation (#819 )
* Initial commit
* Initial commit
* Clean-up title
7 gadus atpakaļ
Guy Carmeli
1a685073ee
Show in app notifications on modals (#866 )
7 gadus atpakaļ
Ran
478b90889e
remove "react-redux" from package.json (#817 )
7 gadus atpakaļ
Guy Carmeli
018c12dd2c
Snackback can be displayed statically from Navigation (#859 )
When snackbar cta is clicked - event is dispatched with the specified eventId
7 gadus atpakaļ
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 gadus atpakaļ
Guy Carmeli
9c680b0cbc
Update README.md (#856 )
7 gadus atpakaļ
Guy Carmeli
e0f2019720
Update README.md (#854 )
* Update README.md
* Update README.md
7 gadus atpakaļ
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 gadus atpakaļ
Guy Carmeli
3f7f42367d
Save titleBarHidden in screenParams when toggling TitleBar (#840 )
* Save titleBarHidden in screenParams when toggling TitleBar
* empty commit
7 gadus atpakaļ
Guy Carmeli
2519ff1239
Support setting orientation from application and modals (#834 )
Closes #681
7 gadus atpakaļ
Ran
62cd096e8f
Ios orientation (#820 )
iOS support orientation changes
7 gadus atpakaļ
Guy Carmeli
61b558bf8b
Fix collapse issue after list bounce back (#821 )
When a view with collapsing header was fully expended, scrolling down
and quickly releasing the finger would couse the list to "bounce back".
Since the view can collapse only if its scrollY amount is less then the
scaled touch slop - the view didn't collapse and instead, scroll was
enabled.
7 gadus atpakaļ
Guy Carmeli
08dbe4dc35
Refactor orientation logic to separate class (#811 )
closes #661
7 gadus atpakaļ
Jakub Martyčák
5cea516563
[android] Custom orientation change hnadling (#783 )
* [android] Basic implementation of orientation change event and getter
#dasdsa
* [android] Check if fabAnimator is not null
* [android] Add configChanges prop to NavigationActivity in AndroidManifest
* [android] Fix duplicate declaration of onConfigurationChange
* [android] Use EventEmitter class to dispatch orientation change events
7 gadus atpakaļ
Guy Carmeli
c5d5d4d35b
Set LeftButton color from screen (#810 )
7 gadus atpakaļ
Guy Carmeli
730abb24e3
Change screenChange eventName key to id (#804 )
7 gadus atpakaļ
Simon Mitchell
d1febd3c23
Feature/view lifecycle (#798 )
* Adds iOS callback for viewWillAppear/didAppear e.t.c.
* Adds in screen events on Android
* Fixed issue with rightButtons getting ignored in preference for empty Screen buttons
* Android screen lifecycle
This commit is contains a few changes and enhancements to the PR made by simon:
* Use getEventEmitter instead of sendNavigatorEvent
* Dispatch willDisappear and didDisappear events when pushing screens
* Dispatch willAppear and didAppear events when popping screen
7 gadus atpakaļ
Guy Carmeli
687b80ba55
Switch to RCTJavaScriptWillStartLoadingNotification (#803 )
fixes #800 #797
7 gadus atpakaļ
Guy Carmeli
760a208071
Add logo to readme (#802 )
7 gadus atpakaļ
Guy Carmeli
1b127f70a9
Take scaled touch slop into account when calculating if screen can collapse (#799 )
7 gadus atpakaļ
Guy Carmeli
b1b0d9fc12
Update README.md (#794 )
7 gadus atpakaļ