Answers for "react native set src absolute path"

0

react native set src absolute path

// Create a package.json inside the src folder
// with the following content

{
    "name": "src"
}

//Then you can reference other files as such
import hello from 'src/foo/hello'
Posted by: Guest on March-22-2022

Code answers related to "react native set src absolute path"

Code answers related to "Javascript"

Browse Popular Code Answers by Language