Ran Greenberg
37bf8666e0
#824
8 лет назад
Ran Greenberg
dc5ffecad7
support dismissModal by id
8 лет назад
Ran Greenberg
7b36884e3b
support multiple modals shows
8 лет назад
Daniel Zlotin
7b7b7a2d1b
added another testcase
8 лет назад
Daniel Zlotin
b72f19f975
fixed tests, refactored
8 лет назад
Ran Greenberg
4bd0ded475
iOS refactoring
8 лет назад
Daniel Zlotin
d55736c101
ios all green
8 лет назад
Daniel Zlotin
5fc49c4895
ios refactoring
8 лет назад
Daniel Zlotin
2b8f6bd9be
iOS #822
8 лет назад
Ran
62cd096e8f
Ios orientation (#820 )
iOS support orientation changes
8 лет назад
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.
8 лет назад
Daniel Zlotin
47140086ba
android: format
8 лет назад
Daniel Zlotin
904fa36357
android: better lifecycle, splash is the responsibility of the user
8 лет назад
Daniel Zlotin
e1841944d8
android: added back missing tests
8 лет назад
Daniel Zlotin
e678afb321
android: splash view unit test
8 лет назад
Daniel Zlotin
dd148229bb
typo
8 лет назад
Daniel Zlotin
8f7a7cd1c5
android: fixed robolectric manifest troubles
8 лет назад
Daniel Zlotin
671270701f
android: cant test splasview due to timer. will test it with unit tests
8 лет назад
Daniel Zlotin
585119c8b6
fixing nvm
8 лет назад
Daniel Zlotin
db958390b3
fixing nvm
8 лет назад
Daniel Zlotin
8428f8f8a3
android: e2e still not there
8 лет назад
Guy Carmeli
08dbe4dc35
Refactor orientation logic to separate class (#811 )
closes #661
8 лет назад
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
8 лет назад
Daniel Zlotin
f22c7323b5
android: refactoring
8 лет назад
Daniel Zlotin
1352b25a13
android: refactoring
8 лет назад
Guy Carmeli
c5d5d4d35b
Set LeftButton color from screen (#810 )
8 лет назад
Daniel Zlotin
372ea473c3
android: NavigationReactNativeHost
8 лет назад
Daniel Zlotin
fbc9a58283
removed unneeded deps
8 лет назад
Daniel Zlotin
1514743224
temp comment explaining this mess
8 лет назад
Daniel Zlotin
80bad189fa
android: resume activity fix
8 лет назад
Daniel Zlotin
9de08952f1
android: splash min 1 sec
8 лет назад
Daniel Zlotin
d5a630450c
android: e2e works
8 лет назад
Daniel Zlotin
3572f8543d
android: device orientation
8 лет назад
Daniel Zlotin
9dd7d326f1
no need for espresso, uiAutomator works fast enough
8 лет назад
Daniel Zlotin
236ea22927
breaking e2e
8 лет назад
Daniel Zlotin
f80d73cf21
trying to make uiautomation work
8 лет назад
Daniel Zlotin
636f82b1a4
launchApp android e2e
8 лет назад
Daniel Zlotin
5d43e6a9bd
e2e android initial
8 лет назад
Daniel Zlotin
a2e70b99be
created external android e2e
8 лет назад
Daniel Zlotin
e7e3f73d55
added orientation failing test
8 лет назад
Daniel Zlotin
723323e940
detox update
8 лет назад
Daniel Zlotin
923a1dcc39
disabled temporary reload bug
8 лет назад
Guy Carmeli
a40bf22222
fix demo app after migrationg to rn 41
8 лет назад
Daniel Zlotin
c1abfad6ff
migrated ios to RN41.2
8 лет назад
Daniel Zlotin
3e2771ca91
update to RN41.2
8 лет назад
Guy Carmeli
730abb24e3
Change screenChange eventName key to id (#804 )
8 лет назад
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
8 лет назад
Guy Carmeli
687b80ba55
Switch to RCTJavaScriptWillStartLoadingNotification (#803 )
fixes #800 #797
8 лет назад
Guy Carmeli
760a208071
Add logo to readme (#802 )
8 лет назад
Guy Carmeli
1b127f70a9
Take scaled touch slop into account when calculating if screen can collapse (#799 )
8 лет назад