This repository was archived by the owner on Nov 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ module.exports = {
1919 // See https://github.com/facebook/metro/issues/7#issuecomment-464668678.
2020 mobx : path . resolve ( __dirname , '../node_modules/mobx' ) ,
2121 'mobx-react' : path . resolve ( __dirname , '../node_modules/mobx-react' ) ,
22+ 'mobx-utils' : path . resolve ( __dirname , '../node_modules/mobx-utils' ) ,
2223 react : path . resolve ( __dirname , '../node_modules/react' ) ,
2324 'react-native' : path . resolve ( __dirname , '../node_modules/react-native' ) ,
24- '@babel/plugin-proposal-decorators' : path . resolve (
25- __dirname ,
26- '../node_modules/@babel/plugin-proposal-decorators'
27- ) ,
25+ '@babel/plugin-proposal-decorators' : path . resolve ( __dirname , '../node_modules/@babel/plugin-proposal-decorators' ) ,
2826 } ,
2927 } ,
3028 transformer : {
Original file line number Diff line number Diff line change 4343 "metro-react-native-babel-preset" : " ^0.53.1" ,
4444 "mobx" : " ^5.9.4" ,
4545 "mobx-react" : " ^5.4.3" ,
46+ "mobx-utils" : " ^5.4.0" ,
4647 "prettier" : " ^1.16.4" ,
4748 "react" : " 16.8.3" ,
4849 "react-native" : " 0.59.5" ,
Original file line number Diff line number Diff line change @@ -5739,6 +5739,11 @@ mobx-react@^5.4.3:
57395739 hoist-non-react-statics "^3.0.0"
57405740 react-lifecycles-compat "^3.0.2"
57415741
5742+ mobx-utils@^5.4.0 :
5743+ version "5.4.0"
5744+ resolved "https://registry.yarnpkg.com/mobx-utils/-/mobx-utils-5.4.0.tgz#ddc66e9edafedaa3762a42ec9da9c4c33ced74c4"
5745+ integrity sha512-VqGQhWegEmw7h+7B0Pn1kajl1T40xEUDM76enrBaIGfwWhZvqV2YhTqjXEuTmlLPXv7Ll/git/XL65XDFB/G7Q==
5746+
57425747mobx@^5.9.4 :
57435748 version "5.9.4"
57445749 resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.9.4.tgz#1dee92aba33f67b7baeeb679e3bd376a12e55812"
You can’t perform that action at this time.
0 commit comments