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
2019-09-16 23:45:20 +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
Brent Vatne
d16c20cd39
feat: make example run as bare react-native project as well ( #85 )
2019-09-08 18:10:44 +02:00
satyajit.happy
06b3e6bda7
chore: publish
...
- @react-navigation/core@5.0.0-alpha.7
- @react-navigation/example@5.0.0-alpha.6
- @react-navigation/native@5.0.0-alpha.7
2019-08-31 23:23:10 +02:00
satyajit.happy
a0e9784d98
chore: publish
...
- @react-navigation/core@5.0.0-alpha.6
- @react-navigation/example@5.0.0-alpha.5
- @react-navigation/native@5.0.0-alpha.6
2019-08-31 23:01:28 +02:00
satyajit.happy
fe9ba2bf71
refactor: rename NativeContainer -> NavigationNativeContainer
2019-08-31 21:02:48 +02:00
Michal Osadnik
f1b976b68c
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.6
- @react-navigation/core@5.0.0-alpha.4
- @react-navigation/drawer@5.0.0-alpha.6
- @react-navigation/example@5.0.0-alpha.3
- @react-navigation/material-bottom-tabs@5.0.0-alpha.6
- @react-navigation/material-top-tabs@5.0.0-alpha.6
- @react-navigation/native@5.0.0-alpha.5
- @react-navigation/routers@5.0.0-alpha.6
- @react-navigation/stack@5.0.0-alpha.8
2019-08-29 10:40:13 +01:00
satyajit.happy
c951027ebb
fix: handle both null and undefined in useScrollToTop
2019-08-29 08:33:42 +02:00
Janic Duplessis
cdbf1e97f9
feat: handle animated component wrappers in useScrollToTop ( #81 )
2019-08-28 23:13:00 +01:00
satyajit.happy
f9e8c7e80f
feat: handle more methods in useScrollToTop
2019-08-28 21:17:48 +02:00
Michal Osadnik
f302416631
chore: publish
...
- @react-navigation/native@5.0.0-alpha.4
- @react-navigation/stack@5.0.0-alpha.7
2019-08-28 11:24:44 +01:00
satyajit.happy
dead4e826a
fix: fix stack nested in tab always getting reset
2019-08-28 12:23:15 +02:00
Michal Osadnik
3703ab6353
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.4
- @react-navigation/core@5.0.0-alpha.3
- @react-navigation/drawer@5.0.0-alpha.4
- @react-navigation/example@5.0.0-alpha.2
- @react-navigation/material-bottom-tabs@5.0.0-alpha.4
- @react-navigation/material-top-tabs@5.0.0-alpha.4
- @react-navigation/native@5.0.0-alpha.3
- @react-navigation/routers@5.0.0-alpha.4
- @react-navigation/stack@5.0.0-alpha.5
2019-08-27 11:06:59 +01:00
satyajit.happy
9e1104c31f
feat: add hook to scroll to top on tab press
2019-08-24 12:14:49 +05:30
Michal Osadnik
d26b77f9c9
feat: add native container
2019-08-24 06:06:05 +05:30
satyajit.happy
4e07461526
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.3
- @react-navigation/core@5.0.0-alpha.2
- @react-navigation/drawer@5.0.0-alpha.3
- @react-navigation/material-bottom-tabs@5.0.0-alpha.3
- @react-navigation/material-top-tabs@5.0.0-alpha.3
- @react-navigation/native@5.0.0-alpha.2
- @react-navigation/routers@5.0.0-alpha.3
- @react-navigation/stack@5.0.0-alpha.4
2019-08-22 10:10:06 +05:30
satyajit.happy
f18231541b
fix: fix path to typescript definitions
2019-08-22 10:09:16 +05:30
satyajit.happy
91958617dc
chore: publish
...
- @react-navigation/bottom-tabs@5.0.0-alpha.1
- @react-navigation/core@5.0.0-alpha.1
- @react-navigation/drawer@5.0.0-alpha.1
- @react-navigation/example@5.0.0-alpha.1
- @react-navigation/material-bottom-tabs@5.0.0-alpha.1
- @react-navigation/material-top-tabs@5.0.0-alpha.1
- @react-navigation/native@5.0.0-alpha.1
- @react-navigation/routers@5.0.0-alpha.1
- @react-navigation/stack@5.0.0-alpha.1
2019-08-22 04:31:54 +05:30
satyajit.happy
6b4fc74592
fix: fix peer deps and add git urls
2019-08-22 04:30:58 +05:30
satyajit.happy
c1a2fd6da4
chore: set access to public
2019-08-22 04:00:51 +05:30
satyajit.happy
6970ad7b7b
docs: add basic README files
2019-08-21 19:12:40 +05:30
satyajit.happy
1c2e5de07a
chore: configure publishing packages
2019-08-21 18:12:43 +05:30
satyajit.happy
4128654324
chore: navigation-ex -> react-navigation
2019-08-21 16:09:10 +05:30
satyajit.happy
6b9af77fab
chore: configure lerna with bob
2019-08-21 14:27:07 +05:30
satyajit.happy
35987ae369
feat: add hook for deep link support
2019-08-19 15:05:00 +05:30
Michał Osadnik
b7735af7fc
feat: add native container with back button integration ( #48 )
2019-08-14 19:34:21 +05:30