Skip to content

Commit

Permalink
Allow to skip scroll to child when focused
Browse files Browse the repository at this point in the history
  • Loading branch information
Strate committed Feb 20, 2021
1 parent 386733e commit 3c348cb
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public class ReactScrollView extends ScrollView
private ReactViewBackgroundManager mReactBackgroundManager;
private @Nullable StateWrapper mStateWrapper;

protected boolean mShouldScrollToFocusedView = true;
public boolean mShouldScrollToFocusedView = true;

public ReactScrollView(ReactContext context) {
this(context, null);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a62d3aee1c9cceb11111e47fe86f6895
5924ce7b16b11db0387033d031869a39
Original file line number Diff line number Diff line change
@@ -1 +1 @@
37b7ac95b0dad096a1f7c86e7c91ec9a19689801
2541f0931337858e2a88f65f059f6e524382c122
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e018e1618e3ed91f7190a87fbf6f8fd
76a0f6e944c2ec6d878b9c69e9d0f724
Original file line number Diff line number Diff line change
@@ -1 +1 @@
120cf9185b4000a20ee888bb5143c7cd84252e5c
39bf59d6d85b0e605f17fef43de35d1a2b1df1de
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2f0449d83b7a7b4fac4b1e4002168d9e
eb6355c8fa4d4899f9e58bb27a8d5478
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1488cee7e2aaea7296cd85ed28cef6ffd6a71be
842ace7f60839d6ef792540e8a17c781a703673e
2 changes: 1 addition & 1 deletion android/com/facebook/react/react-native/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>0.63.3</version>
</versions>
<lastUpdated>20210220082632</lastUpdated>
<lastUpdated>20210220083838</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f6aef19bede087035fa4ee7003ec011c
c31d2c9bad31fa1d670153f32a81cb98
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9142920477d91d3be761d8f7152fd68f098bb017
ddb78014573998be2abc8bb43d0c3a25fd2dfce0

0 comments on commit 3c348cb

Please sign in to comment.