react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

ScrollView crashes app

Open Saliheen opened this issue 1 year ago • 3 comments

import ActionSheet, {ScrollView} from 'react-native-actions-sheet';

importing ScrollView from 'react-native-actions-sheet' crashes app.

Saliheen avatar Apr 04 '24 10:04 Saliheen

What is the error?

jonxssc avatar Apr 04 '24 12:04 jonxssc

What is the error?

ERROR Invariant Violation: ScrollView child layout (["justifyContent"]) must be applied through the contentContainerStyle prop.

Solution: remove all props from scrollview, in my case, i had the className prop on my scrollview as i use tailwind.

AyoCodess avatar Apr 10 '24 07:04 AyoCodess

Now ScrollView works but opening keyboard closes modal

Saliheen avatar May 09 '24 07:05 Saliheen