Satyajit Sahoo
31caaf3071
refactor: set headerMode to screen by default when custom header is specified
2021-03-14 16:43:51 +01:00
Satyajit Sahoo
5bcce9926a
chore: publish
...
- @react-navigation/stack@6.0.0-next.5
@react-navigation/stack@6.0.0-next.5
2021-03-14 16:28:11 +01:00
Satyajit Sahoo
aacc1b525d
refactor: move headerMode to options
...
BREAKING CHANGE: headerMode is now moved to options instead of props
2021-03-14 16:27:53 +01:00
Satyajit Sahoo
3ad2bcbaf8
fix: consider header colors when managing statusbar
2021-03-13 17:38:46 +01:00
Satyajit Sahoo
faee245d2e
fix: consider header colors when managing statusbar
2021-03-13 17:37:43 +01:00
Satyajit Sahoo
e1ab06d3d7
chore: publish
...
- @react-navigation/stack@6.0.0-next.4
@react-navigation/stack@6.0.0-next.4
2021-03-12 23:09:39 +01:00
Satyajit Sahoo
a204edd012
fix: add special statusbar handling to modal presentation
2021-03-12 23:08:13 +01:00
Satyajit Sahoo
78b00bd814
chore: update expo-cli
2021-03-12 03:30:37 +01:00
Satyajit Sahoo
923722cbb0
chore: publish
...
- @react-navigation/bottom-tabs@6.0.0-next.2
- @react-navigation/drawer@6.0.0-next.2
- @react-navigation/elements@1.0.0-next.2
- @react-navigation/stack@6.0.0-next.3
@react-navigation/bottom-tabs@6.0.0-next.2
@react-navigation/drawer@6.0.0-next.2
@react-navigation/elements@1.0.0-next.2
@react-navigation/stack@6.0.0-next.3
2021-03-12 03:04:24 +01:00
Satyajit Sahoo
2c1adc9043
refactor: rename ResourceSavingScene to ResourceSavingView
2021-03-12 03:02:07 +01:00
Satyajit Sahoo
40439ccb42
fix: use theme in PlatformPressable
2021-03-12 02:54:02 +01:00
Satyajit Sahoo
24b3f739da
feat: return nearest parent header height for useHeaderHeight
2021-03-12 01:59:40 +01:00
Satyajit Sahoo
2c8401d5cb
feat: export drawer button
2021-03-12 01:43:57 +01:00
Satyajit Sahoo
6cc463f20d
refactor: drop safeAreaInsets option
...
Custom insets can be provided by wrapping the navigator in a SafeAreaProvider, so we don't need an option.
2021-03-12 01:15:01 +01:00
Satyajit Sahoo
e6c6cc8331
chore: publish
...
- @react-navigation/stack@6.0.0-next.2
@react-navigation/stack@6.0.0-next.2
2021-03-11 13:14:07 +01:00
Adam Trzciński
8a6511c491
fix: respect headerStatusBarHeight option in Stack ( #9405 )
...
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com >
2021-03-11 13:12:54 +01:00
Satyajit Sahoo
bfd6eb79c3
chore: publish
...
- @react-navigation/bottom-tabs@6.0.0-next.1
- @react-navigation/core@6.0.0-next.1
- @react-navigation/devtools@6.0.0-next.1
- @react-navigation/drawer@6.0.0-next.1
- @react-navigation/elements@1.0.0-next.1
- @react-navigation/material-bottom-tabs@6.0.0-next.1
- @react-navigation/material-top-tabs@6.0.0-next.1
- @react-navigation/native@6.0.0-next.1
- @react-navigation/routers@6.0.0-next.1
- @react-navigation/stack@6.0.0-next.1
@react-navigation/bottom-tabs@6.0.0-next.1
@react-navigation/core@6.0.0-next.1
@react-navigation/devtools@6.0.0-next.1
@react-navigation/drawer@6.0.0-next.1
@react-navigation/elements@1.0.0-next.1
@react-navigation/material-bottom-tabs@6.0.0-next.1
@react-navigation/material-top-tabs@6.0.0-next.1
@react-navigation/native@6.0.0-next.1
@react-navigation/routers@6.0.0-next.1
@react-navigation/stack@6.0.0-next.1
2021-03-10 05:13:55 +01:00
Satyajit Sahoo
ebcd077626
docs: update links in READMEs
2021-03-10 05:12:24 +01:00
Satyajit Sahoo
5d0c7ea6d4
chore: allow main branch for publishing
2021-03-10 05:09:21 +01:00
Satyajit Sahoo
038eb87c42
fix: remove use of deprecated currentlyFocusedField
2021-03-10 05:06:26 +01:00
Satyajit Sahoo
72f90b50d2
fix: fix peer dep versions
2021-03-09 20:10:12 +01:00
Satyajit Sahoo
0fce8eb2a1
chore: publish
...
- @react-navigation/bottom-tabs@6.0.0-next.0
- @react-navigation/core@6.0.0-next.0
- @react-navigation/devtools@6.0.0-next.0
- @react-navigation/drawer@6.0.0-next.0
- @react-navigation/elements@1.0.0-next.0
- @react-navigation/material-bottom-tabs@6.0.0-next.0
- @react-navigation/material-top-tabs@6.0.0-next.0
- @react-navigation/native@6.0.0-next.0
- @react-navigation/routers@6.0.0-next.0
- @react-navigation/stack@6.0.0-next.0
2021-03-09 17:51:56 +01:00
Satyajit Sahoo
040581af2d
chore: change version of elements to make lerna happy
2021-03-09 17:43:32 +01:00
Satyajit Sahoo
8e0ae5fc79
chore: add deprecation warnings
2021-03-09 17:27:40 +01:00
Satyajit Sahoo
22610014b3
feat: upgrade to latest react-native-tab-view using ViewPager
2021-03-09 04:00:45 +01:00
Satyajit Sahoo
70ddcce76f
chore: add a tsconfig to workaround expo-cli adding its own
2021-03-07 18:14:11 +01:00
Satyajit Sahoo
cfd1c9b6ef
feat: move lazy to options for material-top-tabs
...
BREAKING CHANGE: The lazy prop now can be configured per screen instead of for the whole navigator. To keep previous behavior, you can specify it in screenOptions
2021-03-07 00:34:05 +01:00
Satyajit Sahoo
9fce3a433c
chore: upgrade dependencies
2021-03-07 00:28:13 +01:00
Satyajit Sahoo
e127c84ae9
refactor: move tabBarOptions to options for material top tabs
2021-03-06 22:49:42 +01:00
Satyajit Sahoo
2bc4882692
fix: show a missing icon symbol instead of empty area in bottom tab bar
2021-03-06 19:00:38 +01:00
Satyajit Sahoo
36a9b4f866
fix: check duplicate names only for immediate nested screens
2021-03-05 18:46:54 +01:00
Satyajit Sahoo
13d85530ae
fix: show redbox instead of crash if navigation isn't initialized
2021-03-05 13:44:17 +01:00
Satyajit Sahoo
86e64fdcd8
feat: associate path with the route it opens when deep linking ( #9384 )
...
This commit adds a new optional property on the `route` object called `path`.
This property will be added if the screen was opened from a deep link.
Having this property helps with few things:
- Preserve the URL when the path was unmatched, e.g. 404 routes
- Expose the path to the user so they could handle it manually if needed, e.g. open in a webview
- Avoid changing URL if state to path doesn't match current path, e.g. if orders of params change
Fixes #9102
2021-03-05 12:20:35 +01:00
Satyajit Sahoo
585ae7d7f6
chore: upgrade expo-cli
2021-03-05 02:40:08 +01:00
Satyajit Sahoo
7ac59e6109
chore: fix crash due to asyncstorage on web
2021-03-05 02:38:01 +01:00
Satyajit Sahoo
7c92cd9ca9
chore: upgrade playwright
2021-03-05 02:26:22 +01:00
Satyajit Sahoo
c725ac3976
chore: fix dependencies of elements package
2021-03-04 22:55:34 +01:00
Satyajit Sahoo
f49b0d3a3b
refactor: migrate to Pressable
2021-02-22 00:47:04 +01:00
Satyajit Sahoo
205f297d07
chore: fix warnings in tests
2021-02-22 00:15:54 +01:00
Satyajit Sahoo
0fc718b49d
chore: upgrade @types/react-native
2021-02-21 23:39:54 +01:00
Satyajit Sahoo
26351254fc
chore: fix warnings from module-resolver
2021-02-21 23:32:18 +01:00
Satyajit Sahoo
d6466b7a4b
feat: allow returning null or undefined to skip actions with dispatch
2021-02-21 21:27:26 +01:00
Satyajit Sahoo
02a031e46e
feat: warn on duplicate screen names across navigators
2021-02-21 21:19:52 +01:00
Satyajit Sahoo
61c6bb01b9
fix: address breaking change in react-native for Linking
2021-02-21 15:42:02 +01:00
Satyajit Sahoo
61e653d7c4
fix: fix getId being called for incorrect routes. closes #9343
2021-02-21 15:38:53 +01:00
Satyajit Sahoo
ca1c1622be
chore: add missing elements dependency for navigators
2021-02-13 01:13:17 +01:00
Satyajit Sahoo
9a0774ec35
chore: fix icon name for tab examples
2021-02-11 18:59:50 +01:00
Satyajit Sahoo
55e6f3dd33
refactor: move Header to elements package
2021-02-11 18:56:40 +01:00
Satyajit Sahoo
86a2b09a43
refactor: refactor bottom tab view to a function component
2021-02-05 16:10:15 +01:00
Satyajit Sahoo
509ca49b64
refactor: move more header stuff to elements package
2021-02-04 15:07:22 +01:00