stack icon indicating copy to clipboard operation
stack copied to clipboard

Stack navigator for React Navigation

Results 5 stack issues
Sort by recently updated
recently updated
newest added

## Description I added back default numberOfLines prop to the HeaderTitle Component. It will truncate the default title text. [#290] This PR would not fix the above issue, because HeaderTitle...

Fixes #308 for the 1.0 branch by restoring the pre-RN-0.60 behavior (before RN 0.60, font weights >= 500 were mapped to `'bold'` on Android).

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.7.3 - February 5th, 2020 > > Chore/Housekeeping: > > - [#1644](https://github-redirect.dependabot.com/wycats/handlebars.js/issues/1644) - Download links to aws...

dependencies

Followup to https://github.com/react-navigation/react-navigation/pull/6515. NOTE: Tests are expected to fail until https://github.com/react-navigation/react-navigation/pull/6515 is merged. Holding off on improving this PR until the other is approved.

This fixes a bug where the hit area of the back button overlaps a few pixels of content below the header, making it impossible to interact with that content.