Hariom Sharma

Results 11 comments of Hariom Sharma

This code snippet is for `webpack.config` I believe instead of `babel.config` For now, I've used installed `@expo/webpack-config` packages which let us modify the webpack file, created `webpack.config` at root level...

### Steps 1. Install expo webpack config dependency `npm i -D @expo/webpack-config` 2. Create `webpack.config.js` in the root folder of the project and add the code snippet below ``` const...

@jasuno Can you share the screenshot of exactly what error you are getting? It maybe due to some other module and You might need to add that module too in...

@jasuno If I'm correct 1. You've installed expo webpack config `npm i -D @expo/webpack-config` 2. You've created a webpack.config.js file in the root folder of your project? And its content...

@adammcarth Hi, I think instead of accusing, we can always find a solution to the problem and alwasy praise the efforts and time UI Kitten team has put up. Firstly,...

@adammcarth I think UI Kitten team will be better able to answer this question. No hard feelings though :)

@eunhyoung0313 @JordiOrriols > ### Steps > 1. Install expo webpack config dependency > `npm i -D @expo/webpack-config` > 2. Create `webpack.config.js` in the root folder of the project and add...

Ran into same problem. The only quickfix I can think of is creating a `fork`, and change `luxon` to `moment` 1. Create a fork 2. Goto `/src/datewithzone.ts#L36` 3. Replace ```...

@jacksonhart will check and fix this weekend

Sorry for replying late. I have been quite busy last few days. I will add events emitting the object information soon.