How to fix "Can not find module ".../template.config" error in React Native
yarn global add @react-native-community/[email protected]
then react-native init MyApp
worked for me
yarn global add @react-native-community/[email protected]
then react-native init MyApp
worked for me