You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title suggests, the BottomSheetModal does not collapse to the correct snap-point when the keyboard return button is pressed or when the keyboard is dismissed.
exportconstTransActionCreation: FunctionComponent<Props>=(props)=>{return(<ViewclassName={`flex flex-col p-4 pr-0 gap-8`}><View><PickYourPaymates/></View><View><WhoOwesWho/></View><ViewclassName={`pr-4`}><AreaTitletitle={"How much do they owe you? 🤑"}/><BottomSheetTextInputstyle={{backgroundColor: "#09090b",padding: 12,borderRadius: 8,color: "#a1a1aa",}}inputMode={"text"}placeholder={"Enter an amount"}placeholderTextColor={"#27272a"}onSubmitEditing={()=>{console.log("test");}}/></View></View>);};
Bug
As the title suggests, the BottomSheetModal does not collapse to the correct snap-point when the keyboard return button is pressed or when the keyboard is dismissed.
Environment info
Steps To Reproduce
Simulator.Screen.Recording.-.iPhone.14.-.2023-09-22.at.19.49.11.mp4
Describe what you expected to happen:
<BottomSheetTextInput/>
Reproducible sample code
The text was updated successfully, but these errors were encountered: