Giter VIP home page Giter VIP logo

Comments (5)

 avatar commented on July 23, 2024 2

I am facing the same issue.Clicking on background, the view is perfectly sliding down. But when draging down the view showing this issue.
<RBSheet onClose={onClose} ref={refRBSheet} animationType="slide" closeOnDragDown={true} closeOnPressMask={true} customStyles={{ container: { backgroundColor: 'transparent', paddingHorizontal: 15, height: 'auto', }, }}> <View style={[styles.contentView]} > {props.children} </View> </RBSheet>
The behavior only happens if the height is 'auto' and animation is 'slide'. If we provide a static height or animation to 'none', it works perfectly.

from react-native-raw-bottom-sheet.

acerbastimur avatar acerbastimur commented on July 23, 2024

I can see that the issue is about height:"auto", how can i solve this ?

from react-native-raw-bottom-sheet.

acerbastimur avatar acerbastimur commented on July 23, 2024

I changed my code into this :
height={(Dimensions.get('window').height / 100) * 70} animationType="slide" duration={250} closeOnPressBack closeOnDragDown customStyles={{ container: { borderTopRightRadius: 40, borderTopLeftRadius: 40, paddingTop: 2, }, draggableIcon: {width: 100, height: 4, backgroundColor: Colors.SECONDARY}, }}

But now it stops for a second on Android.

ezgif-5-4f84001207af

from react-native-raw-bottom-sheet.

nysamnang avatar nysamnang commented on July 23, 2024

@acerbastimur Duplicate Question & Duplicate Author #44 😄

from react-native-raw-bottom-sheet.

ManuEpi avatar ManuEpi commented on July 23, 2024

Hello, I have the same problem (on Android & IOS) , with animationType set to "none" and with wrapper: { backgroundColor: 'transparent' }

from react-native-raw-bottom-sheet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.