Nick Gerleman

Results 82 issues of Nick Gerleman

These have regressed before. Add a test which edits the file from the test runner and observes that a content change eventually happens.

Needs: Dev Design
enhancement
Area: Tests
Story: ⚙ Quality
Engineering Improvement Candidate
Scenario: Reload
Workstream: Test Coverage

https://github.com/facebook/react-native/commit/1e48274223ee647ac4fc2c21822b5240f3c47e4c fixed keyboard events on Android 11+ when an activity has set `android:windowSoftInputMode` to `adjustNothing`. Update the documentation to reflect the change.

Partner
p: Facebook
CLA Signed

Steps to repro: 1. Create a version group around prerelease packages 2. Set the version group to only allow prereleases 3. Run `npx beachball bump` Expected behavior: Packages are bumped...

React Native Windows is wanting to move to a model where we have tags for "master", "latest", and "preview". Apart from these tags, we often backport fixes into previous versions....

enhancement

In the case where Beachball is publishing multiple packages to npm, it's possible to publish a package to npm but not push changes to Git because another package fails to...

feature

Steps to repro: 1. Package A depends on Package B 1. Package A disallows prerelease change types 1. Package B is a prerelease version 1. Package B sees a prerelease...

bug

VirtualizedList virtualizes away items based on proximity to the lists viewport, without consideration for other inputs such as focus or selection. This strategy limits the ability to correctly implement some...

### Introduction Different platforms running react-native have various implementation quirks inherent to the platform itself. This can lead to internals of react-native testing for `Platform.OS` to make branching decisions based...

🗣 Discussion

### Introduction When creating a new react-native application through `react-native init` the default template will generate a new project using Flow, with an `App.js` using Flow, and a `flowconfig` dropped...

🗣 Discussion

@jonthysell might know. I don't think the new exclusions fix-unbroken is adding are right, as there are missing ones. You can delete those and just add `!versioned_docs/version-0.64/*-api-windows*.md` for the time...

bug
website