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