I am linking assets for the purpose of using external custom fonts. The fonts folder is in './android/app/src/main/assets/fonts/'
. 'react-native link'
does not work but 'npx react-native link'
works, but with this error.
Would be great if somebody solved this problem. Thanks in advance!