Laurent Roger
Laurent Roger
Nothing is reachable on localhost, here are the logs ``` docker logs 15552a2f76d8 2015-12-27 16:28:56,211 CRIT Supervisor running as root (no user in config file) 2015-12-27 16:28:56,211 WARN Included extra...
I needed to disable text update and modify embedded button style using : ```` { this.dropdown = ref; }} noButtonTextUpdate buttonStyle={{ ... }} /> ````
On Android, fonts are automatically adjusted, to prevent this you can add allowFontScaling={false} props for . Current implementation does not include a way to inject such props in Text, adding...
The current document for workbox-google-analytics (https://developers.google.com/web/tools/workbox/modules/workbox-google-analytics) has only example with former GA not gtag. The migrate documentation (https://developers.google.com/analytics/devguides/collection/gtagjs/migration#send_custom_dimensions_and_metrics) and gtag documentation on dimensions and metrics (https://developers.google.com/analytics/devguides/collection/gtagjs/custom-dims-mets) is not precise enough...
After spending a bunch of time solving the initial setup with addons.js, webpack.config.js in .storybook, json in package.json so enzyme would work ... Here is the index.js in stories/ i've...
CSSE also provides global time series for covid19 recovered patients. I've added the data source and a third menu value. Thank you for your work !
### Version of react-native-iap : 8.0.6 ### Version of react-native : expo SDK 44, "react-native": "0.64.3" ### Platforms you faced the error (IOS or Android or both?) : IOS only...
First I would like to thank you for this publication with flat-list-mvcp and effort to solve the jumping problem on Android. In my case, after setting the maintainVisibleContentPosition, the jumping...
## Current Behavior Displays a warning about ListView ``` Warning:` ListView is deprecated and will be removed in a future release. See https://fb.me/nolistview for more information - node_modules/expo/build/environment/muteWarnings.fx.js:27:24 in error...
As found by Nilian, http://stackoverflow.com/questions/38153335/react-native-loading-image-over-https-works-while-http-does-not-work . Server side should verify thant imageUrl is https, otherwise on RN side, a rewrite rule can be implemented in Post.js ```` render () {...