BJSam

Results 7 comments of BJSam

make card width, height as device width, height using this ``` const windowWidth = Dimensions.get('window').width; const windowHeight = Dimensions.get('window').height; ``` and make cardHorizontalMargin and cardVerticalMargin to zero by adding Swiper...

> > > There are a CardStack events called onSwipe where you receive the current x, and y coordinates. oh! my bad i did not check. thank you. can you...

and one more how to make this work? ``` const RenderCards=()=>{ const myLoop =[]; for(var i = 0; i < dataa.length; i++) { console.log(dataa[i].cardName); myLoop.push( {clickedCard(dataa[i])}} style={styles.label}>{dataa[i].cardName} ); } return...

**when you register a user the default role is admin**. You can check that with this api get call in browser http://localhost:8081/api/v1/users?format=json/ ![image](https://user-images.githubusercontent.com/20676057/162669771-24d95b7a-d1d8-4835-a521-bca7ea516ff1.png) and the default admin and pass are...

It's been some time since I worked on this stuff. ls verify and merge the branch merge_gesterState_dx_dy