mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-17 23:15:47 +08:00
14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
{
|
|
"presets": [
|
|
"expo"
|
|
],
|
|
"plugins": [
|
|
["module-resolver", {
|
|
"alias": {
|
|
"react-native-paper": "../src/index",
|
|
"react-native-vector-icons": "@expo/vector-icons"
|
|
}
|
|
}]
|
|
]
|
|
}
|