Karim

Results 15 comments of Karim

This basic feature is very useful to handle authenticated images, much efficient then building a base64 URL, especially in list views. Please consider adding it, it seems like a quick...

I did this rough hack to get it to work, just defaulted everything to the current project, since there is only one right now. ``` function createProjectCache(print) { const documentRegistry...

@tido64 Yes the aliases are similar, the proof is that when I added the hack, the build worked correctly. Also the logic that exists in createProjectCache() makes it clear why...

@tido64 You can validate this issue by creating a very small project that imports a file that is outside the root directory, using a path alias (Configured in both tsconfig.json...

Example babel configuration ```javascript module.exports = { presets: [ "@rnx-kit/babel-preset-metro-react-native" ], plugins: [ [ "module-resolver", { root: [ "." ], extensions: [ ".ts", ".tsx", ".json" ], alias: { "shared": "../shared"...

I agree with your assessement, though I assumed that it wouldn't be a random root since there is always a single root project, no? in terms of where we start...

@tido64 I see, what strategy would one have to follow to have the same tsconfig apply to these shared projects, without having to duplicate the file twice?

Issue is still occurring in latest version of react-native and react-native-navigation as of this comment.

0.74 + Bridgeless mode is broken on iOS too.