mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 03:59:18 +08:00
> You can [learn more about this here](https://blog.invertase.io/react-native-firebase-2019-7e334ca9bcc6).
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
{
|
|
"presets": ["module:metro-react-native-babel-preset"],
|
|
"plugins": [
|
|
[
|
|
"istanbul",
|
|
{
|
|
"instrument": true,
|
|
"relativePath": false,
|
|
"include": ["**/packages/**"],
|
|
"useInlineSourceMaps": false
|
|
}
|
|
]
|
|
]
|
|
}
|