Curl not working properly
See original GitHub issueThe curl effect it’s not working properly for me. When you start sliding, it always goes on the X axis,
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:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Android currently does not support curl type
@troZee what is the custome solution of creating curl effect on react native Android . Please give us Link to solution