Raman Verma

Results 4 comments of Raman Verma

> @ronayumik > > ``` > ... > loop={false} > onIndexChanged={(swipe_index)=>{ > setTimeout(()=>this.setState({swipe_index}),200) > }} > ... > ``` > > that works for me, the `this.setState` doesn't work with...

> After waiting for a long time, I decided to use Amplify Storage which can handle upload and remove file [here](https://aws-amplify.github.io/docs/js/storage) > I tested and it works fine. hey ,would...

> > @Metallistener hey, how can you solve this? i already using defaultValue but nothing happen > > It works for me. > > ``` > onChangeText={handleChange("dateUsed")} > onBlur={handleBlur("dateUsed")} >...

hi, u can use memoized Component for CalenderStrip like this:- import * as React from 'react'; import { Text, View, StyleSheet, Platform, } from 'react-native'; import CalendarStrip from 'react-native-calendar-strip'; import...