Commit e38ab5e6 authored by Orhan Sönmez's avatar Orhan Sönmez Committed by Sunhat

Update index.js

parent 6b5fbf53
const React = require('react-native'); const React = require('react');
const { NativeModules: { ExtraDimensions }, Platform } = React; import { NativeModules: { ExtraDimensions }, Platform } from 'react-native';
if (Platform.OS === 'android') { if (Platform.OS === 'android') {
module.exports = { module.exports = {
......
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