Daniel Zlotin
104e3f97fd
BREAKING events api
6 years ago
Shalom Yerushalmy
af12e8b466
Disable for letting CI pass
6 years ago
Guy Carmeli
755ff262f9
Don't throw exception in some tests as there's no reason to
6 years ago
yogevbd
3fd9cdfe5b
fix flaky top bar transition
6 years ago
Guy Carmeli
a0982e404d
Report onActivityResult to RN
6 years ago
andresesfm
cba7d1796b
Reverting to public (#3146 )
We need this constructor to be accessible in order to integrate with CodePush
6 years ago
yogevbd
771e906973
Revert "Support a “modal” prop for tabbed iOS apps (#1578 )"
This reverts commit 5cd2972ca0 .
6 years ago
yogevbd
ff8e84a991
Revert "fix build issue"
This reverts commit 864a84dfcf .
6 years ago
yogevbd
864a84dfcf
fix build issue
6 years ago
yogevbd
0cb95ef67f
documentation fix
6 years ago
Masaru Ichikawa
f7267009de
fixed a bug modal viewController was not deallocated when to call dismissAllModals (#2843 )
6 years ago
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 years ago
Adam Wilson
01ba0f8451
Add iPad landscape launch image (#2473 )
6 years ago
Guy Carmeli
604247df1a
Delete unused logic
These two functions were related to previous modal implementation which relied on Dialogs
6 years ago
Guy Carmeli
e36c4b0e8d
Declare nativeCommandsSender explicitly
6 years ago
Guy Carmeli
7e94261afe
Reformat file
6 years ago
Guy Carmeli
096481e496
Destroy views when activity is destroyed and reloaded
6 years ago
Guy Carmeli
16f6ca41f9
f
6 years ago
Guy Carmeli
cb2d66f4c9
Expose adding reload listener through ReactGateway
6 years ago
Guy Carmeli
d4a1981141
Support listening to reload events
The reload listener currently doesn't properly pickup reloads from debug menu
6 years ago
Guy Carmeli
46405a2901
Properly destroy Overlays
6 years ago
Guy Carmeli
350f48aee1
Pass newly created ReactContext from ReactInstanceEventListener
6 years ago
Shalom Yerushalmy
4aabc4665e
Add headless option to e2e android
6 years ago
Shalom Yerushalmy
982fb6155d
Remove empty line to trigger build
6 years ago
Guy Carmeli
5a43de8cec
Use bound function
6 years ago
Guy Carmeli
3710a3ec90
Revert "Fixes NPE when initializing twice" (#3135 )
* Revert "Fix custom top bar from disappearing after a push (#3109 )"
This reverts commit 0e11b95f85 .
* Revert "Fixes NPE when initializing twice (#3128 )"
This reverts commit 0bf0751f5d .
6 years ago
frankenthumbs
0e11b95f85
Fix custom top bar from disappearing after a push (#3109 )
6 years ago
andresesfm
0bf0751f5d
Fixes NPE when initializing twice (#3128 )
6 years ago
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 years ago
yogevbd
9de6a1fe4b
Closes #3122
6 years ago
yogevbd
9f693b22f5
commands error handling
6 years ago
yogevbd
6b4da44fff
unit tests for setStackRoot
6 years ago
Shalom Yerushalmy
522e53ef28
Change CI var env to JENKINS_CI
6 years ago
Shalom Yerushalmy
ed459cc985
Change CI env to JENKINS_CI
6 years ago
Shalom Yerushalmy
1d8a9d80f0
Fix lint
6 years ago
yogevbd
5ca136a3c3
Closes #3123
6 years ago
yogevbd
3b80ea8651
unit test fix
6 years ago
yogevbd
e1be29ebb6
setStackRoot e2e
6 years ago
yogevbd
0dc45525ea
bottomTab static events - #1078
6 years ago
yogevbd
ffa4e13d3a
events onNavigationCommand support - #1078
6 years ago
Varun Gupta
3b9f6bfbbf
Avoid NPR in SET (#3115 )
6 years ago
Shalom Yerushalmy
6eb022e024
Update README.md
6 years ago
Shalom Yerushalmy
cf21081eda
Update README.md
6 years ago
Shalom Yerushalmy
9b19c76ce6
Update README.md
6 years ago
Guy Carmeli
cd41232522
modalPresentationStyle doc
6 years ago
Guy Carmeli
346753b944
[Breaking] implement overCurrentContext
When modalPresentationStyle is overCurrentContext - previous view is not detached when showing modal.
6 years ago
Guy Carmeli
a9aa70a7b6
Modal refactor
Add previous view (modal or root) back to hierarchy in ModalPresenter.
Later on this will be controlled by modalPresentationStyle
6 years ago
Guy Carmeli
66b5c4600a
Detach root by default when modal is displayed
6 years ago
Guy Carmeli
e85bc9949f
Initial ModalOptions implementation
6 years ago
Shalom Yerushalmy
ddb64379b9
Update README.md
6 years ago