BlueWallet/react-native.config.js

12 lines
263 B
JavaScript
Raw Normal View History

// 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
},
},
},
};