react-native.confiig.js 149 Bytes
Newer Older
Malith Anjana's avatar
Malith Anjana committed
1 2 3 4 5 6 7 8 9
module.exports = {
    dependencies: {
      'react-native-vector-icons': {
        platforms: {
          ios: null,
        },
      },
    },
  };