Answers for "react native import virtual path"

0

react native import virtual path

// in tsconfig.json
{
    "extends": "expo/tsconfig.base",
    "compilerOptions": {
        "baseUrl": "src",
        "paths": {
            "@assets/*": [
                "assets/*",
            ],
            ...
        }
    }
}
Posted by: Guest on July-30-2021

Code answers related to "react native import virtual path"

Code answers related to "Javascript"

Browse Popular Code Answers by Language