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
Satyajit Sahoo
07ba7a9687
feat: initial implementation of @react-navigation/elements
2021-01-29 20:11:23 +01:00
Satyajit Sahoo
c345ef1d0b
fix: fix transparent modal on web
2021-01-29 17:45:56 +01:00
Satyajit Sahoo
865d8b3e51
fix: fix drawer screen content not being interactable on Android
2021-01-29 17:45:43 +01:00
Satyajit Sahoo
af53dd6548
fix: fix pointerEvents in ResourceSavingScene
...
fixes #9241 , fixes #9242
2021-01-29 17:45:31 +01:00
Petra Daneva
52dbe4bd66
feat: add pressColor and pressOpacity props to drawerItem ( #8834 )
...
Co-authored-by: Petra Daneva <p.daneva@dineout.bg >
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com >
2021-01-29 17:45:00 +01:00
sharifhh
3367ddf9df
fix: fix StackRouter incorrectly handling invalid route if key is present
2021-01-29 17:35:32 +01:00
Satyajit Sahoo
b735de153c
fix: fix drawer and bottom tabs not being visible on web. closes #9225
2021-01-29 17:35:09 +01:00
Satyajit Sahoo
fd034fea35
fix: normalize prefix when parsing. fixes #9081
2021-01-22 13:41:28 +01:00
Satyajit Sahoo
cda6397b89
refactor: don't use a boolean for drawer status
...
BREAKING CHANGE: Drawer status is now a union ('open', 'closed') instead of a boolean. This will let us implement more types of status in future.
Following this the following exports have been renamed as well:
- getIsDrawerOpenFromState -> getDrawerStatusFromState
- useIsDrawerOpen -> useDrawerStatus
2021-01-15 12:49:20 +01:00
Satyajit Sahoo
79a85a431c
refactor: don't use absolute position for header
...
BREAKING CHANGE: We now use flexbox for header elements which could break some existing style code which relied on absolute positioning.
2021-01-15 12:06:59 +01:00
Satyajit Sahoo
22a8afac74
feat: don't hardcode header back test ID
...
BREAKING CHANGE: Now the back button test ID can be customized using headerBackTestID option
2021-01-15 11:35:29 +01:00
Satyajit Sahoo
4954d6aae3
fix: enable detachInactiveScreens by default on web for better a11y
2021-01-14 14:53:35 +01:00
Satyajit Sahoo
6c5e196459
chore: wrap example list in SafeAreaView
2021-01-14 14:42:33 +01:00
Satyajit Sahoo
e86ce7bcb7
chore: update Reactiflux instructions
2021-01-14 12:45:53 +01:00
youngjuning
6c3cccf877
feat: export TransitionPreset for custom TransitionPresets ( #9173 )
2021-01-14 12:39:15 +01:00
Dulmandakh
db6bdb0430
chore: set displayName for LinkingContext ( #9202 )
...
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com >
2021-01-14 12:30:46 +01:00