-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
React Native 059.10
Platform: Android
I have a form which has a lot of RNP inputs inside a tag.
The problem is when I touch the input and swipe up and down, page doesn't scroll. If I try to scroll from somewhere outside of inputs, it scrolls just fine but since this page has a form with lots of inputs, there's not enough space outside of inputs.
When I add multiline={true} prop, the problem gets solved but is there a better way to avoid this?
UPDATE: After creating some brand new RN projects with 0.59.10, 0.61.4 and 0.61.5 I've found out the cause of my problem is RN's RTL plugin.
I've followed this instruction as how to make my application RTL and it causes inputs not to scroll while inside a ScrollView.
Is there any solution for this?
Reactions are currently unavailable