Maurício R Duarte

Results 12 comments of Maurício R Duarte

When i have a warning like that on my console, even if is not in `node_modules`, my assets loading be very slow. >As a temporary fix to disable the warning...

@sibelius I hope it helps ```js //plugins.js new webpack.DllReferencePlugin({ manifest: require(path.join(PATHS.ROOT_DIR, 'build/dll/vendors.json')), }), // ########################################################### // webpack.dll.config.js const webpack = require('webpack'); const { PATHS, VENDORS_LIST } = require('./shared/constants'); const dllConfig...

You can view a lot of Pull Requests trying to implement hooks, maybe you could implement it as one more option.

@reime005 > I suggest that we convert RNCamera.js to a TypeScript + functional component and then implement the necessary hooks step by step. That way, we keep legacy support until...

@simistern You should resolve the conflicts

I'm trying to do this exactly now, because of iOS Dark Mode and maybe there isn't this option :[

@wasifkarigar There is the `datePickerCon` style property. It's the style for the Modal body :]

@wasifkarigar Did you try to use this inside `customStyles`? ```js customStyles={{ // datePickerCon here ############ datePikcerCon: { backgroundColor: 'red', }, // ########################### dateInput: { borderWidth: 0, right: 30, }, dateText:...

Did you find a solution ? i'm using autoform and i want to use dropzone to multi upload ! Any idea ?

See here: http://experimentsinmeteor.com/photo-blog-part-1/ http://experimentsinmeteor.com/photo-blog-part-2/ Maybe can help you, i finally found a way to do what i was thinking. I'm using autoform with a dropzone that is not part of...