RNGP - Autolinking: Could not find project.android.packageName in react-native config output!

Rahul Chandra - Sep 17 - - Dev Community

Some time adding this will work
on react-native.config.js file

module.exports = {
  project: {
    ios: {},
    android: {
      packageName: 'com.yourproject',
    },
  },
  assets: ['./src/components/assets/fonts/'],
};
Enter fullscreen mode Exit fullscreen mode

Also delete autlinking.json and clean building android also worked for me

. . .
Terabox Video Player