diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 0000000..84f83f0 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,5 @@ +module.exports = { + dependencies: { + 'react-native-vector-icons': {platforms: {ios: null}}, + } +}