Satyajit Sahoo
3677818f63
chore: publish
...
- @react-navigation/bottom-tabs@5.1.0
- @react-navigation/compat@5.1.0
- @react-navigation/core@5.2.0
- @react-navigation/drawer@5.1.0
- @react-navigation/material-bottom-tabs@5.1.0
- @react-navigation/material-top-tabs@5.1.0
- @react-navigation/native@5.0.8
- @react-navigation/routers@5.0.3
- @react-navigation/stack@5.1.0
2020-02-26 13:57:42 +01:00
Satyajit Sahoo
162410843c
feat: add ability add listeners with listeners prop
...
This adds ability to listen to events from the component where the navigator is defined, even if the screen is not rendered.
```js
<Tabs.Screen
name="Chat"
component={Chat}
options={{ title: 'Chat' }}
listeners={{
tabPress: e => console.log('Tab press', e.target),
}}
/>
```
Closes #6756
2020-02-26 13:02:22 +01:00
Satyajit Sahoo
225cb298b6
chore: publish
...
- @react-navigation/bottom-tabs@5.0.7
- @react-navigation/compat@5.0.7
- @react-navigation/core@5.1.6
- @react-navigation/drawer@5.0.7
- @react-navigation/material-bottom-tabs@5.0.7
- @react-navigation/material-top-tabs@5.0.7
- @react-navigation/native@5.0.7
- @react-navigation/routers@5.0.2
- @react-navigation/stack@5.0.7
2020-02-21 19:18:56 +01:00
Satyajit Sahoo
4578849ebf
chore: publish
...
- @react-navigation/bottom-tabs@5.0.6
- @react-navigation/compat@5.0.6
- @react-navigation/core@5.1.5
- @react-navigation/drawer@5.0.6
- @react-navigation/material-bottom-tabs@5.0.6
- @react-navigation/material-top-tabs@5.0.6
- @react-navigation/native@5.0.6
- @react-navigation/stack@5.0.6
2020-02-19 23:34:10 +01:00
Satyajit Sahoo
c084517d7b
chore: add release script
2020-02-19 23:30:12 +01:00
Satyajit Sahoo
e0c3298e64
fix: delay showing drawer by one frame after layout
2020-02-15 19:17:20 +01:00
Satyajit Sahoo
5b7bbbdfd9
chore: publish
...
- @react-navigation/bottom-tabs@5.0.5
- @react-navigation/compat@5.0.5
- @react-navigation/core@5.1.4
- @react-navigation/drawer@5.0.5
- @react-navigation/material-bottom-tabs@5.0.5
- @react-navigation/material-top-tabs@5.0.5
- @react-navigation/native-stack@5.0.5
- @react-navigation/native@5.0.5
- @react-navigation/stack@5.0.5
2020-02-15 00:18:52 +01:00
Satyajit Sahoo
c5fefc6ee9
chore: tweak versions for peer dependencies
2020-02-15 00:15:01 +01:00
Satyajit Sahoo
424c9469e4
chore: publish
...
- @react-navigation/bottom-tabs@5.0.4
- @react-navigation/compat@5.0.4
- @react-navigation/core@5.1.3
- @react-navigation/drawer@5.0.4
- @react-navigation/material-bottom-tabs@5.0.4
- @react-navigation/material-top-tabs@5.0.4
- @react-navigation/native-stack@5.0.4
- @react-navigation/native@5.0.4
- @react-navigation/stack@5.0.4
2020-02-14 18:50:01 +01:00
Satyajit Sahoo
0cca1309ec
chore: publish
...
- @react-navigation/bottom-tabs@5.0.3
- @react-navigation/compat@5.0.3
- @react-navigation/core@5.1.2
- @react-navigation/drawer@5.0.3
- @react-navigation/material-bottom-tabs@5.0.3
- @react-navigation/material-top-tabs@5.0.3
- @react-navigation/native-stack@5.0.3
- @react-navigation/native@5.0.3
- @react-navigation/stack@5.0.3
2020-02-12 16:58:48 +01:00
Satyajit Sahoo
94cff2380a
chore: publish
...
- @react-navigation/bottom-tabs@5.0.2
- @react-navigation/compat@5.0.2
- @react-navigation/core@5.1.1
- @react-navigation/drawer@5.0.2
- @react-navigation/material-bottom-tabs@5.0.2
- @react-navigation/material-top-tabs@5.0.2
- @react-navigation/native-stack@5.0.2
- @react-navigation/native@5.0.2
- @react-navigation/stack@5.0.2
2020-02-11 18:57:48 +01:00
Satyajit Sahoo
031136f7c8
fix: remove unnecessary borderless from drawer item
...
closes #6801
2020-02-11 17:21:05 +01:00
Satyajit Sahoo
b234b035c3
chore: publish
...
- @react-navigation/bottom-tabs@5.0.1
- @react-navigation/compat@5.0.1
- @react-navigation/core@5.1.0
- @react-navigation/drawer@5.0.1
- @react-navigation/material-bottom-tabs@5.0.1
- @react-navigation/material-top-tabs@5.0.1
- @react-navigation/native-stack@5.0.1
- @react-navigation/native@5.0.1
- @react-navigation/routers@5.0.1
- @react-navigation/stack@5.0.1
2020-02-10 17:22:48 +01:00
Satyajit Sahoo
688d16de5d
fix: prevent ripple from bleeding out of drawer item
...
closes #6801
2020-02-10 16:28:29 +01:00
Satyajit Sahoo
86c39d2e0e
refactor: move types and base router to routers package
2020-02-10 16:04:20 +01:00
Satyajit Sahoo
7160a511e6
chore: set initial insets for safe areas
2020-02-10 16:04:20 +01:00
Satyajit Sahoo
ae680a1e3c
chore: upgrade depenendecies
2020-02-10 16:04:20 +01:00
Satyajit Sahoo
79ab56fe41
chore: release stable version
2020-02-05 14:54:44 +01:00
Satyajit Sahoo
a121844148
chore: prepare for stable release ( #354 )
2020-02-05 14:47:36 +01:00
Satyajit Sahoo
264537bdb4
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.45
- @react-navigation/compat@5.0.0-alpha.34
- @react-navigation/core@5.0.0-alpha.43
- @react-navigation/drawer@5.0.0-alpha.47
- @react-navigation/material-bottom-tabs@5.0.0-alpha.42
- @react-navigation/material-top-tabs@5.0.0-alpha.41
- @react-navigation/native-stack@5.0.0-alpha.35
- @react-navigation/native@5.0.0-alpha.35
- @react-navigation/routers@5.0.0-alpha.33
- @react-navigation/stack@5.0.0-alpha.70
2020-02-04 17:34:55 +01:00
osdnk
25c3fc440f
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.44
- @react-navigation/compat@5.0.0-alpha.33
- @react-navigation/core@5.0.0-alpha.42
- @react-navigation/drawer@5.0.0-alpha.46
- @react-navigation/material-bottom-tabs@5.0.0-alpha.41
- @react-navigation/material-top-tabs@5.0.0-alpha.40
- @react-navigation/native-stack@5.0.0-alpha.34
- @react-navigation/native@5.0.0-alpha.34
- @react-navigation/routers@5.0.0-alpha.32
- @react-navigation/stack@5.0.0-alpha.69
2020-02-04 11:04:43 +01:00
Evan Bacon
b277927925
feat: disable pan gesture by default in the browser for Apple devices
...
fixes #287
2020-02-04 09:12:40 +01:00
Satyajit Sahoo
ba85db28d4
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.43
- @react-navigation/compat@5.0.0-alpha.32
- @react-navigation/core@5.0.0-alpha.41
- @react-navigation/drawer@5.0.0-alpha.45
- @react-navigation/material-bottom-tabs@5.0.0-alpha.40
- @react-navigation/material-top-tabs@5.0.0-alpha.39
- @react-navigation/native-stack@5.0.0-alpha.33
- @react-navigation/native@5.0.0-alpha.33
- @react-navigation/routers@5.0.0-alpha.31
- @react-navigation/stack@5.0.0-alpha.67
2020-02-03 05:18:49 +01:00
Satyajit Sahoo
22e306004a
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.42
- @react-navigation/compat@5.0.0-alpha.31
- @react-navigation/core@5.0.0-alpha.40
- @react-navigation/drawer@5.0.0-alpha.44
- @react-navigation/material-bottom-tabs@5.0.0-alpha.39
- @react-navigation/material-top-tabs@5.0.0-alpha.38
- @react-navigation/native-stack@5.0.0-alpha.32
- @react-navigation/native@5.0.0-alpha.32
- @react-navigation/routers@5.0.0-alpha.30
- @react-navigation/stack@5.0.0-alpha.66
2020-02-03 00:40:22 +01:00
Satyajit Sahoo
8a835b3556
chore: fix versions in package.json
2020-02-03 00:40:11 +01:00
Satyajit Sahoo
41a5e1a385
fix: wrap navigators in gesture handler root
2020-02-03 00:18:32 +01:00
osdnk
343320783f
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.40
- @react-navigation/compat@5.0.0-alpha.29
- @react-navigation/core@5.0.0-alpha.38
- @react-navigation/drawer@5.0.0-alpha.42
- @react-navigation/material-bottom-tabs@5.0.0-alpha.37
- @react-navigation/material-top-tabs@5.0.0-alpha.36
- @react-navigation/native-stack@5.0.0-alpha.30
- @react-navigation/native@5.0.0-alpha.30
- @react-navigation/routers@5.0.0-alpha.28
- @react-navigation/stack@5.0.0-alpha.64
2020-02-02 23:36:00 +01:00
Satyajit Sahoo
5411816188
fix: update screens for native stack
2020-02-02 23:32:12 +01:00
Satyajit Sahoo
0c159db4c9
fix: add licenses
2020-02-01 02:43:58 +01:00
Satyajit Sahoo
d448cdc11f
refactor: don't pass drawerPosition as a prop to drawerContent
2020-01-31 14:55:10 +01:00
Satyajit Sahoo
0e8fda3196
fix: handle back button in drawer itself
2020-01-31 01:53:50 +01:00
Satyajit Sahoo
9198597b7f
fix: fix drawerType=back when drawer is on right
...
fixes #316
2020-01-31 01:40:28 +01:00
Satyajit Sahoo
0b4bf1dcc8
refactor: drop unmountInactiveScreens in favor of unmountOnBlur… ( #317 )
...
The `unmountInactiveScreens` prop lets user unmount all inactive screens for the whole navigator when they go out of focus. It'll be better to have the option to do that per screen, so I have added the `unmountOnBlur` option instead.
To get the previous behaviour, user can specify the option in `screenOptions`.
2020-01-29 23:49:31 +01:00
Satyajit Sahoo
5a3f8356b0
feat: integrate with history API on web
2020-01-29 23:14:12 +01:00
Satyajit Sahoo
eeae11033a
refactor: track history for tabs and drawer in a history key
2020-01-29 23:14:12 +01:00
Evan Bacon
0f18b91690
refactor: split Overlay into a new component ( #284 )
...
* refactor: split Overlay into a new component
* Update packages/drawer/src/index.tsx
Co-Authored-By: Satyajit Sahoo <satyajit.happy@gmail.com >
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com >
2020-01-27 20:10:06 +01:00
Michał Osadnik
9bfb295620
fix: screens integration on Android ( #294 )
2020-01-27 17:48:22 +01:00
Satyajit Sahoo
ecd68afb46
feat: add useIsDrawerOpen hook ( #299 )
2020-01-27 12:59:24 +01:00
Satyajit Sahoo
5e7cfc4ac0
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.39
- @react-navigation/compat@5.0.0-alpha.28
- @react-navigation/core@5.0.0-alpha.37
- @react-navigation/drawer@5.0.0-alpha.41
- @react-navigation/material-bottom-tabs@5.0.0-alpha.36
- @react-navigation/material-top-tabs@5.0.0-alpha.35
- @react-navigation/native-stack@5.0.0-alpha.29
- @react-navigation/native@5.0.0-alpha.29
- @react-navigation/routers@5.0.0-alpha.27
- @react-navigation/stack@5.0.0-alpha.63
2020-01-24 13:01:24 +01:00
osdnk
42586462fd
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.38
- @react-navigation/compat@5.0.0-alpha.27
- @react-navigation/core@5.0.0-alpha.36
- @react-navigation/drawer@5.0.0-alpha.40
- @react-navigation/material-bottom-tabs@5.0.0-alpha.35
- @react-navigation/material-top-tabs@5.0.0-alpha.34
- @react-navigation/native-stack@5.0.0-alpha.28
- @react-navigation/native@5.0.0-alpha.28
- @react-navigation/routers@5.0.0-alpha.26
- @react-navigation/stack@5.0.0-alpha.62
2020-01-23 10:45:49 +01:00
Satyajit Sahoo
63988e0da8
chore: add sideEffects: false for webpack
2020-01-22 21:47:12 +01:00
Satyajit Sahoo
f1df4a0808
feat: emit appear and dismiss events for native stack
2020-01-20 05:28:41 +01:00
Satyajit Sahoo
da67e134d2
feat: let the navigator specify if default can be prevented
2020-01-14 16:48:56 +01:00
Satyajit Sahoo
3c5b8c4992
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.37
- @react-navigation/compat@5.0.0-alpha.26
- @react-navigation/core@5.0.0-alpha.35
- @react-navigation/drawer@5.0.0-alpha.39
- @react-navigation/material-bottom-tabs@5.0.0-alpha.34
- @react-navigation/material-top-tabs@5.0.0-alpha.33
- @react-navigation/native-stack@5.0.0-alpha.27
- @react-navigation/native@5.0.0-alpha.27
- @react-navigation/routers@5.0.0-alpha.25
- @react-navigation/stack@5.0.0-alpha.61
2020-01-14 02:24:48 +01:00
Satyajit Sahoo
805e5e8636
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.36
- @react-navigation/compat@5.0.0-alpha.25
- @react-navigation/core@5.0.0-alpha.34
- @react-navigation/drawer@5.0.0-alpha.38
- @react-navigation/material-bottom-tabs@5.0.0-alpha.33
- @react-navigation/material-top-tabs@5.0.0-alpha.32
- @react-navigation/native-stack@5.0.0-alpha.26
- @react-navigation/native@5.0.0-alpha.26
- @react-navigation/routers@5.0.0-alpha.24
- @react-navigation/stack@5.0.0-alpha.60
2020-01-13 18:35:00 +01:00
Satyajit Sahoo
65a5dac2bf
fix: make sure paths aren't aliased when building definitions
...
closes #265
2020-01-13 18:31:41 +01:00
Satyajit Sahoo
536225c2c3
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.35
- @react-navigation/compat@5.0.0-alpha.24
- @react-navigation/core@5.0.0-alpha.33
- @react-navigation/drawer@5.0.0-alpha.37
- @react-navigation/material-bottom-tabs@5.0.0-alpha.32
- @react-navigation/material-top-tabs@5.0.0-alpha.31
- @react-navigation/native-stack@5.0.0-alpha.25
- @react-navigation/native@5.0.0-alpha.25
- @react-navigation/routers@5.0.0-alpha.23
- @react-navigation/stack@5.0.0-alpha.59
2020-01-13 14:37:49 +01:00
Satyajit Sahoo
f1f5b7197c
chore: use project references for typescript
2020-01-12 09:26:50 +01:00
Satyajit Sahoo
bfb28599fb
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.34
- @react-navigation/compat@5.0.0-alpha.23
- @react-navigation/core@5.0.0-alpha.32
- @react-navigation/drawer@5.0.0-alpha.36
- @react-navigation/material-bottom-tabs@5.0.0-alpha.31
- @react-navigation/material-top-tabs@5.0.0-alpha.29
- @react-navigation/native-stack@5.0.0-alpha.24
- @react-navigation/native@5.0.0-alpha.24
- @react-navigation/routers@5.0.0-alpha.22
- @react-navigation/stack@5.0.0-alpha.58
2020-01-09 03:03:45 +01:00
Satyajit Sahoo
011dabf919
chore: upgrade depenendecies
2020-01-09 02:50:48 +01:00