yogevbd
7974b00307
fixes #3182
6 years ago
Guy Carmeli
86f7fc00fe
Add missing file
Options.java was missing from previous commit
6 years ago
Guy Carmeli
6a69287242
Removed NavigationOptionsListener
This commit removes NavigationOptionsListener as it was not needed anymore.
As a result, it uncovered a few issues which this commit also aims to fix.
* Set SideMenuController as parent of left, right and centre controllers
* Select tab by id with tabSelector interface
* mergeOptions now also applies options after merge - in ViewController base class
* Pull presentation logic from ComponentLayout to ComponentViewController
6 years ago
Shalom Yerushalmy
aed0e9fcd6
Trigger build
6 years ago
yogevbd
335dd424a2
Prevent navBar header background transition in modals, fixes black background in modals navBar
6 years ago
Guy Carmeli
c47a3771ea
empty commit
6 years ago
Guy Carmeli
813af3492d
empty commit
6 years ago
Joshua Kappers
63c34738d1
Link to root of movieapp repo (#3112 )
6 years ago
Jin Shin
af5538af19
Fixed wrong Android React Native path. (#3180 )
6 years ago
Guy Carmeli
fac293dbfc
point to index.js in build.gradle
6 years ago
Guy Carmeli
60fdb64a14
Point to index.js in xcode build scripts
6 years ago
Guy Carmeli
746f240ec5
Expose ReactNativeHost creation in NavigationApplication
This commit also consolidates index files in the playground app
6 years ago
Shalom Yerushalmy
a4e5055f63
Test [skip ci]
6 years ago
Shalom Yerushalmy
6768876066
Fix lint
6 years ago
Guy Carmeli
ce806e3b1e
Destroy Overlay when it is dismissed
* Cover OverlayManager with unit tests
* Add e2e to test Overlay unmount
6 years ago
yogevbd
9391cd52fd
Custom titleView layout fix
6 years ago
yogevbd
61695e0e08
fixed apply options
6 years ago
Guy Carmeli
e006406ceb
Emit bottomTabSelected event
6 years ago
Guy Carmeli
07050db9f9
Command (#3175 )
* Assign commandId to async commands
* CommandListener refactor
Pull listener out of Navigator and implement NativeCommandListener for native commands
* Emit onNavigationEvent when commands complete
* Rename timestamp to completionTime
* Rename NavigationEvent to EventEmitter
* Rename sendOnNavigationButtonPressed to emitOnNavigationButtonPressed
* Emit navigationEvent on bottom tab select
* rebase fix
* Emit commandCompleted event instead of nativeEvent
* fix native ios commands
* wait show and dismiss Overlay
6 years ago
andresesfm
935557a2ef
Implemented test for public constructor (#3153 )
6 years ago
yogevbd
3761a976e0
reset buttons to avoid react component recreation
6 years ago
yogevbd
4387d4fd4b
merge options only when viewController is loaded and visible
6 years ago
yogevbd
3d22e69d6a
Fix appLaunched and button press events on iOS
6 years ago
Guy Carmeli
1d2680c5aa
Fix appLaunched and button press events on Android
Both events broke in 104e3f97
6 years ago
Daniel Zlotin
ab8ba4e659
update docs
6 years ago
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