Miklós Fazekas
Miklós Fazekas
@renchap i like the idea, alternative would be a babel plugin, but the .erb solution is just much simpler. 👍
@natew thanks for the PR, but we still wait for repro steps for the issue you're seeing. Metro bundler does transpile packages in `node_modules` so publishing transpired stuff is optional....
> > BTW if you look at `react-native-reanimated` they also point to `src/index` and not to `lib/...` for `react-native` . > > Same one for `react-native-paper` > > @mfazekas it...
> @mfazekas are you able to develop on this project locally, as in `npm install /my/local/clone/maps` in a parent RN project? If so, can you describe what your setup is?...
> > I'm mostly using yarn, and I'm usually install from GitHub, (Btw. `npm link` would be awesome but symlinks don't work with metro used by RN). I'll try npm...
@SkySails so is this a tsc issue?! Would rn-tsc work for you until it’s resolved in lib?! https://microsoft.github.io/rnx-kit/docs/tools/typescript-react-native-compiler
Folks, just to clarify i do accept a pr that transpiles to lib dir. Provided that: - generated sources are not stored in git (for now) - `react-native` keep pointing...
> > react-native keep pointing to ./javascript/index.js. Note that main or browser can point to lib/index.js or similar. > > @mfazekas if you insist on keeping this as-is (which some...
We should be now doing this with `bob build`
The issue seems to be this line. > followUserMode={MapboxGL.UserTrackingModes.FollowWithCourse} as a workaround you can try with the actual value "course": > followUserMode={"course"}