question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Curl not working properly

See original GitHub issue

The curl effect it’s not working properly for me. When you start sliding, it always goes on the X axis, image

Has someone else also experience this?

<ViewPager
      initialPage={page - offset}
      ref={vpRef}
      style={[props.style, StyleSheet.absoluteFillObject, {flex:1}]}
      onStartShouldSetResponder={() => props.onStartShouldSetResponder()}
      pageMargin={0}
      orientation={'horizontal'} 
      scrollEnabled={true}
      transitionStyle={'curl'} 
      onPageSelected={onPageSelected}>
      {props.data
        .slice(offset, offset + windowLength)
        .map((item, index) =>
          renderPage(
            props.renderItem,
            item,
            offset + index,
            page,
            buffer - internalBuffer,
          ),
        )}
    </ViewPager>

It’s like, it doesn’t lean like a page effect

Is someone else also experiencing this problem?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mqtikcommented, Oct 24, 2020

Android currently does not support curl type

0reactions
jawadkodextechcommented, Mar 30, 2022

@troZee what is the custome solution of creating curl effect on react native Android . Please give us Link to solution

Read more comments on GitHub >

github_iconTop Results From Across the Web

curl not working for getting a web page content, why?
I ran the following program/script and the page was downloaded correctly. This most likely means the server you're running your script from ......
Read more >
Resolved - Curl not working - Plesk Forum
Try to run the cURL command on your linux servers' shell but without the silent flag and with additional output:
Read more >
curl not working properly under Mo… | Apple Developer Forums
We have a problem with curl. Under Big Sur, the command curl 'ftp://ftp.myserver/myPath/my File' -u 'myusername':'mypassword'. properly downloads the file.
Read more >
Curl not Working Properly - Cloudamize Knowledge Base
Problem: During the installation of the Cloudamize Windows Agent, you see this error: A valid curl exit code is usually between -1 and...
Read more >
Why won't curl download this link when a browser will?
There are many HTTP/HTTPS links that require certain headers in order to work. So this will result in a working response from a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found