Guy Carmeli
f575ab3a45
Update README.md
6 年之前
Johannes Kronmüller
22b3b40d3a
remove deprecated com.facebook.react.uimanager.UIImplementationProvider (#3836 )
6 年之前
Shalom Yerushalmy
fcb923662b
Update Jenkins build status badge
6 年之前
Blake Barrett
664a701fe8
Fixed a typo. (#3704 )
Changed "assums" to "assumes".
6 年之前
Thememont
2c0fa0eda6
Reject user interaction until animation stoped (#3673 )
6 年之前
Jon Bettcher
b3ba7c5cd5
Android: Fix an issue with incorrect Lightbox measurments. (#2625 )
Due to a race condition, the height and width of the Lightbox screen
may be read too early, resulting in a zero-width or height lightbox.
Addresses Content of lightbox not displayed #2288
6 年之前
NaoyaKurahashi
734e241c69
revert screen change event condition and global scree event condition before 1.1.464 (#3548 )
6 年之前
NaoyaKurahashi
4c20820169
Remove undefined rootView (#3542 )
6 年之前
Yogev Ben David
0769f6e4da
Revert "Fix/rootview bounds iphone x (#3405 )" (#3441 )
This reverts commit 9d4eea835a .
6 年之前
Phạm Quan Khiết Luân
241349625f
Fix Global Events and Screen Events do not work after iPhoneX patch (#1668 )
* fix navigatorStyle don't work on Drawer
* Fix lightbox dismiss on Android
* Update LightBox.java
* Add splash screen tut in third party lib support list
* Revert the old drawer commit
* Fix screen events
6 年之前
Simon Mitchell
9d4eea835a
Fix/rootview bounds iphone x (#3405 )
* Fixed issue with rightButtons getting ignored in preference for empty Screen buttons
* Fixes an issue where on an iPhone X when showing the tab bar on pop from
a scrollable view to a non-scrollable view the root view's bounds
would be incorrect
6 年之前
Yogev B
92b3037f14
Update README.md
6 年之前
Guy Carmeli
87f4738fcc
Update README.md
6 年之前
Rodrigo Bermúdez Schettino
767866c5f3
Update docs for example project (#3315 )
Fix broken link and mention the new redux example project.
6 年之前
Guy Carmeli
d3e143de19
Update readme with information regarding v2
6 年之前
Rodrigo Bermúdez Schettino
52d9690c22
Remove broken link in README (#3300 )
6 年之前
Ioannis Kokkinidis
7a0bc3f8bd
Exposed getUiImplementationProvider for people to override if needed (#3295 )
6 年之前
Rodrigo Bermúdez Schettino
4c76331757
Fix screenshots links to React Native's docs (#3302 )
The links were pointing to the wrong documentation sections.
6 年之前
Guy Carmeli
70bdb2b780
support config
6 年之前
Guy Carmeli
8fbb82391d
Push stale config
6 年之前
John Bayne
e8dbe0d24b
Fix broken link to Screen API page in docs/usage.md (#3233 )
6 年之前
Juan Carlos Rojas
04e52170fa
Fix syntax error: "screen" is read-only (#3237 )
6 年之前
Guy Carmeli
59a30efbf4
Revert "- Fixes freeze of passProps on iOS (#3220 )" (#3222 )
This reverts commit fa135e223b .
6 年之前
pera
fa135e223b
- Fixes freeze of passProps on iOS (#3220 )
6 年之前
Nico Richard
4518797c38
allows you to show a lightbox directly after dismissing on ios (#1466 )
6 年之前
Lode Vanhove
7622dcf298
Enable RTL support on LeftButton (#3154 )
By default RTL is not enabled on the MaterialMenuDrawable of which the LeftButton extends. This results in the back button not being flipped when running your app against a right-to-left language. Enabling RTL for the LeftButton fixes this behavior and correctly flips the button when needed.
6 年之前
Shalom Yerushalmy
aed0e9fcd6
Trigger build
6 年之前
yogevbd
335dd424a2
Prevent navBar header background transition in modals, fixes black background in modals navBar
6 年之前
Joshua Kappers
63c34738d1
Link to root of movieapp repo (#3112 )
6 年之前
Shalom Yerushalmy
a4e5055f63
Test [skip ci]
6 年之前
yogevbd
771e906973
Revert "Support a “modal” prop for tabbed iOS apps (#1578 )"
This reverts commit 5cd2972ca0 .
6 年之前
yogevbd
ff8e84a991
Revert "fix build issue"
This reverts commit 864a84dfcf .
6 年之前
yogevbd
864a84dfcf
fix build issue
6 年之前
Masaru Ichikawa
f7267009de
fixed a bug modal viewController was not deallocated when to call dismissAllModals (#2843 )
6 年之前
Kevin Barrett
5cd2972ca0
Support a “modal” prop for tabbed iOS apps (#1578 )
* feat: support a “modal” prop for tabbed ios apps
* fix: apply temp fix for react-native-navigation#1502 (#1 )
* fix: enable fab icon scaling (#2 )
* v1.1.340 [ci skip]
* Update FloatingActionButtonCoordinator.java
* Update top-level-api.md
* Update package.json
6 年之前
Adam Wilson
01ba0f8451
Add iPad landscape launch image (#2473 )
6 年之前
Ioannis Kokkinidis
ac95d36753
Now passing an activity to clearHostOnActivityDestroy (#3133 )
- We do that in order to allow the end user to decide
wether they want to destroy the host based on who's
the one calling onDestroy.
6 年之前
Shalom Yerushalmy
522e53ef28
Change CI var env to JENKINS_CI
6 年之前
Varun Gupta
3b9f6bfbbf
Avoid NPR in SET (#3115 )
6 年之前
Shalom Yerushalmy
6eb022e024
Update README.md
6 年之前
Shalom Yerushalmy
cf21081eda
Update README.md
6 年之前
Shalom Yerushalmy
9b19c76ce6
Update README.md
6 年之前
David Antoon
da176aae96
Add missing comma (#3106 )
6 年之前
Yee Wong
cd80eca782
fix android rooBackgroundImage support (#3089 )
6 年之前
Guy Carmeli
bee7e1a91b
Pass ActionMenuView as parent to right buttons instead of Toolbar (#3091 )
Motivation:
When searching for the button's concrete TextView by label, if the
title has the same text as the buttons, both views are returned.
6 年之前
Piper
578659204d
Github -> GitHub (#3067 )
6 年之前
Guy Carmeli
d96f091e40
NPE screenParams before setting rootBackgroundImageName
6 年之前
Yee Wong
7f220e7dff
Add Android support for rootBackgroundImageName (#3051 )
6 年之前
Eli Perkins
22f743bf5f
Fix when a title image has nil or NSNull (#3033 )
This was occuring if a title has no properties set initially, but then are configured later. The title image data would go from [NSNull null] to nil, breaking this check.
By comparing against both values, we can ensure the correct logic for all behaviors.
6 年之前
Garrett McCullough
74a8c6bb30
remove unused param from function (#3039 )
6 年之前