Files
react-native-vector-icons/.babelrc
Thomas Reggi 24291a0334 Add transpiled javascript to distributed npm package (#415)
* babel, yarn, web

* glyphmaps

* move babel react native dep to dev dep

* Move built js files to dist folder and exclude from git

* Remove yarn lockfile
2017-07-30 18:40:57 +02:00

6 lines
42 B
Plaintext

{
"presets": [
"react-native"
]
}