Daewoon Kim

Results 8 comments of Daewoon Kim

추가적으로 PR 올리시기 전에 테스트는 해주시면 좋을 것 같아요

you need to declare types. https://github.com/marklawlor/nativewind/blob/main/packages/react-native-css-interop/types.d.ts

For patch @notifee/react-native Nothing special. just patches for passing options to native code (NotifeeCore) [@notifee-react-native-npm-7.8.2-b551bc6447.patch](https://github.com/invertase/notifee/files/15308654/%40notifee-react-native-npm-7.8.2-b551bc6447.patch)

NotificationManager.java of :notifee_core ```java /* * A task continuation that sets the notification shortcut, if specified. */ Continuation shortcutContinuation = task -> { NotificationCompat.Builder builder = task.getResult(); if (androidModel.hasShortcutInfo()) {...

test payload (NotificationAndroid) ```js { channelId: "default", smallIcon: 'ic_notification', showTimestamp: true, category: 'msg', color: '#000000', shortcutInfo: { id: 'channel-id', shortLabel: 'name-of-person', icon: 'https://example.com/image.png', action: { title: 'Chat', pressAction: { id:...

any updates on it? ``` java.lang.RuntimeException: java.lang.IllegalStateException: FragmentManager is already executing transactions at com.facebook.react.animated.NativeAnimatedModule$1.doFrameGuarded(NativeAnimatedModule.java:260) at com.facebook.react.uimanager.GuardedFrameCallback.doFrame(GuardedFrameCallback.kt:25) at com.facebook.react.modules.core.ReactChoreographer.frameCallback$lambda$1(ReactChoreographer.kt:59) at com.facebook.react.modules.core.ReactChoreographer.$r8$lambda$nSkFhrr5T7rop_XKwzlLov4NLLw at com.facebook.react.modules.core.ReactChoreographer$$ExternalSyntheticLambda0.doFrame(D8$$SyntheticClass:0) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1106) at android.view.Choreographer.doCallbacks(Choreographer.java:866) at android.view.Choreographer.doFrame(Choreographer.java:792) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1092)...

I just created issue on Reanimated repository. https://github.com/software-mansion/react-native-reanimated/issues/7220