Gautier

Results 30 comments of Gautier

Hey @acrdlph Did you find any solution ? I have the same problem. Mapping.json not picked up on production build... My `metro.config.js` file is : ``` const MetroConfig = require('@ui-kitten/metro-config');...

The weird thing is that on IOS the mapping work. And on the android dev client too (when I build with `"developmentClient": true`) You too ?

@acrdlph FYI : If I use ``` import * as eva from '@eva-design/eva'; import { myTheme } from './src/design/custom-theme.3454D1'; import { default as mapping } from './mapping.json'; //

Thanks @JbIPS for this ! But if i wrap this in a try...catch and if i throw a new error instead of logging it i still have an uncaughtException... ```...

Maybe related to this https://github.com/akveo/react-native-ui-kitten/issues/1568

> > If I open it through the app icon it closes the browser. > > If your launch activity has launchMode as singleTask it's because of it. > >...

Okay I found the solution to my problem. I was creating a new `BaseApplication` class but I was supposed to use the existing one (`MainApplication`) and add ``` private ArrayList...

> > I had the exact same problem and I've finally found a combination of settings that works for me. Try to set: > > ```js > > InAppBrowser.open(url, {...

Hi ! I'm also interested in this feature ! @ShSSP : Can you share some code to show how you did it ? Thanks a lot.