satyajit.happy
5303e8ffb5
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.13
- @react-navigation/compat@5.0.0-alpha.7
- @react-navigation/core@5.0.0-alpha.14
- @react-navigation/drawer@5.0.0-alpha.13
- @react-navigation/example@5.0.0-alpha.12
- @react-navigation/material-bottom-tabs@5.0.0-alpha.12
- @react-navigation/material-top-tabs@5.0.0-alpha.11
- @react-navigation/native@5.0.0-alpha.11
- @react-navigation/stack@5.0.0-alpha.24
@react-navigation/example@5.0.0-alpha.12
@react-navigation/compat@5.0.0-alpha.7
@react-navigation/core@5.0.0-alpha.14
@react-navigation/drawer@5.0.0-alpha.13
@react-navigation/bottom-tabs@5.0.0-alpha.13
@react-navigation/material-bottom-tabs@5.0.0-alpha.12
@react-navigation/material-top-tabs@5.0.0-alpha.11
@react-navigation/native@5.0.0-alpha.11
@react-navigation/stack@5.0.0-alpha.24
2019-10-06 16:44:17 +02:00
satyajit.happy
ba6b6ae025
feat: drop header: null in favor of more explitit headerShown option
2019-10-06 15:56:30 +02:00
satyajit.happy
16079d1050
fix: actually expose gestureVelocityImpact in the public API
2019-10-06 04:17:49 +02:00
satyajit.happy
b4a76814c6
fix: use next screen's animation when not focused. fixes #87
2019-10-06 04:13:13 +02:00
Michał Osadnik
8294efc8f4
feat: add gestureVelocityImpact as a prop for stack ( #123 )
2019-10-06 00:05:42 +02:00
Michał Osadnik
a27ade8881
fix: handling vertical gesture in RTL ( #122 )
2019-10-06 00:00:43 +02:00
satyajit.happy
615b523d26
fix: don't recompute if routes didn't change
2019-10-05 22:50:09 +02:00
satyajit.happy
070c46ba64
chore: fix react and react-native versions
2019-10-04 14:36:49 +02:00
satyajit.happy
d8394cf919
chore: publish
...
- @react-navigation/example@5.0.0-alpha.11
- @react-navigation/stack@5.0.0-alpha.23
@react-navigation/example@5.0.0-alpha.11
@react-navigation/stack@5.0.0-alpha.23
2019-10-04 00:54:40 +02:00
satyajit.happy
a7c4a4d7cd
fix: fix vertical gesture
2019-10-04 00:53:26 +02:00
satyajit.happy
282b465ae1
chore: add example for modal presentation
2019-10-04 00:12:56 +02:00
satyajit.happy
6f5f4b7d35
fix: fix passing insets to interpolator
2019-10-04 00:01:45 +02:00
satyajit.happy
d75915d1f3
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.12
- @react-navigation/compat@5.0.0-alpha.6
- @react-navigation/core@5.0.0-alpha.13
- @react-navigation/drawer@5.0.0-alpha.12
- @react-navigation/example@5.0.0-alpha.10
- @react-navigation/material-bottom-tabs@5.0.0-alpha.11
- @react-navigation/material-top-tabs@5.0.0-alpha.10
- @react-navigation/native@5.0.0-alpha.10
- @react-navigation/stack@5.0.0-alpha.22
@react-navigation/stack@5.0.0-alpha.22
@react-navigation/material-top-tabs@5.0.0-alpha.10
@react-navigation/native@5.0.0-alpha.10
@react-navigation/bottom-tabs@5.0.0-alpha.12
@react-navigation/compat@5.0.0-alpha.6
@react-navigation/core@5.0.0-alpha.13
@react-navigation/drawer@5.0.0-alpha.12
@react-navigation/example@5.0.0-alpha.10
@react-navigation/material-bottom-tabs@5.0.0-alpha.11
2019-10-03 21:33:06 +02:00
satyajit.happy
832ed882bc
refactor: use react-native-safe-area-context
2019-10-03 21:31:09 +02:00
satyajit.happy
8318c49331
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.11
- @react-navigation/compat@5.0.0-alpha.5
- @react-navigation/core@5.0.0-alpha.12
- @react-navigation/drawer@5.0.0-alpha.11
- @react-navigation/example@5.0.0-alpha.9
- @react-navigation/material-bottom-tabs@5.0.0-alpha.10
- @react-navigation/material-top-tabs@5.0.0-alpha.9
- @react-navigation/native@5.0.0-alpha.9
- @react-navigation/routers@5.0.0-alpha.9
- @react-navigation/stack@5.0.0-alpha.21
@react-navigation/compat@5.0.0-alpha.5
@react-navigation/stack@5.0.0-alpha.21
@react-navigation/core@5.0.0-alpha.12
@react-navigation/bottom-tabs@5.0.0-alpha.11
@react-navigation/drawer@5.0.0-alpha.11
@react-navigation/example@5.0.0-alpha.9
@react-navigation/material-bottom-tabs@5.0.0-alpha.10
@react-navigation/material-top-tabs@5.0.0-alpha.9
@react-navigation/native@5.0.0-alpha.9
@react-navigation/routers@5.0.0-alpha.9
2019-10-03 19:47:41 +02:00
satyajit.happy
ece6e3899e
fix: add missing React import
2019-10-03 19:07:56 +02:00
satyajit.happy
da944ccef9
fix: fix header buttons not clickable on Android. fixes #108
2019-10-03 19:07:21 +02:00
satyajit.happy
bc3586ae3e
fix: keep the routes we are closing or replacing
2019-10-03 18:44:18 +02:00
satyajit.happy
19be2b4bbc
fix: don't throw when switching navigator. fixes #91
2019-10-03 17:51:13 +02:00
satyajit.happy
a8851b730d
chore: upgrade deps
2019-10-03 17:35:24 +02:00
Michał Osadnik
7a5bcb446b
feat: add a getRootState method ( #119 )
2019-10-01 23:17:28 +02:00
satyajit.happy
1345a8fec6
chore: upgrade eslint config
2019-09-28 11:58:21 +02:00
satyajit.happy
7393464515
fix: don't merge state with existing state during reset. fixes #111
2019-09-28 11:49:45 +02:00
osdnk
9810a06061
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.10
- @react-navigation/compat@5.0.0-alpha.4
- @react-navigation/core@5.0.0-alpha.11
- @react-navigation/drawer@5.0.0-alpha.10
- @react-navigation/example@5.0.0-alpha.8
- @react-navigation/material-bottom-tabs@5.0.0-alpha.9
- @react-navigation/material-top-tabs@5.0.0-alpha.8
- @react-navigation/routers@5.0.0-alpha.8
- @react-navigation/stack@5.0.0-alpha.20
@react-navigation/material-top-tabs@5.0.0-alpha.8
@react-navigation/core@5.0.0-alpha.11
@react-navigation/drawer@5.0.0-alpha.10
@react-navigation/example@5.0.0-alpha.8
@react-navigation/material-bottom-tabs@5.0.0-alpha.9
@react-navigation/routers@5.0.0-alpha.8
@react-navigation/stack@5.0.0-alpha.20
@react-navigation/compat@5.0.0-alpha.4
@react-navigation/bottom-tabs@5.0.0-alpha.10
2019-09-27 17:30:35 +02:00
osdnk
655a220137
fix: close drawer on navigate
2019-09-27 17:29:59 +02:00
satyajit.happy
e61f5941d7
feat: add a method to reset root navigator state
2019-09-26 16:34:34 +02:00
satyajit.happy
8b78d617c0
feat: export some more type aliases
2019-09-25 23:09:58 +02:00
Dulmandakh
1fd5a868a3
feat: export BottomTabBar props type ( #109 )
2019-09-25 16:41:40 +02:00
satyajit.happy
1153d5575b
fix: fire blur event when a route is removed with a delay
...
closes #110
2019-09-24 20:27:54 +02:00
osdnk
76de32f441
chore: publish
...
- @react-navigation/stack@5.0.0-alpha.19
@react-navigation/stack@5.0.0-alpha.19
2019-09-23 18:26:26 +02:00
osdnk
4ee19bcdb9
fix: vertical gesture in stack
2019-09-23 18:25:06 +02:00
satyajit.happy
06cc8b9142
chore: publish
...
- @react-navigation/compat@5.0.0-alpha.3
- @react-navigation/stack@5.0.0-alpha.18
@react-navigation/compat@5.0.0-alpha.3
@react-navigation/stack@5.0.0-alpha.18
2019-09-23 17:26:27 +02:00
satyajit.happy
2f66556b10
fix: fix header rendered behind card. closes #108
2019-09-23 17:24:43 +02:00
Dulmandakh
f39813626a
feat(stack): use Animated.Text for header title ( #105 )
2019-09-21 17:55:11 +02:00
Dulmandakh
089390ce87
feat(stack): use Animated.View for header background ( #106 )
2019-09-21 17:54:21 +02:00
Dulmandakh
d09c9ae643
refactor(stack): convert Header component to function ( #104 )
2019-09-21 17:53:44 +02:00
satyajit.happy
8920da68a7
fix: throw when wrapping a compat navigatofor compat
2019-09-19 14:57:31 +02:00
satyajit.happy
98a9487cda
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.9
- @react-navigation/compat@5.0.0-alpha.2
- @react-navigation/core@5.0.0-alpha.10
- @react-navigation/stack@5.0.0-alpha.17
@react-navigation/stack@5.0.0-alpha.17
@react-navigation/bottom-tabs@5.0.0-alpha.9
@react-navigation/compat@5.0.0-alpha.2
@react-navigation/core@5.0.0-alpha.10
2019-09-17 18:44:55 +02:00
satyajit.happy
ff502820c7
feat: add createSwitchNavigator
2019-09-17 18:32:07 +02:00
satyajit.happy
30e510d123
fix: provide navigation prop in header
2019-09-17 18:13:42 +02:00
satyajit.happy
114a5dc888
feat: add withNavigation and withNavigationFocus
2019-09-17 17:57:01 +02:00
Ryan Stelly
b4bbf9b0c3
fix: add fallbacks for non-web modules
...
closes #95 , #96
2019-09-17 16:58:17 +02:00
satyajit.happy
98f0de088f
refactor: make dispatch accept thunks
2019-09-17 13:05:45 +02:00
satyajit.happy
2537145d81
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.8
- @react-navigation/compat@5.0.0-alpha.1
- @react-navigation/core@5.0.0-alpha.9
- @react-navigation/drawer@5.0.0-alpha.9
- @react-navigation/example@5.0.0-alpha.7
- @react-navigation/material-bottom-tabs@5.0.0-alpha.8
- @react-navigation/native@5.0.0-alpha.8
- @react-navigation/stack@5.0.0-alpha.16
@react-navigation/compat@5.0.0-alpha.1
@react-navigation/bottom-tabs@5.0.0-alpha.8
@react-navigation/core@5.0.0-alpha.9
@react-navigation/drawer@5.0.0-alpha.9
@react-navigation/example@5.0.0-alpha.7
@react-navigation/material-bottom-tabs@5.0.0-alpha.8
@react-navigation/native@5.0.0-alpha.8
@react-navigation/stack@5.0.0-alpha.16
2019-09-16 23:45:20 +02:00
Michał Osadnik
6af8400421
fix: don't remove route if animation isn't finished when dragging ( #100 )
2019-09-16 21:02:49 +02:00
satyajit.happy
d83d3de697
fix: support legacy goBack method
2019-09-16 16:04:31 +02:00
satyajit.happy
88a560aacb
fix: fix dispatching compat actions
2019-09-16 15:21:07 +02:00
satyajit.happy
e0f28a432d
feat: compatibility layer
2019-09-16 15:16:28 +02:00
satyajit.happy
438692d661
chore: fix running the example app
2019-09-16 14:59:54 +02:00
satyajit.happy
849d952703
feat: make deep link handling more flexible
...
This adds ability to specify a custom config to control how to convert between state and path.
Example:
```js
{
Chat: {
path: 'chat/:author/:id',
parse: { id: Number }
}
}
```
The above config can parse a path matching the provided pattern: `chat/jane/42` to a valid state:
```js
{
routes: [
{
name: 'Chat',
params: { author: 'jane', id: 42 },
},
],
}
```
This makes it much easier to control the parsing without having to specify a custom function.
2019-09-16 13:20:19 +02:00