Skip to content

Commit

Permalink
uncomment babel plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
zirgulis committed Feb 11, 2025
1 parent 5e5998b commit fcb3eb6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const webpack = {
const metro = {
presets: [require('@react-native/babel-preset')],
plugins: [
// ['babel-plugin-react-compiler', ReactCompilerConfig], // must run first!
['babel-plugin-react-compiler', ReactCompilerConfig], // must run first!

// This is needed due to a react-native bug: https://github.com/facebook/react-native/issues/29084#issuecomment-1030732709
// It is included in metro-react-native-babel-preset but needs to be before plugin-proposal-class-properties or FlatList will break
Expand All @@ -68,13 +68,13 @@ const metro = {
'react-native-reanimated/plugin',

/* Fullstory */
// '@fullstory/react-native',
// [
// '@fullstory/babel-plugin-annotate-react',
// {
// native: true,
// },
// ],
'@fullstory/react-native',
[
'@fullstory/babel-plugin-annotate-react',
{
native: true,
},
],

// Import alias for native devices
[
Expand Down

0 comments on commit fcb3eb6

Please sign in to comment.