npx react-native init <ProjectName> -template https://github.com/cankatm/RNTemplate.git
yarn run ios
yarn run android
You can import a file like <projectDir>/src/components/<componentName>
as @src/components/<componentName>
You can change or define new alias under .babelrc
file