Unverified Commit afe27242 authored by Marcus Coleman's avatar Marcus Coleman Committed by GitHub

Update index.js

parent 37ec9715
...@@ -8,9 +8,9 @@ if (Platform.OS === 'android') { ...@@ -8,9 +8,9 @@ if (Platform.OS === 'android') {
} }
}; };
} else { } else {
console.warn('react-native-extra-dimensions-android is only available on Android');
module.exports = { module.exports = {
get(dim) { get(dim) {
console.warn('react-native-extra-dimensions-android is only available on Android');
return 0; return 0;
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment