Jitender Badoni

Results 7 comments of Jitender Badoni

@srs888001 I used this project in demo deployed in the server is working fine and cloud recording working perfectly fine. But when it comes to use it our own server...

Sounds good! Thanks for the update!

Face same issue while implementing this. After doing some search on linked braintree sdk. I found the issue is with Chrome as per the issue mention [here](https://github.com/braintree/braintree_android/issues/244). Putting this comment...

Make below changes in **node_modules/react-native-carousel-view/src/carousel.js** componentDidMount() { this._resetPager(); this.props.onRef(this); // add this line } Add this method : componentWillMount(){ this.props.onRef(undefined); } Change below changes in your component: Add this method:...

@vince83110 didn't see any option yet.!

@chilijung please review the above code!