diff --git a/.github/workflows/danger-pr.yml b/.github/workflows/danger-pr.yml index cf28b788105a76..06daf7ee8378c8 100644 --- a/.github/workflows/danger-pr.yml +++ b/.github/workflows/danger-pr.yml @@ -15,7 +15,7 @@ permissions: jobs: danger: runs-on: ubuntu-latest - if: github.repository == 'facebook/react-native' + if: github.repository == 'coado/react-native' steps: - uses: actions/checkout@v4 - name: Setup Node.js diff --git a/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost.mm b/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost.mm index 5c7bf6b986a7bd..29b57f6a46d098 100644 --- a/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost.mm +++ b/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTHost.mm @@ -185,6 +185,8 @@ - (instancetype)initWithBundleURLProvider:(RCTHostBundleURLProvider)provider _jsEngineProvider = [jsEngineProvider copy]; _launchOptions = [launchOptions copy]; + NSLog(@"test"); + __weak RCTHost *weakSelf = self; auto bundleURLGetter = ^NSURL *() { RCTHost *strongSelf = weakSelf; diff --git a/packages/react-native/ReactNativeApi.d.ts b/packages/react-native/ReactNativeApi.d.ts index 2ac82083cbfec3..b3f5867067847f 100644 --- a/packages/react-native/ReactNativeApi.d.ts +++ b/packages/react-native/ReactNativeApi.d.ts @@ -43,16 +43,16 @@ declare const $$AnimatedImplementation: { decay: typeof decayImpl delay: typeof delayImpl diffClamp: typeof diffClampImpl - divide: typeof divideImpl - event: typeof eventImpl - Event: typeof AnimatedEvent - forkEvent: typeof forkEventImpl - Interpolation: typeof AnimatedInterpolation_default - loop: typeof loopImpl - modulo: typeof moduloImpl - multiply: typeof multiplyImpl - Node: typeof AnimatedNode_default - parallel: typeof parallelImpl + // divide: typeof divideImpl + // event: typeof eventImpl + // Event: typeof AnimatedEvent + // forkEvent: typeof forkEventImpl + // Interpolation: typeof AnimatedInterpolation_default + // loop: typeof loopImpl + // modulo: typeof moduloImpl + // multiply: typeof multiplyImpl + // Node: typeof AnimatedNode_default + // parallel: typeof parallelImpl sequence: typeof sequenceImpl spring: typeof springImpl stagger: typeof staggerImpl