BlueWallet/react-native.config.js
2024-01-20 14:06:06 -04:00

12 lines
263 B
JavaScript

// react-native.config.js
module.exports = {
dependencies: {
'rn-ldk': {
platforms: {
ios: null, // Disable autolinking for ios
// android: null, // Uncomment if you also want to disable autolinking for Android
},
},
},
};