Files
react-navigation/packages/react-navigation/examples/ExpoNavigationPlayground/.babelrc
Daniel Schmidt b95509213e Add NavigationPlayground Expo Demo (#1523)
* use react-navigation as dependency
* add expo based playground app
* name expo playground demo in the docs
* add ci task to deploy playground demo
2017-05-16 01:55:10 +02:00

9 lines
130 B
Plaintext

{
"presets": ["babel-preset-expo"],
"env": {
"development": {
"plugins": ["transform-react-jsx-source"]
}
}
}