mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
12 lines
263 B
JavaScript
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
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
};
|