Commit a5e7fa51 authored by Brendon Smith's avatar Brendon Smith

extremely minor change but mixing es5 syntax with es6 will break avajs tests so…

extremely minor change but mixing es5 syntax with es6 will break avajs tests so this is a necessary change
parent 132423b2
const React = require('react');
import { NativeModules, Platform } from 'react-native';
var { NativeModules, Platform } = require('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