react-navigation-header-buttons icon indicating copy to clipboard operation
react-navigation-header-buttons copied to clipboard

Easily render header buttons for react-navigation

Results 25 react-navigation-header-buttons issues
Sort by recently updated
recently updated
newest added

Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.1.4 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @​dlafreniere in lquixada/cross-fetch#124 New Contributors @​dlafreniere made their...

dependencies

``` ExceptionsManager.js:184 Warning: findNodeHandle is deprecated in StrictMode. findNodeHandle was passed an instance of BaseButton which is inside StrictMode. Instead, add a ref directly to the element you want to...

It appears that the only platform not getting margins for free is web. [See the snack from react navigation for buttons](https://reactnavigation.org/docs/header-buttons#adding-a-button-to-the-header).

https://github.com/react-native-menu/menu this actually should not be an issue already now, using custom overflow menu handler

https://github.com/react-navigation/react-navigation/blob/main/packages/elements/src/PlatformPressable.tsx will require RN 66, because we need `foreground` prop https://github.com/facebook/react-native/commit/0823f299e560efda5c0f344fcec86cf68801f4ab#diff-c0bbc569e360ce1467819163678449c89ab315c212bb54b6f730066f68e204fb

hi guys, in need to pass ref to HeaderButton to get Touchable references, it could be possible to export HeaderButton as forwardRef, Thanks !!

help wanted

``` export { Item } from 'react-navigation-header-buttons'; ``` results in ``` 'react-navigation-header-buttons' has no exported member 'Item' ``` using version 3.0.1

Firstly, thanks for taking the time to create this library. I'm trying to use this library along with https://github.com/shyaniv7/react-native-fontawesome-pro. With `react-native-fontawesome-pro`, you can use an icon like so: ``` ```...

ToolbarAndroid has an option to only render buttons if there is enough room for them in the navbar. Implementing this seems rather tricky because it's not easy to know how...

enhancement
help wanted

The menu component does not have to be bundled if not used