Guy Carmeli
8d5ec5014b
Initial v2 commit on Android
il y a 8 ans
Guy Carmeli
7074da20a0
Add Support for all common color formats on Android (#497 )
closes #454
il y a 8 ans
Guy Carmeli
3dbcc28d86
Collapsing view pager screen (#448 )
Implement collapsing TopTabs on Android
specify `navBarHideOnScroll: true` in your `TopTabsScreen`
il y a 8 ans
Guy Carmeli
c10f41ff0e
Search android (#432 )
* Move event emmiter logic out of Application
* Implement searchView
Usage:
```js
rightButtons: [
{
id: 'searchView',
label: 'Search',
hint: 'Search...'
}
]
```
* Translucent TitleBar
* Collapse TopBar
* Less noticeable translucent effect
* Implement ScrollViewDetector
* Collapse on fling
* Collapse on touch up
Complete collapse on touch up instead of fling
il y a 8 ans
Guy Carmeli
6933a61b3b
CR fixes
il y a 8 ans
Guy Carmeli
37b96449ec
Implement CollapsingTopBar
il y a 8 ans
Daniel Zlotin
d431dc24db
renamed to clear intentions
il y a 8 ans
Guy Carmeli
8324657f77
Remove react hacks
This commit removes necessary hacks which were introduced due to
limitations of previous React Native apis.
Mount/unmount logic isn't coupled to view attached/detached
to window callbacks. Instead, `unmountReactApplication` was added.
We can safely call it when a screen is popped and when application is
reloaded in debug.
il y a 8 ans
Guy Carmeli
8b580ca2a9
Fix selectedTab event
il y a 8 ans
Guy Carmeli
d1598962ec
Show screen after RN view has rendered
il y a 8 ans
Guy Carmeli
12374aa32a
Implement SideMenu in SingleScreenLayout
il y a 8 ans
Daniel Zlotin
339bf42225
topTab passProps works
il y a 8 ans
Daniel Zlotin
dbe2b1587a
passProps stays in JS using PropRegistry, not exporting Screen anymore, FragmentScreen broken
il y a 8 ans
Daniel Zlotin
58620a9b9c
lifecycle of reactContext fix, refactored the tangled mess in the Application
il y a 8 ans
Guy Carmeli
fa153d4bb0
Implement passProps in TopTabs screens
il y a 8 ans
Guy Carmeli
a177b65d0c
Add selectedTabChanged event
il y a 8 ans
Guy Carmeli
b42ab00207
Remove finger tracking scroll logic
il y a 8 ans
Daniel Zlotin
0f2bf32a66
merged
il y a 8 ans
Daniel Zlotin
ec994d6885
smooth scroll works!
il y a 8 ans
Daniel Zlotin
975acf2fb8
fixes
il y a 8 ans
Guy Carmeli
80b11fb522
Additional work on BottomTabs
il y a 8 ans
Rotem M
5d2532bc6f
initial work on TabbedScreen
il y a 8 ans
Daniel Zlotin
f3e1c2be16
scroll view attacher clean up
il y a 8 ans
Daniel Zlotin
65fe5346ce
unmount fix
il y a 8 ans
Guy Carmeli
1b8a22a47c
Keep Using navigatorEventId for now
il y a 8 ans
Daniel Zlotin
0e5b676bdd
moduleNAME?
il y a 8 ans
Daniel Zlotin
d82d317931
fixing compile errors
il y a 8 ans
Guy Carmeli
00012ad9c0
Fix naming and variable types
il y a 8 ans
Guy Carmeli
5f02e61af2
ContentView
il y a 8 ans
Guy Carmeli
3c29a11968
ReactViewHacks + RctView terminated
il y a 8 ans
Daniel Zlotin
493aad9621
scroll content
il y a 8 ans
Daniel Zlotin
a65eb8ae67
f
il y a 8 ans
Daniel Zlotin
e76d9682e3
ScrollViewAttacher
il y a 8 ans
Daniel Zlotin
e0b8a6abac
scroll direction listener
il y a 8 ans