6991b99ea9
* add subscribe button to file page * add My Subscriptions page * get module resolve babel plugin working to eliminate ugly imports
8 lines
111 B
Text
8 lines
111 B
Text
{
|
|
"presets": ["react-native"],
|
|
"plugins": [
|
|
["module-resolver", {
|
|
root: ["./src"],
|
|
}],
|
|
]
|
|
}
|