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