Ron Buckton
dff045fcc6
Merge pull request #25787 from henrikra/master
...
Add missing functions and classes (react-native-navigation)
2018-05-15 12:46:43 -07:00
Ron Buckton
d5c080c65d
Merge pull request #25667 from tbrannam/tbrannam-navigator-register
...
Allow additional options to be passed via `registerComponent`
2018-05-15 12:43:45 -07:00
Henrik Raitasola
d443147e89
Remove trailing whitespace
2018-05-15 11:25:11 +03:00
Henrik Raitasola
9c7095b7b4
Add tests
2018-05-15 11:21:34 +03:00
Henrik Raitasola
8bd4931558
Add one missing function and one missing class
2018-05-15 11:16:15 +03:00
Henrik Raitasola
08bce4cb06
Add missing backPress navigator event
2018-05-15 11:08:24 +03:00
Daniel van der Merwe
ef4570ef0a
SingleScreenApp can take an appStyle param ( #25562 )
...
This is undocumented but works
2018-05-10 12:59:44 -07:00
Todd Brannam
5af75097bb
Update react-native-navigation-tests.tsx
...
Add example that exercises the expanded function `registerComponent`
2018-05-09 21:27:42 -04:00
Todd Brannam
583174c2f3
Update index.d.ts
...
Add support for alternative Provider options, such as ApolloProvider
exposing new-ish `options` parameter in `Navigatiotor`
`function registerComponent(screenID, generator, store = undefined, Provider = undefined, options = {})`
2018-05-09 16:00:26 -04:00
Stephan Nordnes Eriksen
5ba9632d85
react-native-navigation: Add all Drawer properties ( #25497 )
...
* fix: Set add all Drawer properties
According to the documentation, these changes could be added:
https://wix.github.io/react-native-navigation/#/top-level-api?id=startsinglescreenappparams
* fix: Add tests and fix linting
2018-05-03 08:52:37 -07:00
Robbie
ad4cda301a
Add NavigatorEvent to react-native-navigation ( #25386 )
2018-05-01 09:27:54 -07:00
Henrik Raitasola
4baec539b7
Add missing argument for Screen (react-native-navigation) ( #25022 )
...
* Add missing prop to Screen
* Use new prop in tests
2018-04-16 15:16:21 -07:00
Nathan Sankbeil
c98aed3330
react-native-navigation: fix invalid orientation value ( #24958 )
2018-04-12 12:12:07 -07:00
Matt Meshulam
8821490d48
react-native-navigation: Add showAsAction optional field to NavigatorButton
2018-03-23 11:54:05 -05:00
Dan Homola
064ac3cc1e
react-native-navigation: update setTabBadge typings
...
According to docs the `badge` parameter to `setTabBadge` is mandatory
and can be set to `null` to remove the badge.
2018-03-22 10:29:22 +01:00
Daniel Rosenwasser
88b636a7e0
Merge pull request #23565 from danilobuerger/patch-1
...
[react-native-navigation] Make navigator a class
2018-02-15 14:17:02 -08:00
Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Daniel Rosenwasser
1812abb6e0
Merge pull request #23601 from danilobuerger/patch-2
...
[react-native-navigation] Added iconInsets to tabs
2018-02-13 16:48:21 -08:00
Daniel Rosenwasser
b4b61b2fda
Merge pull request #23528 from mbatista/react-native-navigation-add-fab-to-NavigatorButtons
...
adding fab property to NavigatorButtons
2018-02-13 16:33:14 -08:00
Danilo Bürger
844a1ea972
[react-native-navigation] Added iconInsets to tabs
2018-02-13 12:30:27 +01:00
Danilo Bürger
38608567ca
[react-native-navigation] Modified NavigationComponentProps
2018-02-12 14:40:11 +01:00
Forbes Lindesay
8f8f6c4392
[react] Use HTMLDialogElement for the dialog node ( #23053 )
...
* [react] Use HTMLDialogElement for the dialog node
* Actually add the `open` property
* This update requires typescript 2.6
* Update dependents of react to also require typescript 2.6
2018-02-12 12:55:52 +00:00
Danilo Bürger
33b51aea48
[react-native-navigation] Make navigator a class
...
Navigator is exported by rnn and is a class.
cc @egorshulga
2018-02-11 22:50:20 +01:00
Marcel Batista
4c3140799f
adding fab property to NavigatorButtons
2018-02-09 00:57:01 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Egor Shulga
5a8fffbd91
[react-native-navigation] Add type definitions ( #23283 )
...
* [react-native-tab-view] SceneMap should support all React.ComponentType's
* [react-native-navigation] Add typings
* [react-native-navigation] add navigator.setStyle() method
2018-01-30 11:36:16 -08:00