Indranil Ghosh

Results 3 comments of Indranil Ghosh

1.Go to your node modules and navigate to 'react-native-swipeable' folder. 2. open index.js 3. go to line number 297 4. update componentWillMount to UNSAFE_componentWillMount 5. do the same for 298...

1.Go to your node modules and navigate to 'react-native-swipeable' folder. 2. open index.js 3. go to line number 81 4. add , {useNativeDriver: false} 5. save 6. do npm cache...

1.Go to your node modules and navigate to 'react-native-swipeable' folder. 2. open index.js 3. go to line number 673 4. add useNativeDriver: false, 5. save 6. do npm cache clean...