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