Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Fix #62 - adding Babel polyfill to fix undefined not a function error (
Browse files Browse the repository at this point in the history
marzolfb authored Jan 31, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ba5a0d6 commit 2c65764
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,7 @@
"react-native-side-menu": "^0.20.1"
},
"devDependencies": {
"babel-polyfill": "^6.22.0",
"sane": "^1.4.1"
}
}
1 change: 1 addition & 0 deletions example/src/App.js
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ import RadarChartBasic from './radar/RadarChartBasic'
import TreeChartBasic from './tree/TreeChartBasic'

import Home from './Home'
import 'babel-polyfill'

const styles = StyleSheet.create({
container: {

0 comments on commit 2c65764

Please sign in to comment.