Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed May 6, 2024
1 parent 4f467af commit 2ea8933
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
8 changes: 6 additions & 2 deletions packages/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "~0.71.0",
"react-native": "~0.73.4",
"react-native-builder-bob": "^0.23.2",
"react-native-mmkv": "^2.11.0",
"react-query": "^3.39.3",
Expand Down Expand Up @@ -217,5 +217,9 @@
"preset": "angular"
}
}
}
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!react-native-mmkv)/",
"<rootDir>/node_modules/(?!@testing-library/react-native)/"
]
}
3 changes: 1 addition & 2 deletions packages/theme/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
module.exports = {
presets: ['@babel/preset-env', 'module:metro-react-native-babel-preset'],
plugins: [['@babel/plugin-transform-private-methods', {loose: true}]],
presets: ['module:metro-react-native-babel-preset'],
}
6 changes: 5 additions & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,9 @@
"preset": "angular"
}
}
}
},
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!react-native-mmkv)/",
"<rootDir>/node_modules/(?!@testing-library/react-native)/"
]
}

0 comments on commit 2ea8933

Please sign in to comment.