bill2004158

Results 7 comments of bill2004158

I have got the similar issue with any items. the picker will auto select the first item by default. thus when user choose the **first** item, onValueChange() will NOT be...

same issue as https://github.com/n4kz/react-native-material-textfield/pull/233

https://github.com/n4kz/react-native-material-buttons/pull/12

https://github.com/facebook/react-native/blob/master/Libraries/WebSocket/RCTSRWebSocket.m#L497 after created readStream, then it should read system proxy settings: `CFDictionaryRef proxySettings = CFNetworkCopySystemProxySettings();` and apply to socket if has proxy: `CFReadStreamSetProperty((CFReadStreamRef)readStream, kCFStreamPropertySOCKSProxy, (CFTypeRef)proxyToUse);`

![20180129135005](https://user-images.githubusercontent.com/211855/35495336-6dd22ed4-04fb-11e8-9809-5447ae410640.png)

how is going with this feature? it seems someone tried to implement this feature? https://github.com/praeclarum/sqlite-net/blob/250a1929304d2f7ffefd58c49612a01c93efd41e/src/SQLite.Net/Attributes/DefaultAttribute.cs