1// Explicitly turn off react-native autolinking for this module
2module.exports = {
3  dependency: {
4    platforms: {
5      ios: null,
6      android: null,
7    },
8  },
9};
10