MCPcopy Index your code
hub / github.com/react/react / syncReactNative

Function syncReactNative

scripts/rollup/sync.js:46–52  ·  view source on GitHub ↗
(fbSourcePath)

Source from the content-addressed store, hash-verified

44}
45
46async function syncReactNative(fbSourcePath) {
47 await syncReactNativeHelper(
48 'build/react-native',
49 fbSourcePath,
50 RELATIVE_RN_OSS_PATH
51 );
52}
53
54module.exports = {
55 syncReactDom,

Callers

nothing calls this directly

Calls 1

syncReactNativeHelperFunction · 0.85

Tested by

no test coverage detected