Skip to content

Commit

Permalink
[FIX] Property 'nativeFabricUIManager' doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbazan7 committed Jul 19, 2023
1 parent 26aeff8 commit cdf2e12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ module.exports = (async () => {
return {
transformer: {
babelTransformerPath: require.resolve('react-native-svg-transformer'),
getTransformOptions: async () => ({
transform: {
inlineRequires: true,
},
}),
},
resolver: {
assetExts: assetExts.filter(ext => ext !== 'svg'),
Expand Down

0 comments on commit cdf2e12

Please sign in to comment.