Daniel Zlotin
78f47a5c3c
fully linted
7 年前
Daniel Zlotin
ee675c516f
migrate to using regular export
7 年前
Daniel Zlotin
c461d05f6f
fix tests
7 年前
Guy Carmeli
35f4f03286
fix android e2e
7 年前
Daniel Zlotin
ef681b07fd
fix most e2e
7 年前
Daniel Zlotin
636b27e000
renaming
7 年前
Daniel Zlotin
bbca8e07dc
api migration
7 年前
yogevbd
04c578cc4e
V2 e2e Test IDs (#2304 )
* refactored e2e tests to work with testIDs
* lint fix
* android e2e fixed
7 年前
Roman Kozlov
9de8bf4540
V2 overlay (#2105 )
* V2 overlay skeleton (#2097 )
* skeleton
* basic test
* remove useless files
* remove useles files
* semicolon
* refactoring
* rm useless files
* alert dialog more styles
* hot fix
* tests
* e2e with own alert
* fix test
* fix ios e2e
* custom dialog WIP
* WIP
* refactor custom dialog
* fix e2e
* gitignore
* fix js tests
* remove hardcode
* snackbar
* drop FAB for now
* fix test
7 年前
Roman Kozlov
26f36b0ba7
V2 topbar (#1996 )
* animation fix
* fix tests
* hide toolbar
* default values
* default values
* tmp commit
* tests
* animated hide
* animated hode improve
* fix topbar
* readme
* lifecycle WIP
* lifecycle alert delay hack
* test fixes
* move topbar to container
* fix tests
* refactor
* refactor WIP
* refactor fix tests
* nav options fallback to parse
* WIP
* topbar background fix
7 年前
Johan
5d1783cbcf
setButtons for iOS (#1746 )
7 年前
Johan
9f9fddc626
Renamed container lifecycle events (#1676 )
* Renamed onStop/onStart to didAppear/DidDisappear
* This did't make it!
7 年前
Daniel Zlotin
82d10cce5a
move to moduleJS
7 年前
Daniel Zlotin
f56267e71e
moved to using XO
7 年前
bogobogo
6b0ce5ba90
changed this.props.id to this.props.containerId (#1327 )
* changed this.props.id to this.props.containerId
* fixed js tests
* refactor
7 年前
Daniel Zlotin
65b655a554
simplified commands api
7 年前
Daniel Zlotin
5e74cc72c6
work on #965
8 年前
Daniel Zlotin
29cb8a4f66
lifecycle screen fix
8 年前
Daniel Zlotin
b72f19f975
fixed tests, refactored
8 年前
Ran Greenberg
4bd0ded475
iOS refactoring
8 年前
Daniel Zlotin
8cebd2238a
fixing android
8 年前
Daniel Zlotin
794b294865
preparing the store
8 年前
Daniel Zlotin
7f7a586a08
pushes, start of lifecycle
8 年前
Daniel Zlotin
df6729aa9c
layout tree crawling
8 年前
Daniel Zlotin
7c4a9c7dbe
passProps works
8 年前
Daniel Zlotin
8546765f0e
trying to run locally
8 年前
Daniel Zlotin
93d9cbb1db
linted
8 年前
Daniel Zlotin
6c5b4e26d1
trying to fix travis builds
8 年前
Daniel Zlotin
f56c6b4d0e
fixed reload bug
8 年前
Daniel Zlotin
5342932c9e
fix index
8 年前
Daniel Zlotin
4a60af6a9d
adapters
8 年前
Daniel Zlotin
df522f083e
removed old code, migrated to public headers, new event emitter onAppLaunched
8 年前
Daniel Zlotin
cd95e7ef64
e2e
8 年前
Daniel Zlotin
cd0a6c5987
playground bootstrapped to Navigation
8 年前
Daniel Zlotin
44de6b1928
playground working
8 年前
Daniel Zlotin
2c54470c34
fixing playground
8 年前
Daniel Zlotin
44a33214eb
example --> playground WIP
8 年前
Ran Greenberg
6d63cbd3e3
changed for the new native API
8 年前
Guy Carmeli
2209566a90
Add CollapsingTopBar screen to Android example
8 年前
Guy Carmeli
37b96449ec
Implement CollapsingTopBar
8 年前
Daniel Zlotin
bf06c6a245
added portraitOnlyMode
8 年前
Guy Carmeli
7412eef2c7
Update example project
Changed screen that is displayed when `resetTo` is called
8 年前
Guy Carmeli
efb2ffa213
Minor changes in example project
consolidated some screens
minor ui changes and fixes
8 年前
Ran Greenberg
5d602d9035
fix iOS example project
8 年前
Daniel Zlotin
8dea566e00
fixing example project
8 年前
Ran Greenberg
a425e9077a
add subtitle support to navigation bar
8 年前
Daniel Zlotin
248ee9eb80
fixed drawer animation warning on iOS
8 年前
Guy Carmeli
2787a6294b
Fix example project
8 年前
Artal Druk
237abdbfb4
upgrade to RN 25.1 JS changes
8 年前
Guy Carmeli
362b74fad8
Initial implementation for Navigator.push
Navigator.push allows us to open a new screen. Currently it starts a new Activity with the screen
as it’s root view, but this is only a temporary behaviour. The intended behaviour is similar to
View Controllers on iOS which allows you to manage view hierarchies or a stack of fragments
managed by FragmentManager on Android.
9 年前