Commit 1725d64e authored by Marcus Coleman's avatar Marcus Coleman Committed by GitHub

Merge pull request #20 from akiliinteractive/master

extremely minor change but mixing es5 syntax with es6 will break avaj…
parents 132423b2 a5e7fa51
const React = require('react'); const React = require('react');
import { NativeModules, Platform } from 'react-native'; var { NativeModules, Platform } = require('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