BJSam
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/  and the default admin and pass are...
added pr #80
It's been some time since I worked on this stuff. ls verify and merge the branch merge_gesterState_dx_dy