diff --git a/.flowconfig b/.flowconfig index 136363175f7..9daf294a30e 100644 --- a/.flowconfig +++ b/.flowconfig @@ -2,6 +2,9 @@ ; Ignore build cache folder /packages/react-native/sdks/.* +; Ignore fb_internal modules +/packages/react-native/src/fb_internal/.* + ; Ignore the codegen e2e tests /packages/react-native-codegen/e2e/__test_fixtures__/modules/NativeEnumTurboModule.js diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 4da1e5441b0..6b0698bfbeb 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -60,6 +60,7 @@ "./ReactApple/*": null, "./ReactCommon/*": null, "./sdks/*": null, + "./src/fb_internal/*": "./src/fb_internal/*", "./src/*": null, "./third-party-podspecs/*": null, "./types/*": null,