cullsin
cullsin
Hi, I have configured .babel.config.js in the React - Native. It is working. But I do not know it is not refreshing the changes. I tried npm clear cache many...
Hello, Seems like `render()` method is not getting called and I can see a empty url in the sitemap. Please suggest what I am missing over here. sitemap-generator.js require('@babel/register')({ extends:...
Hello, I have routes that configured along with translations using i18n and locize.io. Can you please suggest how do I achieve that. Not working code : import React from 'react';...
Hi, We are executing almost 2000 karma test cases. I am getting the following message. Can you please guide me. 12 06 2017 10:37:34.562:WARN [HeadlessChrome 0.0.0 (Linux 0.0.0)]: Disconnected (1...
Hi, Build is getting failed from react-native-dialogflow. I am using buildToolVersion "28.0.3" . I have attached the screenshot. Can you please suggest the work around. 
Hi, Can you please suggest me the configuration to list all the testcase files and reports in a single file. Currently we have a configuration that display in a folder...
Hi, The following code is not working and the cache persists even after maxAge. Can you suggest me what might be missing. CacheFactory.createCache(cacheName, { storagePrefix: 'tmng.', deleteOnExpire: 'aggressive', maxAge: 2...
Hi, I am using `"react-native-vector-icons": "^10.0.3"` in `windows`. I am getting the below build error. Please suggest. What went wrong: > Could not resolve all files for configuration ':react-native-vector-icons:androidJdkImage'. >...
Hi, Can you please give me the CSS style for enabling the vertical scrollbar, and border and other fuill features? ``` toolbarClassName="toolbarClassName" wrapperClassName="wrapperClassName" editorClassName="editorClassName" ``` - Raja
### Summary: When I access modal window, parent elements are getting invoked or triggered. ### Steps to reproduce: 1. have a input element in the parent window 2. open a...