RNGP - Autolinking: Could not find project.android.packageName in react-native config output!
Rahul Chandra
Posted on September 17, 2024
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/'],
};
Also delete autlinking.json and clean building android also worked for me
💖 💪 🙅 🚩
Rahul Chandra
Posted on September 17, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
react How to build type-enforced UI components in React Native using @shopify/restyle
November 28, 2024
beginners Are You Team Apple or Android? An Intro to React Native for Mobile App Development So You Don’t Have to Choose
November 18, 2024