binora
binora
well, I also found this : 1. https://medium.com/@ktruong008/absolute-imports-with-create-react-app-4338fbca7e3d 2. https://github.com/timoxley/linklocal I'm yet to test the above . Meanwhile, I'm also testing eject and trying out the links you mentioned.
1. with [linklocal](https://github.com/timoxley/linklocal) , things will get easier but we'll have to add an extra step to start the project. 2. I also tried creating [custom env variables](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#adding-custom-environment-variables) for locales...
Not sure how it can be used with react app . what do you have in mind ? On 06/10/2017 3:05 pm, "Jakob Krantz" wrote: > Just found this: https://www.npmjs.com/package/clientconfig...
Sorry I got a little busy. Yeah, go for it . would be great if that works :) On 06/10/2017 10:50 pm, "Jakob Krantz" wrote: > I'll give it a...
hey, so what's the next step ?
Hey, I tried `.env` approach. Here's what i did : 1. bump react-scripts version from `0.7.0` to `1.0.0` to support setting `NODE_PATH` 2. I set `NODE_PATH=src/` in `.env` in the...
@andrew-nguyen i was using version `0.1.1`. I couldnt solve it. This wasnt a bug in this library but `react-navigation` itself I think. This is a simliar issue : https://github.com/react-navigation/react-navigation/issues/2904
@ngdekhai Nope. Couldn't solve it.