Anna Logacheva
Anna Logacheva
I have gallery.json file with data ```json [ { "id": 1, "name": "The Starry Night ttest", "description": "An oil on canvas painting by Dutch Post-Impressionist painter Vincent van Gogh.", "image":...
I'm using this lib https://github.com/KingSora/OverlayScrollbars for customizing scrollbar and want to use infinite scroll. Infinite scroll works fine without a custom scroll lib. But I need to use both these...
Is that possible to make the creation of boxes easier on touchable devices? Now to create a box I tap two times and sometimes it creates a box sometimes not....
Hello there! How can I get file type? For example "image/png" I am using react-native-aws3 and I need pass type prop there Thanks for any help.
``` this.setState({issue_invoices:index})} inputContainerStyle={[{borderBottomColor: 'transparent',borderBottomWidth:0}]} pickerStyle={{backgroundColor : "#fff",borderWidth:0}} containerStyle={[styles.dropdown,{width:'auto',flex:1,borderWidth:0,paddingBottom:15}]} data={issueInvoices} renderAccessory={() => {return }} /> ``` 
### Issue If you do not select a time and right click confirm button will show the current time. But I set minuteInterval = 5 and this parameter ignore. ...