mobile_local_restore/react-native.config.js

9 lines
149 B
JavaScript
Raw Permalink Normal View History

module.exports = {
dependencies: {
'react-native-vector-icons': {
platforms: {
ios: null,
},
},
},
};