Satyajit Sahoo
59803f54d6
fix: improve gesture performance
2020-01-01 16:26:51 +01:00
Satyajit Sahoo
935659899f
fix: use native driver for gestures
2020-01-01 15:48:26 +01:00
Satyajit Sahoo
ef0f5d6567
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.29
- @react-navigation/compat@5.0.0-alpha.20
- @react-navigation/core@5.0.0-alpha.30
- @react-navigation/drawer@5.0.0-alpha.31
- @react-navigation/material-bottom-tabs@5.0.0-alpha.28
- @react-navigation/material-top-tabs@5.0.0-alpha.26
- @react-navigation/native-stack@5.0.0-alpha.20
- @react-navigation/native@5.0.0-alpha.22
- @react-navigation/routers@5.0.0-alpha.19
- @react-navigation/stack@5.0.0-alpha.47
@react-navigation/native@5.0.0-alpha.22
@react-navigation/drawer@5.0.0-alpha.31
@react-navigation/core@5.0.0-alpha.30
@react-navigation/compat@5.0.0-alpha.20
@react-navigation/bottom-tabs@5.0.0-alpha.29
@react-navigation/material-bottom-tabs@5.0.0-alpha.28
@react-navigation/material-top-tabs@5.0.0-alpha.26
@react-navigation/native-stack@5.0.0-alpha.20
@react-navigation/routers@5.0.0-alpha.19
@react-navigation/stack@5.0.0-alpha.47
2020-01-01 13:33:50 +01:00
Satyajit Sahoo
499f66dba4
chore: fix type error
2020-01-01 13:32:50 +01:00
Satyajit Sahoo
2ef2f1a86f
refactor: navigate instead of reset when we can when handling links
2020-01-01 13:28:31 +01:00
Satyajit Sahoo
0252bdc222
fix: show error if an action was not handled
2020-01-01 13:12:41 +01:00
Satyajit Sahoo
282f62c258
refactor: use animated instead of reanimated
2020-01-01 12:53:01 +01:00
Satyajit Sahoo
f462d67270
fix: cleanup transaction even if action wasn't handled
2019-12-25 01:41:14 +01:00
Satyajit Sahoo
873afec9fe
chore: tweak route names in example
2019-12-19 23:25:58 +01:00
Satyajit Sahoo
878297e52f
chore: update eslint config
2019-12-19 23:13:23 +01:00
Satyajit Sahoo
1ea9b4524d
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.28
- @react-navigation/compat@5.0.0-alpha.19
- @react-navigation/core@5.0.0-alpha.29
- @react-navigation/drawer@5.0.0-alpha.30
- @react-navigation/material-bottom-tabs@5.0.0-alpha.27
- @react-navigation/material-top-tabs@5.0.0-alpha.25
- @react-navigation/native-stack@5.0.0-alpha.19
- @react-navigation/native@5.0.0-alpha.21
- @react-navigation/routers@5.0.0-alpha.18
- @react-navigation/stack@5.0.0-alpha.46
@react-navigation/core@5.0.0-alpha.29
@react-navigation/native@5.0.0-alpha.21
@react-navigation/bottom-tabs@5.0.0-alpha.28
@react-navigation/stack@5.0.0-alpha.46
@react-navigation/routers@5.0.0-alpha.18
@react-navigation/compat@5.0.0-alpha.19
@react-navigation/drawer@5.0.0-alpha.30
@react-navigation/material-bottom-tabs@5.0.0-alpha.27
@react-navigation/material-top-tabs@5.0.0-alpha.25
@react-navigation/native-stack@5.0.0-alpha.19
2019-12-19 14:45:13 +01:00
Satyajit Sahoo
c52a8c46a8
fix: fix typescript issues
2019-12-19 14:39:35 +01:00
Satyajit Sahoo
0635365483
fix: set screen background in drawer from theme
2019-12-17 00:01:47 +01:00
Satyajit Sahoo
9843b92e05
chore: upgrade deps
2019-12-16 23:42:19 +01:00
Satyajit Sahoo
ebd145a09d
fix: fix backgroundColor in sceneContainerStyle overriden by theme
...
Closes #215
2019-12-16 23:00:12 +01:00
Satyajit Sahoo
9fc1af02c2
refactor: remove extra prop
2019-12-16 15:43:38 +01:00
Satyajit Sahoo
68a334cc93
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.27
- @react-navigation/compat@5.0.0-alpha.18
- @react-navigation/core@5.0.0-alpha.28
- @react-navigation/drawer@5.0.0-alpha.29
- @react-navigation/material-bottom-tabs@5.0.0-alpha.26
- @react-navigation/material-top-tabs@5.0.0-alpha.24
- @react-navigation/native-stack@5.0.0-alpha.18
- @react-navigation/native@5.0.0-alpha.20
- @react-navigation/routers@5.0.0-alpha.17
- @react-navigation/stack@5.0.0-alpha.45
@react-navigation/compat@5.0.0-alpha.18
@react-navigation/native-stack@5.0.0-alpha.18
@react-navigation/stack@5.0.0-alpha.45
@react-navigation/bottom-tabs@5.0.0-alpha.27
@react-navigation/routers@5.0.0-alpha.17
@react-navigation/core@5.0.0-alpha.28
@react-navigation/drawer@5.0.0-alpha.29
@react-navigation/material-bottom-tabs@5.0.0-alpha.26
@react-navigation/material-top-tabs@5.0.0-alpha.24
@react-navigation/native@5.0.0-alpha.20
2019-12-16 15:27:11 +01:00
Satyajit Sahoo
c110570d4c
fix: disable style interpolation for card when animation is disabled
2019-12-16 15:25:19 +01:00
Satyajit Sahoo
d57226fd8b
refactor: remove cardTransparent in favor of cardStyle
2019-12-16 15:09:10 +01:00
Oliver Winter
c3d3748143
fix: use Partial type for initialParam ( #206 )
2019-12-16 13:58:37 +01:00
Wojciech Lewicki
8002d51795
feat: add nested config in deep linking ( #210 )
...
Fixes #154
2019-12-16 13:30:28 +01:00
Erivelton Elias
31cf19912b
chore: update README expo and native-stack ( #212 )
2019-12-16 12:29:31 +01:00
Satyajit Sahoo
d0e4e1f6fb
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.26
- @react-navigation/drawer@5.0.0-alpha.28
- @react-navigation/material-bottom-tabs@5.0.0-alpha.25
- @react-navigation/material-top-tabs@5.0.0-alpha.23
- @react-navigation/native-stack@5.0.0-alpha.17
- @react-navigation/native@5.0.0-alpha.19
- @react-navigation/stack@5.0.0-alpha.44
@react-navigation/bottom-tabs@5.0.0-alpha.26
@react-navigation/drawer@5.0.0-alpha.28
@react-navigation/material-bottom-tabs@5.0.0-alpha.25
@react-navigation/material-top-tabs@5.0.0-alpha.23
@react-navigation/native-stack@5.0.0-alpha.17
@react-navigation/native@5.0.0-alpha.19
@react-navigation/stack@5.0.0-alpha.44
2019-12-14 22:43:24 +01:00
Satyajit Sahoo
00fc616de0
feat: add custom theme support ( #211 )
2019-12-14 22:25:25 +01:00
Satyajit Sahoo
703edb3569
chore: fix loading back icon on Android
2019-12-14 06:37:21 +01:00
Satyajit Sahoo
38a38b021a
refactor: use function component for bottom tab bar
2019-12-13 17:11:50 +01:00
Satyajit Sahoo
42bc37d2ff
chore: update auth flow example
2019-12-12 13:36:43 +01:00
Satyajit Sahoo
75ad2aaae5
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.25
- @react-navigation/compat@5.0.0-alpha.17
- @react-navigation/drawer@5.0.0-alpha.27
- @react-navigation/material-bottom-tabs@5.0.0-alpha.24
- @react-navigation/material-top-tabs@5.0.0-alpha.22
- @react-navigation/native-stack@5.0.0-alpha.16
- @react-navigation/native@5.0.0-alpha.18
- @react-navigation/routers@5.0.0-alpha.16
- @react-navigation/stack@5.0.0-alpha.43
@react-navigation/material-bottom-tabs@5.0.0-alpha.24
@react-navigation/material-top-tabs@5.0.0-alpha.22
@react-navigation/bottom-tabs@5.0.0-alpha.25
@react-navigation/compat@5.0.0-alpha.17
@react-navigation/drawer@5.0.0-alpha.27
@react-navigation/stack@5.0.0-alpha.43
@react-navigation/routers@5.0.0-alpha.16
@react-navigation/native@5.0.0-alpha.18
@react-navigation/native-stack@5.0.0-alpha.16
2019-12-11 17:45:04 +01:00
Satyajit Sahoo
eef17a801e
refactor: import from /native instead of /core
2019-12-11 17:44:21 +01:00
Satyajit Sahoo
7b8277dae5
chore: publish
...
- @react-navigation/stack@5.0.0-alpha.42
@react-navigation/stack@5.0.0-alpha.42
2019-12-10 15:53:53 +01:00
Christian Falch
6cddb5238c
feat: expose animation related values in context
2019-12-10 15:53:27 +01:00
Satyajit Sahoo
624ae0ad56
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.24
- @react-navigation/compat@5.0.0-alpha.16
- @react-navigation/core@5.0.0-alpha.27
- @react-navigation/drawer@5.0.0-alpha.26
- @react-navigation/material-bottom-tabs@5.0.0-alpha.23
- @react-navigation/material-top-tabs@5.0.0-alpha.21
- @react-navigation/native@5.0.0-alpha.17
- @react-navigation/stack@5.0.0-alpha.41
@react-navigation/stack@5.0.0-alpha.41
@react-navigation/compat@5.0.0-alpha.16
@react-navigation/bottom-tabs@5.0.0-alpha.24
@react-navigation/core@5.0.0-alpha.27
@react-navigation/drawer@5.0.0-alpha.26
@react-navigation/material-bottom-tabs@5.0.0-alpha.23
@react-navigation/material-top-tabs@5.0.0-alpha.21
@react-navigation/native@5.0.0-alpha.17
2019-12-10 13:22:40 +01:00
Satyajit Sahoo
458b531859
chore: add native stack to expo example
2019-12-10 13:13:35 +01:00
Satyajit Sahoo
cd1acbf8b5
refactor: add inverted direction and simplify code
2019-12-10 13:07:03 +01:00
Satyajit Sahoo
86c1c631aa
refactor: refactor bottom tab bar
2019-12-10 13:10:17 +01:00
Satyajit Sahoo
c7e35e0f0d
refactor: use proc node to improve reanimated mount time
...
Co-authored-by: Michał Osadnik <micosa97@gmail.com >
2019-12-09 22:43:19 +01:00
Satyajit Sahoo
b805ba111a
chore: upgrade react-native and expo
2019-12-09 22:42:49 +01:00
Satyajit Sahoo
b6c7d2b626
refactor: remove navigation prop uses from CardStack
2019-12-09 22:28:49 +01:00
Satyajit Sahoo
f951e98dc6
chore: move example folder to root
2019-12-09 15:20:28 +01:00
Satyajit Sahoo
448fa642ed
fix: fix accessibility label in bottom tab bar
2019-12-09 14:00:30 +01:00
Satyajit Sahoo
4e0e1f0a15
chore: refactor the auth flow example
2019-12-09 13:52:27 +01:00
Satyajit Sahoo
555813a0f4
refactor: simplify the API for top and bottom tab bars
2019-12-09 13:41:37 +01:00
Satyajit Sahoo
1153feba40
refactor: don't use a getter for options
2019-12-07 20:30:35 +01:00
Satyajit Sahoo
e87925c086
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.23
- @react-navigation/core@5.0.0-alpha.26
- @react-navigation/drawer@5.0.0-alpha.25
- @react-navigation/material-bottom-tabs@5.0.0-alpha.22
- @react-navigation/material-top-tabs@5.0.0-alpha.20
- @react-navigation/native-stack@5.0.0-alpha.15
- @react-navigation/stack@5.0.0-alpha.40
@react-navigation/bottom-tabs@5.0.0-alpha.23
@react-navigation/material-bottom-tabs@5.0.0-alpha.22
@react-navigation/material-top-tabs@5.0.0-alpha.20
@react-navigation/native-stack@5.0.0-alpha.15
@react-navigation/drawer@5.0.0-alpha.25
@react-navigation/core@5.0.0-alpha.26
@react-navigation/stack@5.0.0-alpha.40
2019-12-07 05:23:12 +01:00
Satyajit Sahoo
7b13a81ac8
fix: don't handle replace if screen to replace with isn't present
...
fixes #193
2019-12-07 05:22:19 +01:00
Satyajit Sahoo
d618ab382e
feat: export underlying views used to build navigators ( #191 )
...
Exporting the underlying views makes it easy to build custom navigators on top of our views. Libraries such as react-native-router-flux rely on such exports to build custom routing solutions while being able to take advantage of our work.
This can also be the solution to adding custom behaviour without us needing to add separate config to override the router.
2019-12-04 00:22:53 +01:00
Satyajit Sahoo
c7a5cfd5b2
chore: publish
...
- @react-navigation/stack@5.0.0-alpha.39
@react-navigation/stack@5.0.0-alpha.39
2019-12-03 20:40:35 +01:00
Satyajit Sahoo
87d445b4e4
fix: disable pointerEvents on header when not focused
2019-12-03 20:33:41 +01:00
Satyajit Sahoo
eaf88478cc
fix: correctly update layout on onLayout events
2019-12-03 20:32:38 +01:00
Satyajit Sahoo
f271e299ac
chore: publish
...
- @react-navigation/core@5.0.0-alpha.25
- @react-navigation/stack@5.0.0-alpha.38
@react-navigation/stack@5.0.0-alpha.38
@react-navigation/core@5.0.0-alpha.25
2019-11-29 18:10:20 +01:00