We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a0ac1 commit a5f2a39Copy full SHA for a5f2a39
1 file changed
packages/react-native/scripts/ios-prebuild/xcframework.js
@@ -31,7 +31,7 @@ const frameworkLog = createLogger('XCFramework');
31
*/
32
const REACT_CORE_UMBRELLA_HEADER_PATH /*: string*/ = path.join(
33
__dirname,
34
- 'Templates',
+ 'templates',
35
'React-umbrella.h',
36
);
37
@@ -41,13 +41,13 @@ const REACT_CORE_UMBRELLA_HEADER_PATH /*: string*/ = path.join(
41
42
const RCT_APP_DELEGATE_UMBRELLA_HEADER_PATH /*: string*/ = path.join(
43
44
45
'React_RCTAppDelegate-umbrella.h',
46
47
48
const RN_MODULEMAP_PATH /*: string*/ = path.join(
49
50
51
'module.modulemap',
52
53
0 commit comments