Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mobile] Remove Keyboard Aware Flatlist #48791

Merged
merged 55 commits into from
Apr 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
1ab4285
Remove react-native-keyboard-aware-scroll-view dependency
geriux Mar 6, 2023
5af792e
Mobile - AztecView/AztecInputState:
geriux Mar 6, 2023
560c62d
Mobile - VisualEditor - Remove keyboard listeners and the usage of is…
geriux Mar 6, 2023
281acd3
Mobile - RichText - Remove usage useNativeProps which used to handle …
geriux Mar 6, 2023
e6f15cd
Mobile - BlockList and Keyboard Aware FlatList for iOS:
geriux Mar 6, 2023
1f452fd
Mobile - Remove patch for react-native-keyboard-aware-scroll-view
geriux Mar 6, 2023
9c685ae
Mobile - Update Block insertion E2E test
geriux Mar 7, 2023
a952055
Mobile - Block List - Update isFloatingToolbarVisible logic
geriux Mar 9, 2023
e2c9d04
Mobile - KeyboardAwareFlatList - Remove usage of inputAccessoryViewHe…
geriux Mar 9, 2023
f4decc6
Merge branch 'trunk' into rnmobile/remove-keyboard-aware-flatlist
geriux Mar 10, 2023
d5b537f
Mobile - KeyboardAwareFlatList - Prevent adding listeners on re-rende…
geriux Mar 10, 2023
d3b2858
Mobile - E2E - Improve editor paragraph test
geriux Mar 10, 2023
fdc91ef
Mobile - KeyboardAwareFlatList - Refactors the code to split it in se…
geriux Mar 16, 2023
0c8d399
Merge branch 'trunk' into rnmobile/remove-keyboard-aware-flatlist
geriux Mar 16, 2023
5a6c6de
Mobile - useScrollToTextInput - Fix typo in type
geriux Mar 16, 2023
66e3042
Merge branch 'trunk' into rnmobile/remove-keyboard-aware-flatlist
geriux Mar 21, 2023
79cf558
Mobile - RCTAztecView - Send caret's height along with its coords
geriux Mar 21, 2023
39611fb
Mobile - Keyboard Aware Flat list - Rewrite hooks to take into accoun…
geriux Mar 21, 2023
4f7651f
Mobile - Keyboard Aware Flatlist - Update hooks to fix several bugs
geriux Mar 22, 2023
a0a0e22
Mobile - Keyboard Aware Flatlist - Add tests for new hooks
geriux Mar 22, 2023
e4a6be8
Merge branch 'trunk' into rnmobile/remove-keyboard-aware-flatlist
geriux Mar 23, 2023
a2ccc91
Mobile - Keyboard Aware FlatList - Remove duplicated condition and ad…
geriux Mar 23, 2023
d5d9f52
Mobile - Keyboard Aware Flatlist - Update useScrollToTextInput to fix…
geriux Mar 24, 2023
a94a57a
Mobile - Keyboard Aware Flatlist - Add missing styles for inner blocks
geriux Mar 24, 2023
01152ad
Mobile - Keyboard Aware Flatlist - Fix issue when the title is focuse…
geriux Mar 24, 2023
d336b42
Mobile - Keyboard Aware Flatlist - Don't take into account null values
geriux Mar 24, 2023
40e3774
Mobile - AztecView - iOS: Pass the caret data when the TextInput is f…
geriux Mar 24, 2023
be90fad
Mobile - Keyboard Aware FlatList - Remove unused shouldPreventAutomat…
geriux Mar 28, 2023
72277f1
Mobile - Keyboard Aware FlatList - useKeyboardOffset - Add case where…
geriux Mar 28, 2023
89ba933
Mobile - Keyboard Aware FlatList - useTextInputOffset: Prevent measur…
geriux Mar 28, 2023
fe189fe
Mobile - Keyboard Aware FlatList - useScrollToTextInput: Add document…
geriux Mar 28, 2023
fd42475
Mobile - Keyboard Aware FlatList - useScrollToTextInput: Update "does…
geriux Mar 28, 2023
2e8853c
Mobile - AztecInputState - Fix spacing in comment
geriux Mar 28, 2023
a5618c8
Merge branch 'trunk' into rnmobile/remove-keyboard-aware-flatlist
geriux Mar 28, 2023
eedca15
Mobile - E2E Tests - Paragraph and Block Insertion: Remove adding isA…
geriux Mar 28, 2023
e7d9b38
Revert "Mobile - Keyboard Aware FlatList - useScrollToTextInput: Upda…
geriux Mar 29, 2023
a8341ef
Mobile - KeyboardAwareFlatList - Reset scrollViewMeasurements to null…
geriux Mar 29, 2023
b2ffb2d
Mobile - useKeyboardOffset - Remove if condition if there's an AztecV…
geriux Mar 29, 2023
45fff38
Mobile - AztecView - Pass caret data when the content size of the Tex…
geriux Mar 29, 2023
4374115
Mobile - AztecInputState - Don't notify caret change listeners if the…
geriux Mar 31, 2023
bf36349
Mobile - useKeyboardOffset: Remove usage of keyboardWillShow and just…
geriux Mar 31, 2023
fdda82f
Mobile - KeyboardAwareFlatList - Remove usage of isKeboardVisible sin…
geriux Mar 31, 2023
8c31c52
Mobile - BlockList - Restore usage of shouldFlatListPreventAutomaticS…
geriux Apr 3, 2023
85bd85a
Mobile -useKeyboardOffset: Update hook to use a setTiemout to remove …
geriux Apr 3, 2023
cb22cc6
Merge branch 'trunk' into rnmobile/remove-keyboard-aware-flatlist
geriux Apr 3, 2023
c37687b
Mobile - useScrollToTextInput: Remove dash
geriux Apr 3, 2023
3ff3fd4
Mobile - KeyboardAwareFlatList: Remove dashes
geriux Apr 3, 2023
0572495
Mobile - useKeyboardOffset - Reset timeout when willShowSubscription …
geriux Apr 4, 2023
20c9ab0
Mobile - useTextInputOffset - Add example when a caretY value would b…
geriux Apr 10, 2023
8fba7cb
Mobile - useKeyboardOffset - Remove duplicated test and use a differe…
geriux Apr 10, 2023
9793ad0
Mobile - useKeyboardOffset - Update test to also remove the keyboardW…
geriux Apr 10, 2023
dcd0563
Merge branch 'trunk' into rnmobile/remove-keyboard-aware-flatlist
geriux Apr 10, 2023
6e7556f
Mobile - Update Changelog
geriux Apr 10, 2023
a519085
Components - Update changelog to include the KeyboardAwareFlatList mo…
geriux Apr 10, 2023
a080674
Mobile - useTextInputOffset - Update comment to use permanent link
geriux Apr 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 19 additions & 38 deletions packages/block-editor/src/components/block-list/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { View, Platform, TouchableWithoutFeedback } from 'react-native';
/**
* WordPress dependencies
*/
import { Component, createContext } from '@wordpress/element';
import { Component } from '@wordpress/element';
import { withDispatch, withSelect } from '@wordpress/data';
import { compose, withPreferredColorScheme } from '@wordpress/compose';
import { createBlock } from '@wordpress/blocks';
Expand All @@ -33,7 +33,6 @@ import {
import { BlockDraggableWrapper } from '../block-draggable';
import { store as blockEditorStore } from '../../store';

export const OnCaretVerticalPositionChange = createContext();
const identity = ( x ) => x;

const stylesMemo = {};
Expand Down Expand Up @@ -70,8 +69,6 @@ export class BlockList extends Component {
};
this.renderItem = this.renderItem.bind( this );
this.renderBlockListFooter = this.renderBlockListFooter.bind( this );
this.onCaretVerticalPositionChange =
this.onCaretVerticalPositionChange.bind( this );
this.scrollViewInnerRef = this.scrollViewInnerRef.bind( this );
this.addBlockToEndOfPost = this.addBlockToEndOfPost.bind( this );
this.shouldFlatListPreventAutomaticScroll =
Expand All @@ -94,15 +91,6 @@ export class BlockList extends Component {
this.props.insertBlock( newBlock, this.props.blockCount );
}

onCaretVerticalPositionChange( targetId, caretY, previousCaretY ) {
KeyboardAwareFlatList.handleCaretVerticalPositionChange(
this.scrollViewRef,
targetId,
caretY,
previousCaretY
);
}

scrollViewInnerRef( ref ) {
this.scrollViewRef = ref;
}
Expand Down Expand Up @@ -209,13 +197,7 @@ export class BlockList extends Component {
</BlockListConsumer>
);

return (
<OnCaretVerticalPositionChange.Provider
value={ this.onCaretVerticalPositionChange }
>
{ blockList }
</OnCaretVerticalPositionChange.Provider>
);
return blockList;
}

renderList( extraProps = {} ) {
Expand All @@ -237,8 +219,7 @@ export class BlockList extends Component {
} = this.props;
const { parentScrollRef, onScroll } = extraProps;

const { blockToolbar, blockBorder, headerToolbar, floatingToolbar } =
styles;
const { blockToolbar, headerToolbar, floatingToolbar } = styles;

const containerStyle = {
flex: isRootList ? 1 : 0,
Expand All @@ -250,6 +231,15 @@ export class BlockList extends Component {
const isContentStretch = contentResizeMode === 'stretch';
const isMultiBlocks = blockClientIds.length > 1;
const { isWider } = alignmentHelpers;
const extraScrollHeight =
headerToolbar.height +
blockToolbar.height +
( isFloatingToolbarVisible ? floatingToolbar.height : 0 );

const scrollViewStyle = [
{ flex: isRootList ? 1 : 0 },
! isRootList && styles.overflowVisible,
];

return (
<View
Expand All @@ -263,24 +253,12 @@ export class BlockList extends Component {
? { removeClippedSubviews: false }
: {} ) } // Disable clipping on Android to fix focus losing. See https://github.com/wordpress-mobile/gutenberg-mobile/pull/741#issuecomment-472746541
accessibilityLabel="block-list"
autoScroll={ this.props.autoScroll }
innerRef={ ( ref ) => {
this.scrollViewInnerRef( parentScrollRef || ref );
} }
extraScrollHeight={
blockToolbar.height + blockBorder.width
}
inputAccessoryViewHeight={
headerToolbar.height +
( isFloatingToolbarVisible
? floatingToolbar.height
: 0 )
}
extraScrollHeight={ extraScrollHeight }
keyboardShouldPersistTaps="always"
scrollViewStyle={ [
{ flex: isRootList ? 1 : 0 },
! isRootList && styles.overflowVisible,
] }
scrollViewStyle={ scrollViewStyle }
extraData={ this.getExtraData() }
scrollEnabled={ isRootList }
contentContainerStyle={ [
Expand Down Expand Up @@ -407,6 +385,7 @@ export default compose( [
( select, { rootClientId, orientation, filterInnerBlocks } ) => {
const {
getBlockCount,
getBlockHierarchyRootClientId,
getBlockOrder,
getSelectedBlockClientId,
isBlockInsertionPointVisible,
Expand All @@ -427,10 +406,12 @@ export default compose( [
const isReadOnly = getSettings().readOnly;

const blockCount = getBlockCount();
const hasRootInnerBlocks = !! blockCount;
const rootBlockId = getBlockHierarchyRootClientId(
selectedBlockClientId
);

const isFloatingToolbarVisible =
!! selectedBlockClientId && hasRootInnerBlocks;
!! selectedBlockClientId && !! getBlockCount( rootBlockId );
const isRTL = getSettings().isRTL;

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ import { useBlockEditContext } from '../block-edit';
import { RemoveBrowserShortcuts } from './remove-browser-shortcuts';
import { filePasteHandler } from './file-paste-handler';
import FormatToolbarContainer from './format-toolbar-container';
import { useNativeProps } from './use-native-props';
import { store as blockEditorStore } from '../../store';
import {
addActiveFormats,
Expand Down Expand Up @@ -120,7 +119,6 @@ function RichTextWrapper(

const fallbackRef = useRef();
const { clientId, isSelected: blockIsSelected } = useBlockEditContext();
const nativeProps = useNativeProps();
const embedHandlerPickerRef = useRef();
const selector = ( select ) => {
const {
Expand Down Expand Up @@ -219,6 +217,7 @@ function RichTextWrapper(
selectionChangeEnd
);
},
// eslint-disable-next-line react-hooks/exhaustive-deps
dcalhoun marked this conversation as resolved.
Show resolved Hide resolved
[ clientId, identifier ]
);

Expand Down Expand Up @@ -372,6 +371,7 @@ function RichTextWrapper(
}
}
},
// eslint-disable-next-line react-hooks/exhaustive-deps
[
onReplace,
onSplit,
Expand Down Expand Up @@ -614,7 +614,6 @@ function RichTextWrapper(
}
__unstableMultilineRootTag={ __unstableMultilineRootTag }
// Native props.
{ ...nativeProps }
blockIsSelected={
originalIsSelected !== undefined
? originalIsSelected
Expand Down

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Internal

- `Mobile` Refactor of the KeyboardAwareFlatList component.

### Enhancements

- `DropZone`: Smooth animation ([#49517](https://github.com/WordPress/gutenberg/pull/49517)).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,4 @@ export const KeyboardAwareFlatList = ( { innerRef, onScroll, ...props } ) => {
);
};

KeyboardAwareFlatList.handleCaretVerticalPositionChange = () => {
// no need to handle on Android, it is system managed
};

export default KeyboardAwareFlatList;
Loading