hamed
hamed
I want to use react-native-animatable in FlatList that each item in FlatList has different delay in sequence but all items have the same delay. > item.id} data={this.props.items} ListFooterComponent={this.renderFooter} onEndReached={this.handleLoadMore} onEndReachedThreshold={0.5}...
### Current Behavior running command: ` ./android.sh --lts --disable-arm-v7a-neon --enable-x264 --enable-gpl --speed` says: `ffmpeg: failed` without saying the reason. ### Expected Behavior running command: ` ./android.sh --lts --disable-arm-v7a-neon --enable-x264 --enable-gpl...
is it possible to show the current position of the dragged item for example with empty row and only border while dragging?
## Expected results I need to access setOptions method of navigation to update the screen's options. ## Observed results There is no setOptions in methods.ts
how can I add icon beside see more/less text? I have used customTextComponent like this: ` ( )}> {userInfo.about_me} ` but it's not working properly: [https://i.imgur.com/CktRJtN.png](https://i.imgur.com/CktRJtN.png) [https://i.imgur.com/HFHGHrq.png](https://i.imgur.com/HFHGHrq.png)
Hi, How can I add custom validators to react-native-form-validator?
Hi, I want to know how can I validate nested object in state with react-native-form-validator? for example I have a state like this: ` state = { loading: false, controls:...
Hi, Is it possible to use react-native-form-validator with redux, this.pops... instead of state?
Hi, Is it possible to use eact-native-calendar-strip with persian(jalali) language? I used locale but I can only change names of months, days of week and It's year, weekends,... are incorrect
is it possible to auto focus autocomplete input on load?