-
./gradlew clean assembleWebRelease
Incremental java compilation is an incubating feature.
:ndkBuildClean
[armeabi-v7a-hard] Clean : android_support [armeabi-v7a-hard]
[armeabi-v7a-hard] Clean…
-
bottomSheetBehavior?.setBottomSheetCallback(object : BottomSheetBehavior.BottomSheetCallback() {
override fun onStateChanged(bottomSheet: View, newState: Int) {
if (newState != BottomSheetBehavior.S…
-
Previously when using bottomSheet library of material design, I was able to setState by creating object of bottomSheetBehavior,but now it shows error on creating variable of BottomSheetBehavior.
So h…
-
I have textinput in side the react-native-gesture-bottom-sheet component. when keyboard opens, the sheet is moving out of screen and not able view the textinput. I have tried with "flex:1" and "height…
-
Hello guys.
I have this type BottomSheet
```
```
And in renderContent have this track status component
```
import React, { useEffect, useState } from "react";
import { View, Te…
-
I want to render components in bottomsheet dynamically. For example, I have a list of vendors which I can follow or unfollow. A user can follow the vendor by clicking Follow button inside bottomsheet.…
-
**Describe the bug**
Quando il bottomsheet delle news viene aperto e chiuso velocemente, la scritta polifemo in alto a sinistra non compare
**Steps to reproduce**
Aprire, chiudere e riaprire il b…
-
A button that navigates user to another page doesn't work when used in bottom sheet
``` c#
private void Go_To_Welcome_Button_Pressed(object sender, EventArgs e)
{
Navigation.PushAsyn…
-
Please enable making bottomsheet full screen or not dismiss when user touches outside the dialog. Because if user accidentally touch outside the dialog bottomsheet dismisses and data lost.
-