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') {
}
};
} else {
console.warn('react-native-extra-dimensions-android is only available on Android');
module.exports = {
get(dim) {
console.warn('react-native-extra-dimensions-android is only available on Android');
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