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
  • Loading branch information
marzolfb committed Jan 31, 2017
1 parent ba5a0d6 commit ab5b4a7
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Up @@ -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: {
Expand Down

0 comments on commit ab5b4a7

Please sign in to comment.