mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-09-05 14:01:42 +00:00
* 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"],
|
|
}],
|
|
]
|
|
}
|