Vinay

Results 3 comments of Vinay

@webraptor is the code supposed to be like this? ``` const { cardIndex } = this.props; return ( this.swiper = swiper} {...customSwiperProps} cardIndex={cardIndex} /> ); ```

@diwu86 this is not possible at the moment. You can just ignore the file. Does saving audio to file cause any issue?

above code formatted ``` import React, { Component } from 'react'; import { AppRegistry, Text, View, StyleSheet, ListView, TouchableOpacity } from 'react-native'; import Swipeable from 'react-native-swipeable'; export default class MyExampleClass...