Skip to content

Commit

Permalink
chore: update patch-codegen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wjaykim committed Jan 11, 2025
1 parent 94c8d3b commit e10e308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/patch-codegen.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import fs from 'fs-extra';
import path from 'node:path';

/**
* @link https://github.com/facebook/react-native/issues/45079
* Currently, running react-native codegen generates java files with package name `com.facebook.fbreact.specs`.
* This is a known issue in react-native itself.
* You can find the relevant line here: https://github.com/facebook/react-native/blob/dc460147bb00d6f912cc0a829f8040d85faeeb13/packages/react-native/scripts/codegen/generate-artifacts-executor.js#L459.
Expand Down

0 comments on commit e10e308

Please sign in to comment.