Files
react-native-paper/example/.babelrc
2018-03-07 13:38:29 +01:00

14 lines
216 B
Plaintext

{
"presets": [
"expo"
],
"plugins": [
["module-resolver", {
"alias": {
"react-native-paper": "../src/index",
"react-native-vector-icons": "@expo/vector-icons"
}
}]
]
}